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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.