summary.Crosstable: Print Crosstable style

Description Usage Arguments See Also

Description

Print Crosstable style

Usage

1
2
3
4
## S3 method for class 'Crosstable'
summary(object, digits = 2, chisq = FALSE,
  fisher = FALSE, mcnemar = FALSE, alt = "two.sided", latex = FALSE,
  ...)

Arguments

object

The table object.

digits

number of digits after the decimal point.

chisq

if TRUE, the results of a chi-square test will be shown below the table.

fisher

if TRUE, the results of a Fisher Exact test will be shown below the table.

mcnemar

if TRUE, the results of a McNemar test will be shown below the table.

alt

the alternative hypothesis and must be one of "two.sided", "greater" or "less". Only used in the 2 by 2 case.

latex

if the output is to be printed in latex format.

...

extra parameters.

See Also

Other Crosstables: Crosstable


SciencesPo documentation built on May 29, 2017, 9:28 p.m.