test_dependent_R2mse: Test for the dependence of two Coefficients of Determination R2
Description
Test for the dependence of two R2.
Usage
test_dependent_R2mse(fprd2, fprd1, fobs)
Arguments
fprd2, fprd1, fobs
three numeric vectors of same length.
Details
Be careful, the three vectors are not symmetrical.
The function compare R2 obtained by the models fprd1 ~ fobs
and fprd2 ~ fobs
.