| bizicount-class {bizicount} | R Documentation |
The bizicount S4 Class
Description
Note that bizicount objects are generally S3, and should use
S3 syntax. This S4 class is defined only for compatability with
texreg. However, the contents of bizicount objects
is the same in both S3 and S4, so the descriptions below apply in both cases.
Slots
coefCoefficients of the model
coef.nidCoefficients without margin IDs
coef.origCoefficients prior to transformations, for Gaussian dependence and negative binomial dispersion.
coef.orig.nidCoefficients prior to transforms, no margin IDs.
seAsymptotic standard errors based on observed Fisher Information
se.nidStandard errors without margin IDs
zz-scores for parameter estimates
z.nidz-scores without margin IDs
pp-values for parameter estimates
p.nidp-values without margin IDs
coefmatsA list containing coefficient matrices for each margin
loglikScalar log-likelihood at convergence
gradGradient vector at convergence
n.iterNumber of quasi-newton fitting iterations.
covmatCovariance matrix of parameter estimates based on observed Fisher Information
aicModel's Akaike information
bicModel's Bayesian information criterion
nobsNumber of observations
marginsMarginal distributions used in fitting
link.zi,link.ctNames of link functions used in fitting
invlink.ct,invlink.ziInverse link functions used in fitting (the actual function, not their names)
outcomesName of the response vector
convInteger telling convergence status.
copThe copula used in fitting
startslist of starting values used
callThe model's call
modelList containing model matrices, or
NULLifkeep = F.