ComeçarComece de graça

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.

Este exercício faz parte do curso

Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Fit a model with separate smooths for each land-use level
mod_sep <- ___

# Examine the summary
___
Editar e executar o código