se_mean: Standard error of mean, with na.rm option

View source: R/se_mean.R

se_meanR Documentation

Standard error of mean, with na.rm option

Description

This function calculates the standard error of mean, with na.rm option

Usage

se_mean(x, na.rm = FALSE)

Examples

mtcars %>% group_by(cyl, vs) %>% summarise_combo(cyl_n = n(), mean(mpg), se_mean(mpg))

sleeubc/sanghoon documentation built on April 10, 2022, 5:30 p.m.