| glimML-class {aod} | R Documentation |
Representation of Models of Formal Class "glimML"
Description
Representation of models of formal class "glimML" fitted by maximum-likelihood method.
Objects from the Class
Objects can be created by calls of the form new("glimML", ...) or,
more commonly, via the functions betabin or negbin.
Slots
CALLThe call of the function.
linkThe link function used to transform the mean: “logit”, “cloglog” or “log”.
methodThe type of fitted model: “BB” for beta-binomial and “NB” for negative-binomial models.
formulaThe formula used to model the mean.
randomThe formula used to model the overdispersion parameter
\phi.dataData set to which model was fitted. Different from the original data in case of missing value(s).
paramThe vector of the ML estimated parameters
band\phi.varparamThe variance-covariance matrix of the ML estimated parameters
band\phi.fixed.paramThe vector of the ML estimated fixed-effect parameters
b.random.paramThe vector of the ML estimated random-effect (correlation) parameters
\phi.logLThe log-likelihood of the fitted model.
logL.maxThe log-likelihood of the maximal model (data).
devThe deviance of the model, i.e.,
- 2 * (logL - logL.max).df.residualThe residual degrees of freedom of the fitted model.
nbparThe number of estimated parameters, i.e., nbpar = total number of parameters - number of fixed parameters. See argument
fixparinbetabinornegbin.iterationsThe number of iterations performed in
optim.codeAn integer (returned by
optim) indicating why the optimization process terminated.- 1
Relative gradient is close to 0, current iterate is probably solution.
- 2
Successive iterates within tolerance, current iterate is probably solution.
- 3
Last global step failed to locate a point lower than estimate. Either estimate is an approximate local minimum of the function or
steptolis too small.- 4
Iteration limit exceeded.
- 5
Maximum step size
stepmaxexceeded 5 consecutive times. Either the function is unbounded below, becomes asymptotic to a finite value from above in some direction orstepmaxis too small.
msgMessage returned by
optim.singular.hessianLogical: true when fitting provided a singular hessian, indicating an overparamaterized model.
param.iniThe initial values provided to the ML algorithm.
na.actionA function defining the action taken when missing values are encountered.