summarySE | R Documentation |
This does the summary. For each group return a vector with N, mean, and sd. This is called by qcPlot.
summarySE(data = NULL, measurevar, groupvars = NULL, na.rm = FALSE, conf.interval = 0.95, .drop = TRUE, roundall = F)
data |
Annotation data frame |
measurevar |
what variables to measure |
groupvars |
what to group by |
na.rm |
how to treat NA |
conf.interval |
confidence interval (default = .95) |
.drop |
drop something? |
roundall |
should everything be rounded |
a data frame of statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.