Skip to content

Commit

Permalink
poissonreg now only contains the engine (#364)
Browse files Browse the repository at this point in the history
the model spec has moved to parsnip

Co-authored-by: Julia Silge <[email protected]>
  • Loading branch information
hfrick and juliasilge authored May 10, 2023
1 parent 95464df commit 8b42364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 21-inferential-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b42364

Please sign in to comment.