Learn R Programming

Publish (version 2023.01.17)

sutable: Fast summary of a univariate table

Description

First apply univariateTable then call summary.

Usage

sutable(...)

Value

Summary table

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

Author

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

See Also

summary.univariateTable univariateTable

Examples

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

Run the code above in your browser using DataLab