View source: R/descriptive_stats.R
cas.stderr | R Documentation |
Returns the standard error of the values for each column in the input table.
cas.stderr(CASTable)
x |
CASTable. |
This function operates on numeric columns only.
vector
The result is a named numeric vector. You can access the standard error by column name or index.
## Not run:
x <- cas.stderr(irisct)
x['Sepal.Length']
x[1:2]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.