mean_sd_tab: Simple Mean and SD Summary

mean_sd_tabR Documentation

Simple Mean and SD Summary

Description

Simple Mean and SD Summary

Usage

mean_sd_tab(data, vars, wt)

Arguments

data

A data.frame.

vars

<tidy-select> The names of the numeric variables to compute means and sds with.

wt

The name of the weight variable, if needed.

Value

A data.frame.

Examples

mean_sd_tab(mtcars, 1:7)

ggfacto documentation built on Oct. 3, 2024, 1:08 a.m.