Skip to content

Commit

Permalink
Merge branch 'muschellij2-patch-typo' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed May 1, 2024
2 parents 7c28fa9 + 82f8b44 commit b03e7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/data-slices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ plant <- plant |>
mutate(tt = fct_cross(treatment, type))
m_plant <- gam(uptake ~ treatment * type + s(conc, by = tt, k = 6) +
s(plant, bs = "re"),
data = plant, method = "REML", familly = Gamma(link = "log")
data = plant, method = "REML", family = Gamma(link = "log")
)
overview(m_plant)
```
Expand Down

0 comments on commit b03e7d5

Please sign in to comment.