summ_add: Calculate mean, n, sd, and se

View source: R/sum_add.R

summ_addR Documentation

Calculate mean, n, sd, and se

Description

sum_add takes a dataframe and a column name, and calculates mean, n, sd, and se #'

Usage

summ_add(df, var)

Examples

# Here is an example
x <- sample(x = c(0, 1),  size = 10, replace = TRUE)
se_bin(x)


rethinkpriorities/r-noodling-package documentation built on Sept. 14, 2022, 9:01 p.m.