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
96b67985
Commit
96b67985
authored
Nov 13, 2020
by
Lennart Wittkuhn
Browse files
set to datatable, see
#1
parent
f55a0037
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/highspeed-analysis-behavior.Rmd
View file @
96b67985
...
...
@@ -782,7 +782,8 @@ ggsave(filename = "highspeed_plot_behavior_supplement.pdf",
dt_participants <- do.call(rbind, lapply(Sys.glob(path_participants), fread))
# remove selected participants from the data table:
dt_participants = dt_participants %>%
filter(!(participant_id %in% subjects_excluded))
filter(!(participant_id %in% subjects_excluded)) %>%
setDT(.)
base::table(dt_participants$sex)
round(sd(dt_participants$age), digits = 2)
base::summary(
...
...
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