Print object of class "contin.table"
in nice layout.
# S3 method for contin.table
print(
x,digits=3,prop.r=TRUE,prop.c=TRUE,prop.t=TRUE,
expected.n=FALSE,residuals=FALSE,std.residuals=FALSE,
adj.residuals=FALSE,no.tables=FALSE,...)
none
Object of class "contin.table"
.
Number of digits to round to.
Logical. print row proportions.
Logical. print column proportions.
Logical. print proportions.
Logical print expected cell counts.
Logical. print residuals.
Logical. print standardized residuals.
Logical. Print Adjusted residuals
Logical. Suppress tables
further arguments
Ian Fellows based on the CrossTable function from the gmodels package maintained by Gregory R. Warnes