Skip to content

Commit cb39c32

Browse files
committed
GAMs
1 parent e04cd5b commit cb39c32

File tree

5 files changed

+97
-93
lines changed

5 files changed

+97
-93
lines changed

Lectures/Week 6/lec_11_intro_to_GAMs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ ggplot(aes(date, log(shad))) + geom_point() +
493493

494494
* Use smooth to fill in the gaps
495495
* `cor(obs, pred)` ~ 0.86
496-
```{r}
496+
```{r echo=TRUE, eval=TRUE, fig.height=3, fig.width=6}
497497
fit <- gam(log(shad) ~ as.factor(year) + s(jday, bs = "cr"),
498498
data = shad22_24)
499499
```

Lectures/Week 6/lec_11_intro_to_GAMs.html

Lines changed: 47 additions & 45 deletions
Large diffs are not rendered by default.

docs/Lectures/Week 6/lec_11_intro_to_GAMs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ ggplot(aes(date, log(shad))) + geom_point() +
493493

494494
* Use smooth to fill in the gaps
495495
* `cor(obs, pred)` ~ 0.86
496-
```{r}
496+
```{r echo=TRUE, eval=TRUE, fig.height=3, fig.width=6}
497497
fit <- gam(log(shad) ~ as.factor(year) + s(jday, bs = "cr"),
498498
data = shad22_24)
499499
```

docs/Lectures/Week 6/lec_11_intro_to_GAMs.html

Lines changed: 47 additions & 45 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h2>
349349
</center>
350350
<p><br></p>
351351
<center>
352-
<em>This site was last updated at 09:45 on 06 May 2025</em>
352+
<em>This site was last updated at 13:23 on 06 May 2025</em>
353353
</center>
354354

355355

0 commit comments

Comments
 (0)