cvdm_object {modeLLtest}R Documentation

Cross-Validated Difference in Means (CVDM) Object

Description

This class of objects is returned by the cvdm function to compare two methods of estimating a formula.

Value

The following components must be included in a legitimate cvdm 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 method 1 and a negative test statistic supports method 2.

p_value

p-value for the test statistic.

n

number of observations.

df

degrees of freedom.

The object also contain the following: call, x, and y. See lm documentation for more.

See Also

cvdm


[Package modeLLtest version 1.0.4 Index]