Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 19:00
Embed
What would you like to do?
# Compile models and compare performance
models <- resamples(list("PLS-DA" = mod1, "PCA-DA" = mod2, "RF" = mod3))
bwplot(models, metric = "Accuracy")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment