| cvll_object {modeLLtest} | R Documentation |
Cross-Validated Log-Likelihood (CVLL) Object
Description
This class of objects is returned by the cvll function.
Value
The following components must be included in a legitimate cvll object.
cvll |
vector of cross-validated log-likelihood values using the leave-one-out method. |
n |
number of observations. |
df |
degrees of freedom. |
method |
method of estimation. |
The object also contain the following: call, x, and y. See lm documentation for more.
See Also
[Package modeLLtest version 1.0.4 Index]