Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lennart Wittkuhn
highspeed-analysis
Commits
465a98c8
Commit
465a98c8
authored
Nov 06, 2020
by
Lennart Wittkuhn
Browse files
fix typo
parent
1b52d68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/highspeed-analysis-behavior.Rmd
View file @
465a98c8
...
...
@@ -369,7 +369,7 @@ lme_odd_behav_run = lmerTest::lmer(
mean_accuracy ~ session + run_session + (1 + session + run_session | subject),
data = dt, na.action = na.omit, control = lcctrl)
summary(lme_odd_behav_run)
emmeans(lme_odd_behav_run, list(pairwise ~ run_session |
session))
emmeans(lme_odd_behav_run, list(pairwise ~ run_session |
session))
anova(lme_odd_behav_run)
rm(dt)
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment