summaryTable {CoCoRaw} | R Documentation |
Print on standard output univariate summary statistics, histogram, and uniform and quantile-quantile plots of values in marginal tables.
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, ...), ...)
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 . |
TRUE
Jens Henrik Badsberg
Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.