View source: R/contingency.tables.R
print.contingency.tables | R Documentation |
Print object of class "contingency.tables"
in nice layout.
## S3 method for class 'contingency.tables'
print(x,digits=3,prop.r=TRUE,prop.c=TRUE,prop.t=TRUE,
expected.n=FALSE,no.tables=FALSE,...)
x |
Object of class |
digits |
Number of digits to round to. |
prop.r |
Logical. print row proportions. |
prop.c |
Logical. print column proportions. |
prop.t |
Logical. print proportions. |
expected.n |
Logical print expected cell counts. |
no.tables |
Logical. Suppress tables |
... |
further arguments |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.