earcanal / dass-21

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DASS-21

This is the 21 item Depression, Anxiety Stress Scale (DASS) for use in the Experiment Factory. It was generated from the tab separated file of questions and a configuration file using this procedure.

You can run it locally by putting these files in a web server, or use the Experiment Factory to generate a reproducible container. Check out the documentation above for more information, or post an issue if you have any questions.

https://expfactory.github.io/expfactory/img/expfactoryticketyellow.png

Processing Data in R

There's an associated alpha R package for processing the data generated by the DASS-21. This will happen in continuous integration, and you can run manually like this:

bash
cd expfactory.dass21
R -e 'devtools::install_deps(dependencies = TRUE)'
R -e 'devtools::check()'
R -e 'devtools::test()'

Installation

library(devtools)
install_github('earcanal/dass-21/expfactory.dass21')

About

License:MIT License


Languages

Language:JavaScript 55.1%Language:HTML 36.9%Language:R 4.3%Language:CSS 3.8%