Usage
calibPow(data, obs = "observed", pred = "predicted", nu = 0, round = 4, extOut = FALSE, extOutFile = NULL) predPow(data, obs = "observed", pred = "predicted", obs_mean = NULL, nu = 0, round = 4, extOut = FALSE, extOutFile = NULL)
Arguments
data
A data frame that contains at least two columns containing the observations and their predictions.
The data frame can be extended e.g. by a column that specifies the individual mean of the observed values $y_{mean}^{N-k,i}$.
obs
The name of the column that contains the observations
pred
The name of the column that contains the predictions
obs_mean
The mean of the observations $y_{mean}^{N-k,i}$.
Can be either a string that names the actual column or the column itself
nu
The degrees of freedom used for rmse calculation, DEFAULT: 0
round
The rounding value used in the output, DEFAULT: 4
extOut
Extended output, DEFAULT: FALSE
If extOutFile
is not specified, write to stdout()
extOutFile
Write extended output into file (implies extOut = TRUE
), DEFAULT: NULL