diff --git a/R/count_data_regression.qmd b/R/count_data_regression.qmd index 135aa940..92407d9f 100644 --- a/R/count_data_regression.qmd +++ b/R/count_data_regression.qmd @@ -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) ```