Main content

Home

Menu

Loading wiki pages...

View
Wiki Version:
# Implicit Learning of a Kinematically Complex Multi-Articular Motor Skill Analysis This repository contains the raw data and analysis code for Solomon et al. (2023), a study investigating if a complex movement can be learned implicitly. This study uses [TraceLab](https://github.com/LBRF/TraceLab) and it's corresponding [analysis](https://github.com/LBRF/TraceLabAnalysis). ## Experiment Code The experiment code used to collect the data is found in the [Implicit_CME](https://github.com/LBRF-Projects/Implicit_CME_Solomon2023_Experiment) repository. ## Analysis Requirements All dependencies for these scripts can be installed by running the following line: ```r install.packages(c("tidyverse", "TSEntropies", "dtw","brms","tidybayes","emmeans","parametes","modelr")) ``` The scripts were run in R 4.1 for publication. They may work with older versions of R but are not guaranteed to function correctly. ## Analysis Code Usage 1. Extract the (`task.zip`) in the directory `Tracelab_Analysis/_Data/`. 2. Extract the (`figure.zip`) in the directory `Tracelab_Analysis/_Data/`. 3. Open a new R session and set the working directory to the root `TraceLab_Analysis/` folder (or whatever you've renamed it to) using `setwd()` or the RStudio menu. 4. Run one of the following commands in the R terminal: ```r source('./_Scripts/0_import.R') # imports task and figure data source('./_Scripts/1_preprocessing.R') # imports and preprocesses data source('./_Scripts/2_processing.R') # generates descriptives and runs statistical models ``` Running the `2_processing.R` script will run the preprocessing and the import scripts, so in most cases you just want to run the third line. The code is an exact copy used for the publication. Future commits will be made to optimize the code's performance and posted to the project [GitHub repository](https://github.com/LBRF-Projects/Implicit_CME_Solomon2023_Analysis).
OSF does not support the use of Internet Explorer. For optimal performance, please switch to another browser.
Accept
This website relies on cookies to help provide a better user experience. By clicking Accept or continuing to use the site, you agree. For more information, see our Privacy Policy and information on cookie use.
Accept
×

Start managing your projects on the OSF today.

Free and easy to use, the Open Science Framework supports the entire research lifecycle: planning, execution, reporting, archiving, and discovery.