knitr::opts_chunk$set(
  echo = FALSE, 
  eval = TRUE,
  cache = FALSE,
  warning = FALSE, 
  error = FALSE, 
  message = FALSE,
  results= 'asis',
  collapse = TRUE,
  comment = "#>"
)

qscorer

Lifecycle: maturing

The qscorer package provides procedures for scoring the following health-related questionnaires:

In addition, the questions of the following questionnaires are provided:

Furthermore, the package contains test data for the following questionnaires:

Documentation

The package documentation is hosted on GitHub Pages.

Installation

You can install the development version of qscorer from GitHub with:

remotes::install_github('nrkoehler/qscorer')

Other R Packages for Scoring Questionnaires

This is a curated list of other R packages providing scoring procedures for health-related questionnaires:



nrkoehler/qscorer documentation built on April 5, 2020, 3:09 a.m.