mph.summary {cta} | R Documentation |
Summary Statistics of the Fitted MPH Model
Description
Computes and prints a collection of summary statistics of the fitted MPH model.
This function is used in conjunction with the ML fitting function
mph.fit
.
Usage
mph.summary(mph.out, cell.stats = FALSE, model.info = FALSE, digits = 4)
Arguments
mph.out |
Result of |
cell.stats |
Logical variable indicating whether cell specific
statistics are to be output. Default:
|
model.info |
Logical variable indicating whether model
information is to be output. Default:
|
digits |
Integer giving output precision; used in the
|
Value
NULL
Author(s)
Joseph B. Lang
References
Lang, J. B. (2004) Multinomial-Poisson homogeneous models for contingency tables, Annals of Statistics, 32, 340–383.
Lang, J. B. (2005) Homogeneous linear predictor models for contingency tables, Journal of the American Statistical Association, 100, 121–134.
See Also
[Package cta version 1.3.0 Index]