Learn R Programming

lvmisc (version 0.1.2)

accuracy_means_params: Params for the accuracy indices summary functions

Description

Params for the accuracy indices summary functions

Arguments

actual

A numeric vector with the actual values.

predicted

A numeric vector with the predicted values. Each element in this vector must be a prediction for the corresponding element in actual.

na.rm

A logical value indicating whether NA values should be stripped before the computation proceeds. Defaults to FALSE.