@@ -518,7 +518,6 @@ do.it(df3, pch = 19, col = rgb(0,0,.7,.5))
518518
519519``` {r}
520520#| message: false
521- #| results: false
522521
523522vwReg(outcome ~ predictor, data = df)
524523```
@@ -527,7 +526,6 @@ vwReg(outcome ~ predictor, data = df)
527526
528527``` {r}
529528#| message: false
530- #| results: false
531529
532530vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = FALSE, B = 1000, quantize = "continuous")
533531vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = FALSE, B = 1000, quantize = "SD")
@@ -544,7 +542,6 @@ vwReg(outcome ~ predictor, data = df, shade = FALSE, spag = TRUE, show.lm = FALS
544542
545543``` {r}
546544#| message: false
547- #| results: false
548545
549546vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = TRUE, B = 1000, quantize = "continuous")
550547vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = TRUE, B = 1000, quantize = "SD")
0 commit comments