powered by
ntable(x,y=NULL, percent=1,digits=2, row=FALSE,col=FALSE)
factor
TRUE
prop.table
table
data(bioChemists) attach(bioChemists) ntable(fem) ntable(fem,mar,row=TRUE) ntable(fem,mar,per=2,col=TRUE) ntable(fem,mar,per=2,row=TRUE,col=TRUE)
Run the code above in your browser using DataLab