# NOT RUN {
data(acs)
mytable(Dx~.,data=acs)
mytable(Dx~age+sex+height+weight+TC+TG+HDLC,data=acs,method=3,digits=2)
mytable(am+cyl~.,data=mtcars)
out=mytable(sex~.,data=acs)
out
summary(out)
mylatex(out)
# }
Run the code above in your browser using DataLab