pvalue_dependent_R2mse: Test for the dependence of two R2
Description
Test for the dependence of two R2.
Usage
pvalue_dependent_R2mse(mprd, fobs)
Arguments
mprd
a matrix of numeric vectors.
fobs
the reference vector of length equals to dim(mprd)[2]
.
Value
Return a vector of p-value of length equals
to dim(mprd)[1]
.
Details
The function compare R2 obtained by the models
mprd[i, ] ~ fobs
.