error_stats {SimSurvey} | R Documentation |
Calculate common error statistics
Description
Calculate common error statistics
Usage
error_stats(error)
Arguments
error |
Vector of errors |
Value
Returns a named vector of error statistics including
mean error ("ME"
),
mean absolute error ("MAE"
),
mean squared error ("MSE"
) and
root mean squared error ("RMSE"
)
[Package SimSurvey version 0.1.6 Index]