Mean Fractional Error
mfe.Rd
Compute the Mean Fractional Error (MFE) of observed and predicted data.
Arguments
- obs
A
numeric vector
,data.frame
ordata.table
with observation data.- pred
A
numeric vector
,data.frame
ordata.table
with model (predicted) data.- use
An optional
character vector
giving a method for computing MFE in the presence of missing values. This must be eithereverything
orcomplete.obs
.