knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

honos

Lifecycle: experimental

The goal of the honos R package is to assist with the analysis and visualisation of Health of the Nation Outcome Scales (HoNOS) [@Wing1998].

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("CDU-data-science-team/honos", build_vignettes = TRUE)

Functions

See vignettes using browseVignettes(package = "honos") for further information. The vignettes are also available at https://cdu-data-science-team.github.io/honos (see "Articles").

Add descriptions to HoNOS data

Calculations

Resources

References



CDU-data-science-team/honos documentation built on Nov. 7, 2021, 9:20 p.m.