mean.se | R Documentation |
This function can be used to calculate mean and standard error (se) of continuous variables among different factors from a data.frame.
mean.se(data,...)
data |
a data.frame that should contains continuous variable(s) and factor variable(s).
... |
further arguments passed to or from other methods.
data(leaflife,package='smatr')
mean.se(leaflife)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.