cvdm_object | R Documentation |
This class of objects is returned by the cvdm
function to compare two methods of estimating a formula.
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.
cvdm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.