pmse: Probability associated with the Coefficient of Determination...

Description Usage Arguments Details Value

Description

Take two numeric vectors and return the Probability associated with their Coefficient of Determination (R2).

Usage

1
pmse(prd, obs, nbK)

Arguments

prd

a numeric vector of predicted values.

obs

a numeric vector of reference values of length(prd).

nbK

an integer. nbKshould be higher than 1: return an error if not.

Details

Be careful, the function pmse is not symmetrical. The first argument prd is vector of estimated, modelled or predicted values, the second argument obs is the vector of reference.

Value

Return the Probability associated with the Coefficient of Determination (R2).


BenitoJaillard/combinAna documentation built on May 9, 2019, 2:17 a.m.