From 8b423644f1476733d28f8ca9b7102a220240af96 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Wed, 10 May 2023 01:22:36 +0100 Subject: [PATCH] poissonreg now only contains the engine (#364) the model spec has moved to parsnip Co-authored-by: Julia Silge --- 21-inferential-analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21-inferential-analysis.Rmd b/21-inferential-analysis.Rmd index c82df1b..0c2078e 100644 --- a/21-inferential-analysis.Rmd +++ b/21-inferential-analysis.Rmd @@ -198,7 +198,7 @@ $$ where $\lambda$ is the expected value of the counts. -Let's fit a simple model that contains all of the predictor columns. The `r pkg(poissonreg)` package, a `r pkg(parsnip)` extension package in tidymodels, will create this model specification: +Let's fit a simple model that contains all of the predictor columns. The `r pkg(poissonreg)` package, a `r pkg(parsnip)` extension package in tidymodels, will fit this model specification: ```{r inferential-glm} library(poissonreg)