Skip to content

rpsychologist/cohend

Repository files navigation

DEPRECATED

This repo has been merged with https://github.com/rpsychologist/rpsychologist-com

Interpreting Cohen's d Effect Size: An Interactive Visualization

This is the source code for "Interpreting Cohen's d Effect Size: An Interactive Visualization".

Running a local copy

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.

Using Docker

Start a local copy in Gatsby's dev mode

docker-compose build
docker-compose up

Open http://localhost:8000/

Serve a local copy of the production version

docker-compose -f docker-compose.serve.yml build
docker-compose -f docker-compose.serve.yml up

Open http://localhost:2015/d3/cohend

Without Docker

Requires Node.js and yarn.

yarn install
gatsby development

Open http://localhost:8000/