| zicreg-class {bizicount} | R Documentation |
The zicreg S4 Class
Description
Note that zicreg objects are, in general, S3. However,
this S4 class is defined for compatability with texreg.
Interaction with zicreg objects should generally use S3 syntax, but the below
objects have the same name in both the S3 and S4 objects (but are in a list for S3).
Slots
callThe original function call
objThe class of the object
coefVector of coefficients, with count, then zi, then dispersion.
seVector of asymptotic standard errors
gradGradient vector at convergence
link.ctName of link used for count portion
link.ziName of link used for zero-inflated portion
distName of distribution used for count portion
optimizerName of optimization package used in fitting
coefmat.ctCoefficient matrix for count portion
coefmat.ziCoefficient matrix for zero-inflated portion
convergenceConvergence code from optimization routine.
coefmat.allCoefficient matrix for both parts of the model
thetaCoefficient matrix for dispersion, if applicable.
covmatAsymptotic covariance matrix
nobsNumber of observations
aicAkaike information
bicBayes information
loglikLog-likelihood at convergence
modelList containing model matrices if
keep = TRUE