Skip to content

Commit

Permalink
vairable
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored and noamross committed May 27, 2019
1 parent fd16a3f commit 8e7185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The `meuse` data set has a factor variable, `landuse`, which specifies the type

<codeblock id="03_09_1">

- The formula should look like `y ~ s(continuous_vairable, categorical_variable, bs = "fs")`.
- The formula should look like `y ~ s(continuous_variable, categorical_variable, bs = "fs")`.
- A separate intercept term in not necessary for models of this form.
- Don't forget `method = "REML"` in your call to `gam()`.

Expand Down

0 comments on commit 8e7185b

Please sign in to comment.