Description
A System for Planing Analyses.
Description
A system to plan analyses within the mental model where you have one (or more) datasets and want to run either A) the same function multiple times with different arguments, or B) multiple functions. This is appropriate when you have multiple strata (e.g. locations, age groups) that you want to apply the same function to, or you have multiple variables (e.g. exposures) that you want to apply the same statistical method to, or when you are creating the output for a report and you need multiple different tables or graphs.
README.md
plnr
Overview
plnr is a system to help you plan analyses.
Read the introduction vignette here or run help(package="plnr")
.
csverse
The csverse is a set of R packages developed to help solve problems that frequently occur when performing infectious disease surveillance.
If you want to install the dev versions (or access packages that haven't been released on CRAN), run usethis::edit_r_profile()
to edit your .Rprofile
.
Then write in:
options(
repos = structure(c(
CSVERSE = "https://www.csids.no/drat/",
CRAN = "https://cran.rstudio.com"
))
)
Save the file and restart R.
You can now install csverse packages from our drat repository.
install.packages("plnr")