Exercise

Binding models together

When running several models, it is useful to summarize your results for comparison, both as a tibble and as a parallel coordinates chart. The glm_metrics object that your created is loaded in the workspace, as well as the corresponding bayes_metrics and mixed_metrics. The GGally package is ready for you.

Instructions

100 XP
  • Bind all three models by rows.
  • Create a parallel coordinates plot to compare the models' performance in both metrics.