Skip to content

Commit

Permalink
superimpose data on mixed-model plot in mixed-models vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverjayasinghe committed Sep 26, 2023
1 parent 8afb22d commit 6e271ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/mixed-models.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mixed_mod$formula
The mixed model can also be plotted using `autoplot`, but some of the plotting features that are available for fixed-effects models may not be available for mixed-effect models.

```{r}
autoplot(mixed_mod)
autoplot(mixed_mod, superimpose.data = TRUE)
```

The summary of the model shows that the input means for MESOR, amplitude and acrophase are similar to what we specified in the simulation (0, 3, and 1.5, respectively).
Expand Down

0 comments on commit 6e271ff

Please sign in to comment.