Soil pollution in different land uses
The meuse data set has a factor variable, landuse, which specifies the type of land use or cover at the location where soil was sampled.
Cet exercice fait partie du cours
Nonlinear Modeling with Generalized Additive Models (GAMs) in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Fit a model with separate smooths for each land-use level
mod_sep <- ___
# Examine the summary
___