summarySE | R Documentation |
Gives count, mean, standard deviation, standard error of the mean, and confidence interval (default 95%)
summarySE(
data = NULL,
measureVar,
weightsVar = NULL,
groupVars = NULL,
na.rm = FALSE,
conf.interval = 0.95,
.drop = TRUE,
renameMean = FALSE
)
data |
a data frame |
measureVar |
the name of a column that contains the variable to be summarized |
groupVars |
a vector containing names of columns that contain grouping variable(s) |
na.rm |
a boolean that indicates whether to ignore NA's |
renameMean |
a boolean that indicates if the mean column should be renamed |
Dataframe for graphs
Gabriel N. Camargo-Toledo gcamargo@sensata.io
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.