Skip to content

Commit 92d876b

Browse files
20251221 - specificity
1 parent eb8e870 commit 92d876b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eda.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ dataEllipse(mydata_nomissing$predictor, mydata_nomissing$outcome, levels = c(0.5
404404
## Visually Weighted Regression
405405

406406
```{r}
407-
#| message: false
407+
#| results: false
408408
409409
vwReg(outcome ~ predictor, data = mydata)
410410
```

figures.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,15 +517,15 @@ do.it(df3, pch = 19, col = rgb(0,0,.7,.5))
517517
### Default
518518

519519
```{r}
520-
#| message: false
520+
#| results: false
521521
522522
vwReg(outcome ~ predictor, data = df)
523523
```
524524

525525
### Shade
526526

527527
```{r}
528-
#| message: false
528+
#| results: false
529529
530530
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = FALSE, B = 1000, quantize = "continuous")
531531
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = FALSE, B = 1000, quantize = "SD")
@@ -541,7 +541,7 @@ vwReg(outcome ~ predictor, data = df, shade = FALSE, spag = TRUE, show.lm = FALS
541541
### Black/white
542542

543543
```{r}
544-
#| message: false
544+
#| results: false
545545
546546
vwReg(outcome ~ predictor, data = df, shade = TRUE, spag = FALSE, show.lm = TRUE, show.CI = TRUE, bw = TRUE, B = 1000, quantize = "continuous")
547547
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)