Description Usage Arguments Details Value
Summarizes data with count, mean, standard deviation, standard error of the mean, and confidence interval
| 1 | SummarizeSE(df, var, groups, na_rm, conf_int)
 | 
| data | Dataframe | 
| var | Column name that contains the variable to be summarized | 
| by | Column name of vector containing grouping variables, Default is NULL. | 
| na_rm | Logical that indicates whether to ignore NAs. | 
| conf_interval | Numeric, the percent range of the confidence interval. Default is .95) | 
Based on example function from "Cookbook for R" website.
Dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.