| ztable.mytable {ztable} | R Documentation |
Make ztable from object mytable
## S3 method for class 'mytable' ztable(x, digits = NULL, ...)
x |
An object of 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 |
require(moonBook) res=mytable(sex~.,data=acs) z=ztable(res) z