Description Usage Arguments Details Value See Also
Test for the dependence of two R2.
1 | test_dependent_R2(v1, v2, v3, n = length(v1))
|
v1, v2, v3 |
three numeric vectors of |
n |
the length of vectors. |
Be careful, the three vectors v1, v2, v3
are not symmetrical.
The function compares R2 obtained by the models v1 ~ v3
and
v2 ~ v3
.
Return a p-value.
test_dependent_R2mse
,
pvalue_dependent_R2mse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.