| test_dependent_R2 | R Documentation |
Test for the dependence of two R2.
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