A data frame, sorted by rank.by
, with the following columns
model.numModel number assigned by this routine, equal to the position of the
model in the input list of fits.
model.nameName of the fitted object.
convergedLogical values indicating whether this routine thinks the model
converged or not. Value is TRUE if the this routine thinks the model converged,
FALSE otherwise.
n.est.parametersNumber of estimable parameters in the model. This is MRA's guess at the number
of estimable parameters in the model, not length of the coefficient vector.
n.coefficientsNumber of coefficients in the model. This is length of the coefficient
vector without regard to number of estimable parameters. If n.coefficients
> n.est.parameters
,
the model is not full rank, and at least one coefficient is probably not estimable.
loglikevalue of the log likelihood evaluated at the maximum likelihood parameters.
aiccAIC of the model including the small sample correction =
AIC + (2*df
*(df
+1)) / (nan
- df
- 1)
delta.aiccDifference between AICc for the model and the minimum AICc in the table.
aicc.wgtAICc model weights. These weights equal exp(-.5*(delta.aicc)), scaled to sum to 1.0,
qaiccQAIC of the model including the small sample correction =
QAIC + (2*df
*(df
+1))/(nan
- df
- 1)
delta.qaiccDifference between QAICc for the model and the minimum QAICc in the table.
qaicc.wgtQAICc model weights. These weights equal exp(-.5*(delta.qaicc)), scaled to sum to 1.0,
plausibleIndicates `plausible' models as defined by Bromaghin et al. (2013). The value
in this column is TRUE if the model has rank.by
weight greater than plausible.p
OR if
the model's log-likelihood is greater than the minimum log likelihood amongst those that
have rank.by
weight greater than plausible.p
. The second condition in this scheme includes a model structure as 'plausible'
when its log-likelihood is relatively high but it has been heavily penalized by the number of parameters. When
the likelihood is parameterized to contain two or more linear models, this second condition is a reasonable
criterion when model selection is done in a step-wise fashion on each model separately (see Bromaghin et al., 2013).