summary.qgcompmultfit {qgcomp} | R Documentation |
Summarize gcompmultfit object
Description
Summary printing to include coefficients, standard errors, hypothesis tests, weights
Usage
## S3 method for class 'qgcompmultfit'
summary(object, ..., tests = NULL)
Arguments
object |
Result from qgcomp multinomial fit (qgcompmultfit object). |
... |
Unused |
tests |
Character vector (e.g. c("global", "homogeneity")) that determine the types of hypothesis tests that are printed |
Value
qgcompmulttest object (list) with results of a chi-squared test
[Package qgcomp version 2.15.2 Index]