rioja (version 1.0-6)

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.

Author

Steve Juggins

Details

Internal rioja functions, not to be called by the user.