LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Nonlinear Modeling with Generalized Additive Models (GAMs) in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

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

# Examine the summary
___
Code bearbeiten und ausführen