rioja-internal: Internal rioja functions.

rioja-internalR Documentation

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.

Author(s)

Steve Juggins


rioja documentation built on Oct. 19, 2023, 5:08 p.m.

Related to rioja-internal in rioja...