Closed mattansb closed 4 years ago
Each lesson should have a story driving the data operations...
(2 lessons)
for ()
if ()
ifelse()
purrr::map()
(2-3 lessons)
Explain how we normally work in R
dplyr
psych
(1 lesson)
ggplot2
htest
effectsize
(5 lesson) All models will have accompanying plots with ggeffects.
ggeffects
predict()
newdata=
emmeans
y ~ a + b*c
y ~ (a + b)*c
y ~ a*b*c
interactions
glm()
For fixed effect linear models...
effects
https://CRAN.R-project.org/package=faux
Each lesson should have a story driving the data operations...
1. Intro to R
(2 lessons)
Lesson 1
Lesson 2
for ()
if ()
andifelse()
purrr::map()
) (optional)~2. Data wrangling
(2-3 lessons)
Explain how we normally work in R
Lesson 3
dplyr
and coLesson 4
psych
)3. Plotting
(1 lesson)
Lesson 5
ggplot2
<34. NHST
(1 lesson)
Lesson 6
htest
-functions + correlations (psych)effectsize
s5. Modelling
(5 lesson) All models will have accompanying plots with
ggeffects
.Lesson 7
predict()
+newdata=
Lesson 8
emmeans
and contrastsLesson 9
y ~ a + b*c
/y ~ (a + b)*c
/y ~ a*b*c
emmeans
ggeffects
(+ withinteractions
?)Lesson 10
Lesson 11
glm()
s6. Assumptions
(1 lesson)
For fixed effect linear models...
Lesson 12
effects
withggeffects
?7. Other topics (optional)