mean_sd: A helpR function

Description Usage Arguments Examples

Description

This function allows you to easily paste a mean and sd into a readable form for tables, graphs, text, etc...

Usage

1
mean_sd(x, na.rm = FALSE, digits = 2)

Arguments

x

A vector of numeric data to summarize

na.rm

Remove NAs from x

digits

Number of decimals to round to

Examples

1
2
x <- rnorm(100)
mean_sd(x)

carter-allen/helpR documentation built on May 23, 2019, 6:06 p.m.