From df58a7764abd4c4fbb6d79753617bdd5ece3138f Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 12 Nov 2024 08:21:13 +0100 Subject: [PATCH] update --- SSR/2024/25. moderation/25. moderation.html | 16 ++++++---------- .../25. moderation/25. moderation.slide.html | 14 +++++--------- SSR/topics/moderation/moderationNames.qmd | 4 ++-- 3 files changed, 13 insertions(+), 21 deletions(-) diff --git a/SSR/2024/25. moderation/25. moderation.html b/SSR/2024/25. moderation/25. moderation.html index 478022d..f70b3d0 100644 --- a/SSR/2024/25. moderation/25. moderation.html +++ b/SSR/2024/25. moderation/25. moderation.html @@ -261,8 +261,8 @@

Scatterplots

3D plot

- - + +

Take it for a spin (does not work on tablet)

@@ -278,13 +278,13 @@

1 SD planes

- - + +
-
-

Fit model

+
+

Fit model

fit <- lm(wakefulness ~ hours.awake + ml.coffee + hours.awake*ml.coffee); summary(fit)$coefficients
@@ -316,10 +316,6 @@

Expected surface

-
- - -
diff --git a/SSR/2024/25. moderation/25. moderation.slide.html b/SSR/2024/25. moderation/25. moderation.slide.html index f53c023..fdc5c9b 100644 --- a/SSR/2024/25. moderation/25. moderation.slide.html +++ b/SSR/2024/25. moderation/25. moderation.slide.html @@ -515,8 +515,8 @@

Scatterplots

3D plot

- - + +

Take it for a spin (does not work on tablet)

@@ -532,12 +532,12 @@

1 SD planes

- - + +
-
+

Fit model

fit <- lm(wakefulness ~ hours.awake + ml.coffee + hours.awake*ml.coffee); summary(fit)$coefficients
@@ -570,10 +570,6 @@

Expected surface

-
- - -
diff --git a/SSR/topics/moderation/moderationNames.qmd b/SSR/topics/moderation/moderationNames.qmd index 3d8d445..20c4d21 100644 --- a/SSR/topics/moderation/moderationNames.qmd +++ b/SSR/topics/moderation/moderationNames.qmd @@ -159,7 +159,7 @@ rglwidget() # step = 0.01, loop = TRUE, rate = 0.5) ``` -## Fit model {.smaller .subsection} +## Fit model { .subsection} ```{r, echo=TRUE} fit <- lm(wakefulness ~ hours.awake + ml.coffee + hours.awake*ml.coffee); summary(fit)$coefficients @@ -220,7 +220,7 @@ aspect3d(1,1,1) subid <- currentSubscene3d() rglwidget(elementId="plot3drgl2", reuse = FALSE) -rglwidget() +# rglwidget() ```