We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b776912 commit 77ceff0Copy full SHA for 77ceff0
1 file changed
vignettes/Unit02_BMIvDXA.Rmd
@@ -612,9 +612,9 @@ We now apply **IPD** to leverage all participants (labeled + unlabeled) while ad
612
613
Now we can try to run the IPD model:
614
615
-```{r, error = TRUE, warning = TRUE}
+```{r, eval=FALSE}
616
# Note: This code chunk results in an error, but we have an informative warning
617
-# We can run it and see!
+# We can try running it and see!
618
ipd_bmi_fit <- ipd(
619
formula = obese_DXA - obese_BMI ~ Age + Sex + Race,
620
method = "pspa",
0 commit comments