zicreg-class | R Documentation |
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).
call
The original function call
obj
The class of the object
coef
Vector of coefficients, with count, then zi, then dispersion.
se
Vector of asymptotic standard errors
grad
Gradient vector at convergence
link.ct
Name of link used for count portion
link.zi
Name of link used for zero-inflated portion
dist
Name of distribution used for count portion
optimizer
Name of optimization package used in fitting
coefmat.ct
Coefficient matrix for count portion
coefmat.zi
Coefficient matrix for zero-inflated portion
convergence
Convergence code from optimization routine.
coefmat.all
Coefficient matrix for both parts of the model
theta
Coefficient matrix for dispersion, if applicable.
covmat
Asymptotic covariance matrix
nobs
Number of observations
aic
Akaike information
bic
Bayes information
loglik
Log-likelihood at convergence
model
List containing model matrices if keep = TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.