test_dependent_R2mse: Test for the dependence of two Coefficients of Determination...

Description Usage Arguments Details Value See Also

View source: R/stats.R

Description

Test for the dependence of two R2.

Usage

1
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.

Value

Return a p-value.

See Also

test_dependent_R2, pvalue_dependent_R2mse


functClust documentation built on Dec. 2, 2020, 5:06 p.m.