Last data update: 2014.03.03

R: S3 Summary for CFA
summary.CFAR Documentation

S3 Summary for CFA

Description

S3 summary method for object of class"CFA"

Usage

## S3 method for class 'CFA'
summary(object, digits = 3, type = "z.pChi", sorton = NULL,
  decreasing = FALSE, showall = FALSE, ...)

Arguments

object

object of class"CFA"

digits

integer rounds the values to the specified number of decimal places, default is digits=3.

type

character with default type="ex.bin.test", to return wether the observed pattern are 'Types', 'Antitypes' or not significant at all. Possible options for type are "pChi", "z.pChi", "z.pChi", "z.pBin" and "p.stir".

sorton

sort results of local test by any column. by default the output is not sorted. Other options may be "pat.", "obs.", "exp.", "Type", "Chi", etc. ...

decreasing

logical. Should the sort be increasing or decreasing? see order

showall

logical with default showall = FALSE to return only significant pattern (types / antitypes).

...

other parameters passed trough

Results