print.contin.table: Print method

Description Usage Arguments Value Author(s)

View source: R/contingency.tables.R

Description

Print object of class "contin.table" in nice layout.

Usage

1
2
3
4
5
## S3 method for class '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,...)

Arguments

x

Object of class "contin.table".

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.

residuals

Logical. print residuals.

std.residuals

Logical. print standardized residuals.

adj.residuals

Logical. Print Adjusted residuals

no.tables

Logical. Suppress tables

...

further arguments

Value

none

Author(s)

Ian Fellows based on the CrossTable function from the gmodels package maintained by Gregory R. Warnes


Deducer documentation built on May 2, 2019, 8:35 a.m.