From 68dc6de7a8868f5c781f30653b43263e632b673a Mon Sep 17 00:00:00 2001 From: statasarus Date: Mon, 25 Sep 2023 11:25:58 +0100 Subject: [PATCH] modify data call for renv status --- R/count_data_regression.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```