powered by
Make ztable from object cbind.mytable
# S3 method for cbind.mytable ztable(x, digits = NULL, ...)
An object of cbind.mytable
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
ztable_sub
# NOT RUN { require(moonBook) res=mytable(sex+DM~.,data=acs) z=ztable(res) z # }
Run the code above in your browser using DataLab