Learn R Programming

umx (version 1.4.0)

umx_fun_mean_sd: umx_fun

Description

Misellaneous functions that are handy in summary and other tasks where you might otherwise have to craft a custom nameless funtions. e.g.

Usage

umx_fun_mean_sd(x, na.rm = TRUE, digits = 2)

Arguments

x
input
na.rm
How to handle missing (default = TRUE = remove)
digits
Rounding (default = 2)

Value

- function result

Details

References

- https://github.com/tbates/umx, https://tbates.github.io

Examples

Run this code
summaryAPA(mtcars[,1:3]) # uses umx_fun_mean_sd

Run the code above in your browser using DataLab