1. 学习
  2. /
  3. 课程
  4. /
  5. Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Connected

练习

Plotting pollution in different land uses

You can observe the differences between different continuous-categorical interaction types by visualizing them. Here, you'll look at the different ways the by-type and factor-smooth-type interactions are plotted, and see how the approaches fit the models differently.

Both the models (mod_sep and mod_fs) from the previous exercise are available in your workspace.

说明 1 / 共 2 个

undefined XP
    1
    2

Plot both models using the plot() function, using the pages argument to keep all terms on one plot.