StatsMean | R Documentation |
Compute means and standard deviations.
StatsMean( y = NULL, y.names = NULL, x = NULL, x.names = NULL, DF, params = NULL, initial.list = list(), ... )
y |
criterion variable(s), Default: NULL |
y.names |
optional names for criterion variable(s), Default: NULL |
x |
categorical variable(s), Default: NULL |
x.names |
optional names for categorical variable(s), Default: NULL |
DF |
User defined data frame, Default: NULL |
params |
define parameters to observe, Default: NULL |
initial.list |
Initial values for simulations, Default: list() |
... |
further arguments passed to or from other methods |
mean and standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.