We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ce3bf commit bd082c8Copy full SHA for bd082c8
1 file changed
vignettes/Chapter05.Rmd
@@ -548,8 +548,8 @@ We revisit the accidents and the eye tracking data sets and compute means
548
and variances.
549
550
```{r}
551
-data("accidents")
552
-data("eyetracking")
+data("accidents", package = "BayesianLearningCode")
+data("eyetracking", package = "BayesianLearningCode")
553
y1 <- accidents[, c("seniors_accidents", "children_accidents")]
554
y2 <- eyetracking$anomalies
555
N <- c(rep(nrow(y1), ncol(y1)), length(y2))
0 commit comments