rioja-internal: Internal rioja functions.
Description
Internal rioja functions.
Usage
.max.bias(resi, x, ng = 10)
.rmse(x)
.r2(x, obs)
.mono.fit(x, y)
.mono.predict(mod, newdata)
Arguments
- resi
vector of residuals.
- x, y
vector of observed or predicted values.
- obs
vector of observed values.
- mod
model fitted by .mono.fit.
- newdata
data frame or matrix of new data to predict.
Details
Internal rioja
functions, not to be called by the user.