Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 23, 2024
1 parent a8b05b6 commit 8761ec7
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 @@ -188,7 +188,7 @@ of significance (which are abstract).
We can use `geom_smooth()`, which can fit non-linear relationships in an empirical way, to give us an idea of the shape of the relationships.

```{r}
data %>%
data |>
group_by(Participant, Condition) |>
ggplot(aes(x = Experimental_Variable, y = RT, color = Condition)) +
geom_jitter(alpha = 0.4) +
Expand Down

0 comments on commit 8761ec7

Please sign in to comment.