cvlldiff_object {modeLLtest} | R Documentation |
Cross-Validated Difference in Means (CVDM) Object from General cvlldiff
Function
Description
This class of objects is returned by the cvlldiff
function to compare vectors of cross-validated log-likelihood values.
Value
The following components must be included in a legitimate cvlldiff
object.
best |
name of the estimation method favored by the cvdm test. |
test_stat |
object returned by the bias-corrected Johnson's t-test. A positive test statistic supports the method that generated the first vector of cross-validated log-likelihood values and a negative test statistic supports the method that generated the second vector. |
p_value |
p-value for the test statistic. |
See Also
[Package modeLLtest version 1.0.4 Index]