README.md

turnr--test utilization rate normalization in R

Description

Package to process BioFire pathogen data and to then establish normalization of respiratory panel data. Normalization is done by dividing the test utilization rate by the number of adjusted active instruments for each instrument version, and then taking a weighted average across instrument version. This is done after adjusting for differences in utilization rates of the different instrument versions. A note of caution: this package is under development, and will likely have breaking changes going forward.

Installation

install.packages("devtools")

devtools::install_github("https://github.com/MartinHoldrege/turnr", build_vignettes = TRUE)

Alternatively, run without building vignettes (then browseVignettes("turnr") won't work, but installation will be faster and some other dependencies (like knitr) won't be installed:

devtools::install_github("https://github.com/MartinHoldrege/turnr")

see some examples:

browseVignettes("turnr")



MartinHoldrege/turnr documentation built on May 16, 2020, 10:39 a.m.