Rdocumentation
powered by
Learn R Programming
multgee (version 1.5.0)
summary.LORgee: Summary Method Function for Objects of Class `LORgee'
Description
Returns a summary method for GEE marginal models for correlated multinomial responses using
ordLORgee
and
nomLORgee
.
Usage
## S3 method for class 'LORgee': summary(object, \dots)
Arguments
object
a fitted LORgee object.
...
arguments to be passed to or from other methods.
Value
Returns an object of the class "
LORgee
". This has components:
title
title for the GEE model.
version
the current version of the GEE solver.
coefficients
the matrix of coefficients, standard errors, z-values and p-values.
link
the marginal link function.
local.odds.ratios
the `working' local odds ratios structure name along with the estimates.
call
the matched call.
residuals
the residuals of the marginal regression model. The
j
-th column corresponds to the
j
-th response category.
niter
The number of iterations the algorithm needed for convergences.
pvalue
the p-value based on a Wald test that no covariates are statistically significant.