This repo has been merged with https://github.com/rpsychologist/rpsychologist-com
This is the source code for "Interpreting Cohen's d Effect Size: An Interactive Visualization".
The site is built using Gatsby/React, you can build it using Docker (docker-compose
) or install it using yarn
and then build it using gatsby-cli
.
docker-compose build
docker-compose up
docker-compose -f docker-compose.serve.yml build
docker-compose -f docker-compose.serve.yml up
Open http://localhost:2015/d3/cohend
Requires Node.js and yarn.
yarn install
gatsby development