Skip to contents

Scoring tools for commonly used child and youth psychiatric questionnaires.

Spit for Science

Spit for Science (SFS) was a large population-based study examining mental health in 40,000 children and youth. The study is one of the largest to have psychiatric trait and DNA data on a diverse group of children and youth. As such, it has been used to develop norms for the psychiatric questionnaires used in the study.

This package allows researchers to automatically score their psychiatric questionnaires using the SFS norms.

Installation

The sfsScorer is still in development. You can install the development version of sfsScorer from GitHub with:

# Install with pak
install.packages("pak")
pak::pak("jclutton/sfsScorer")

#OR 

# Install with devtools
# If the devtools package isn't installed already, do so first. 
install.packages("devtools")
devtools::install_github("jclutton/sfsScorer")