summaryTable {CoCoRaw}R Documentation

Univariate summary statistics for table values

Description

Print on standard output univariate summary statistics, histogram, and uniform and quantile-quantile plots of values in marginal tables.

Usage

summaryTable(type = "observed", set = "*", model = FALSE, random = FALSE, 
             log.transformed = FALSE, complete = FALSE, uniform = FALSE, 
             rankit = FALSE, probit = FALSE, data = NULL, 
             object = .object.of.model(model, data = data, ...), ...)

Arguments

type A character string. The argument type for discrete variables: "counts", "probabilities", "expected", "unadjusted", "absolute", "f-res", "r-f", "g-res", "r-g", "adjusted", "c-res", "m-res", "standard", "x-res", "l-res", "freeman-tukey", "sqrt", "power", "index", "zero", "error". See also showTable.
set See showTable.
model See returnModel.
random See showTable.
log.transformed See showTable.
complete See showTable.
uniform Logical, if uniform is TRUE then a Q-Q-plot is plotted according to the argument.
rankit Logical, if rankit is TRUE then a Q-Q-plot is plotted.
probit Logical, if probit is TRUE then a Q-Q-plot is plotted.
data See exportCoCo.
object See exportCoCo.
... Additional arguments to generate the CoCo object from the data argument. See propertyModel.

Value

TRUE

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

showTable.


[Package CoCoRaw version 0.1.6.5 Index]