Description Usage Arguments Examples
View source: R/summary_stats.R
Gives n, mean, standard deviation, standard error of the mean, and confidence interval.
1 | summary_stats(.data, measurevar, ..., .ci = 0.95, .na.rm = FALSE)
|
.data |
A data frame containing tidycyte data. |
measurevar |
< |
... |
< |
.ci |
Numeric value specifying the confidence interval range as a fraction. Defaults to 0.95. |
.na.rm |
A boolean that indicates whether to ignore |
1 | df %>% summary_stats(value,elapsed,treatment,cell,metric,.ci = 0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.