diff --git a/workshops/jsm2024/exercises/ex1_historical_control.qmd b/workshops/jsm2024/exercises/ex1_historical_control.qmd index 73945f8..3663bd1 100644 --- a/workshops/jsm2024/exercises/ex1_historical_control.qmd +++ b/workshops/jsm2024/exercises/ex1_historical_control.qmd @@ -131,7 +131,7 @@ AS_region_all <- data.frame(region=c("asia", "europe", "north_america", "other") ## Exercise 3 Run the analysis for the normal endpoint in the `crohn` data set of -`RBesT`. Refer to the `RBesT` vignette for a [normal endpoint](https://cran.r-project.org/web/packages/RBesT/vignettes/introduction.html) +`RBesT`. Refer to the `RBesT` vignette for a [normal endpoint](https://opensource.nibr.com/RBesT/articles/introduction_normal.html) on more details and context. Steps: * Use as `family=gaussian` and use the `se` response modifier in place diff --git a/workshops/jsm2024/exercises/solutions/ex1_historical_control.qmd b/workshops/jsm2024/exercises/solutions/ex1_historical_control.qmd index d694cb1..ea139b2 100644 --- a/workshops/jsm2024/exercises/solutions/ex1_historical_control.qmd +++ b/workshops/jsm2024/exercises/solutions/ex1_historical_control.qmd @@ -182,7 +182,7 @@ sapply(map_region, ess) ## Exercise 3 Run the analysis for the normal endpoint in the `crohn` data set of -`RBesT`. Refer to the `RBesT` vignette for a [normal endpoint](https://cran.r-project.org/web/packages/RBesT/vignettes/introduction.html) +`RBesT`. Refer to the `RBesT` vignette for a [normal endpoint](https://opensource.nibr.com/RBesT/articles/introduction_normal.html) on more details and context. Steps: * Use as `family=gaussian` and use the `se` response modifier in place diff --git a/workshops/jsm2024/slides/bamdd_jsm2024.pdf b/workshops/jsm2024/slides/bamdd_jsm2024.pdf index af13fbd..afb3348 100644 Binary files a/workshops/jsm2024/slides/bamdd_jsm2024.pdf and b/workshops/jsm2024/slides/bamdd_jsm2024.pdf differ