The University of Sheffield Logo

Dataviz.Shef

Loading, please wait ...

Loading data, please wait ...

An interative tool based on the flowchart made by Jean Russell to help you determine which statistical test to use for two variables. This tool is a part of the statistical modelling learning path.

Yu Liang Weng

Yu Liang Weng

04 August 2021

This flowchart was prepared by Jean Russell for the statistical modelling learning path.
This chart was created using React and React Flow with customised components. Unfortunately, you can not embed the flowchart at the moment. Once you have setup a website using React, go ahead to install the React Flow library and styled-components (I'm using this to achieve locally scoped CSS). Then import the flowchart using the following code:
import FlowChart from "./flowChart/flowChart"
import { ReactFlowProvider } from 'react-flow-renderer'
Link for the source code.
Code and content are covered by a Creative Commons license (CC BY-SA 4.0).

You Might Also Like