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 4e590a8 commit 7bc698a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/modelisation_approach.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output:
fig_height: 6
tags: [r, estimate, estimate link, predictions]
vignette: >
%\VignetteIndexEntry{The modelisation approach}
%\VignetteIndexEntry{The Modelisation Approach}
\usepackage[utf8]{inputenc}
%\VignetteEngine{knitr::rmarkdown}
editor_options:
Expand Down Expand Up @@ -81,7 +81,6 @@ statistical modelisation.

```{r}
library(poorman)
library(ggplot2)
library(emmeans)
library(parameters)
library(modelbased)
Expand Down Expand Up @@ -166,6 +165,7 @@ parameters(posthoc)
```

```{r}
library(ggplot2)
data_anova %>%
ggplot(aes(x = Category, y = RT, fill = Condition)) +
geom_boxplot() +
Expand Down

0 comments on commit 7bc698a

Please sign in to comment.