powered by
Provides estimated error decomposition from model predictions (mse, bias, variance).
bvto(truth, estimate)
test data vector or baseline accuractruth to test against.
predicted vector
# NOT RUN { # Sample data test <- rnorm(25, 80, 35) predicted <- rnorm(25, 80, 50) mlf::bvto(test, predicted) # }
Run the code above in your browser using DataLab