This repository contains data and analysis scripts as reported in the study of Individual Differences in Subphonemic Sensitivity and Phonological Skills
Run the following command in your terminal or command line
git clone https://github.monicaycli/subcat
For reproducibility, we customized a Docker container image with a version-controlled RStudio environment including all packages required for running the analysis scripts.
-
Install Docker: click here
-
Pull the Docker image: enter the following command in your terminal or command line
docker pull monicaycli/subcat
-
Run an instance of the Docker image:
docker run -d --name=SUBCAT -p 8787:8787 -v $(pwd):/home/rstudio monicaycli/subcat
- Note that you can replace
$(pwd)
with any local directory you would like to have access to from within the container
- Note that you can replace
-
Open the container's RStudio in a broswer:
-
Open a browser and enter the url:
localhost:8787
-
When prompted, enter
rstudio
for both the username and password -
In the RStudio interface, navigate to the directory container the analysis scripts and run the scripts
-
-
To stop the container once you are done:
docker container stop SUBCAT
-
To remove the container instance (not the image itself):
docker container rm SUBCAT
-
To remove the image:
docker image rm monicaycli/subcat
- The data are released under the CC-By Attribution 4.0 International License
- The code in this repo is released under the MIT License