rsquaredAsPredictor = R-squared using the values as a predictor
rsquaredAdjAsPredictor = adjusted R-squared using the values as a predictor
rsquaredPredictiveAsPredictor = predictive R-squared using the values as a predictor
Arguments
predicted
vector of continuous predicted values.
actual
vector of actual values.
dropUndefined
TRUE or FALSE, indicating whether to drop
any undefined values calculated with the accuracy indices.
Details
Compute overall accuracy estimates of predicted values in relation to actual
values. Estimates of overall accuracy span all cutoffs. Some accuracy
estimates can be undefined under various circumstances. Optionally, you can
drop undefined values in the calculation of accuracy indices. Note that
dropping undefined values changes the meaning of these indices. Use this
option at your own risk!