Skip to content

Commit 5432be5

Browse files
20251221 - try for specificity
1 parent 1391db8 commit 5432be5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

eda.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ dataEllipse(mydata_nomissing$predictor, mydata_nomissing$outcome, levels = c(0.5
405405

406406
```{r}
407407
#| message: false
408-
#| results: false
409408
410409
vwReg(outcome ~ predictor, data = mydata)
411410
```

figures.qmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
523522
vwReg(outcome ~ predictor, data = df)
524523
```
@@ -527,7 +526,6 @@ vwReg(outcome ~ predictor, data = df)
527526

528527
```{r}
529528
#| message: false
530-
#| results: false
531529
532530
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = FALSE, B = 1000, quantize = "continuous")
533531
vwReg(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
549546
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = TRUE, B = 1000, quantize = "continuous")
550547
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = TRUE, B = 1000, quantize = "SD")

0 commit comments

Comments
 (0)