ztable.cbind.mytable: Make ztable from object cbind.mytable

Description Usage Arguments Examples

View source: R/ztable.cbind.mytable.R

Description

Make ztable from object cbind.mytable

Usage

1
2
## S3 method for class 'cbind.mytable'
ztable(x, digits = NULL, ...)

Arguments

x

An object of cbind.mytable

digits

Numeric vector of length equal to one (in which case it will be replicated as necessary) or to the number of columns of the resulting table

...

arguments to be passed to ztable_sub

Examples

1
2
3
4
require(moonBook)
res=mytable(sex+DM~.,data=acs)
z=ztable(res)
z

ztable documentation built on Sept. 28, 2021, 9:07 a.m.