Skip to content

Commit

Permalink
Update modelisation_approach.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored May 24, 2024
1 parent 8761ec7 commit 561a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/modelisation_approach.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ We can use `geom_smooth()`, which can fit non-linear relationships in an empiric

```{r}
data |>
group_by(Participant, Condition) |>
data_group(c("Participant", "Condition")) |>
ggplot(aes(x = Experimental_Variable, y = RT, color = Condition)) +
geom_jitter(alpha = 0.4) +
geom_smooth(method = "loess", se = FALSE) +
Expand Down

0 comments on commit 561a2c5

Please sign in to comment.