-
Notifications
You must be signed in to change notification settings - Fork 4
J_Statistics
Douwe Horsthuis edited this page Feb 21, 2024
·
2 revisions
The statistics are done in R.
Here we compute statistics using R and Rstudio. The script does the following. It imports data from .txt file, it creates factors and it randomly selects 200 trials per subject (so everyone has equal amounts of data)
First it creates a summary of the data, which includes mean and standard deviation. After that it plots the data in a violin/box plot.
You can design your mixed-effects model and, after that, create a summary with the results of your model computation.
Back to the home page
Back to the I_individual_trials_export page