Skip to content

Commit

Permalink
modify data call for renv status
Browse files Browse the repository at this point in the history
  • Loading branch information
statasaurus committed Sep 25, 2023
1 parent 7963c35 commit 68dc6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/count_data_regression.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Other models include hurdle or zero-inflated models, if data have more zero obse
Data from a placebo-controlled trial of a non-steroidal anti-inflammatory drug in the treatment of familial andenomatous polyposis (FAP). (see `?polyps` for details).

```{r}
data("polyps", package="HSAUR2")
polyps <- HSAUR2::polyps
glimpse(polyps)
```

Expand Down

0 comments on commit 68dc6de

Please sign in to comment.