powered by
First apply univariateTable then call summary.
sutable(...)
Summary table
Unnamed arguments and are passed to univariateTable as well as named arguments that match univariateTable's arguments, other arguments are passed to summary.univariateTable
univariateTable
summary.univariateTable
Thomas A. Gerds <tag@biostat.ku.dk>
summary.univariateTable univariateTable
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