An open API service indexing awesome lists of open source software.

https://github.com/nathancooperjones/nsf-stress-study-files

For the NSF-sponsored CPL research.
https://github.com/nathancooperjones/nsf-stress-study-files

Last synced: 2 months ago
JSON representation

For the NSF-sponsored CPL research.

Awesome Lists containing this project

README

        

# CPL scripts for the NSF-funded Stress Study

Welcome to this Github repository, hosted by yours truly! There are a lot of files here, and I'm sure you are eager to get started! Well, hold your horses and let me tell you the intended order to at least get started:

1) The first thing you will have to run is `SplitSessions.R` to find all the subjects and create `*_merged.csv` files. We will use this in step #2.
2) Now we use that in `All-Subjects.Rmd` to generate a full dataframe that contains every single subjects' filtered measurements entitled `full_df.csv`. It is a great dataframe - in fact, it is so great that nearly every other script is based off of it. Neat, right!
3) More dataframes?! Yes! Now run `Hypothesis-Testing-Full-Sensor-Set.Rmd` to generate a dataframe that contains mean, normalized differences for all subjects' measurements. You'll need this for a few other scripts, most notably `Advanced-Analysis.R`.
4) Go nuts and run everything! Have fun!

If you have any questions about how any of the scripts work, please email me at [email protected] and I will get back to you as soon as I can. Have fun and good analysis!