sutable: Fast summary of a univariate table

View source: R/sutable.R

sutableR Documentation

Fast summary of a univariate table

Description

First apply univariateTable then call summary.

Usage

sutable(...)

Arguments

...

Unnamed arguments and are passed to univariateTable as well as named arguments that match univariateTable's arguments, other arguments are passed to summary.univariateTable

Value

Summary table

Author(s)

Thomas A. Gerds <tag@biostat.ku.dk>

See Also

summary.univariateTable univariateTable

Examples

data(Diabetes)
sutable(gender~age+location+Q(BMI)+height+weight,data=Diabetes,BMI="Body mass index (kg/m^2)")

Publish documentation built on Jan. 18, 2023, 1:08 a.m.