Skip to content

Commit 77ceff0

Browse files
committed
Updating Unit 02 -- this will not build unless I do not evaluate the code chunk with the intentional error
1 parent b776912 commit 77ceff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vignettes/Unit02_BMIvDXA.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@ We now apply **IPD** to leverage all participants (labeled + unlabeled) while ad
612612
613613
Now we can try to run the IPD model:
614614
615-
```{r, error = TRUE, warning = TRUE}
615+
```{r, eval=FALSE}
616616
# Note: This code chunk results in an error, but we have an informative warning
617-
# We can run it and see!
617+
# We can try running it and see!
618618
ipd_bmi_fit <- ipd(
619619
formula = obese_DXA - obese_BMI ~ Age + Sex + Race,
620620
method = "pspa",

0 commit comments

Comments
 (0)