Learn R Programming

functClust (version 0.1.6)

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.

Value

Return a p-value.

Details

Be careful, the three vectors are not symmetrical. The function compare R2 obtained by the models fprd1 ~ fobs and fprd2 ~ fobs.

See Also

test_dependent_R2, pvalue_dependent_R2mse