Description Usage Arguments Details Value Examples
Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95
1 2 |
data |
data frame, Default: NULL |
measurevar |
the name of a column that contains the variable to be summariezed |
groupvars |
a vector containing names of columns that contain grouping variables, Default: NULL |
na.rm |
a boolean that indicates whether to ignore NA's, Default: FALSE |
conf.interval |
the percent range of the confidence interval, Default: 0.95 |
.drop |
PARAM_DESCRIPTION, Default: TRUE |
DETAILS
data frame
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.