diff --git a/R/profile.R b/R/profile.R index 66d8caf..ece54f0 100644 --- a/R/profile.R +++ b/R/profile.R @@ -7,4 +7,4 @@ #' \item{r21_profile}{profile for the initial 3 doses of R21} #' \item{r21_booster_profile}{profile for booster dose of R21} #' } -"profile" +"r21" diff --git a/R/r21.R b/R/r21.R new file mode 100644 index 0000000..ece54f0 --- /dev/null +++ b/R/r21.R @@ -0,0 +1,10 @@ +#' Median set of parameters for R21 +#' +#' A list containing the median set of parameters for the R21 vaccine per Imperial group draft manuscript. +#' +#' @format A list with 2 variables: +#' \describe{ +#' \item{r21_profile}{profile for the initial 3 doses of R21} +#' \item{r21_booster_profile}{profile for booster dose of R21} +#' } +"r21" diff --git a/data/r21.rda b/data/r21.rda index 9cc6ef5..12c61ab 100644 Binary files a/data/r21.rda and b/data/r21.rda differ diff --git a/man/profile.Rd b/man/r21.Rd similarity index 54% rename from man/profile.Rd rename to man/r21.Rd index b9ed7f7..72806d1 100644 --- a/man/profile.Rd +++ b/man/r21.Rd @@ -1,10 +1,16 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/profile.R +% Please edit documentation in R/profile.R, R/r21.R \docType{data} -\name{profile} -\alias{profile} +\name{r21} +\alias{r21} \title{Median set of parameters for R21} \format{ +A list with 2 variables: +\describe{ + \item{r21_profile}{profile for the initial 3 doses of R21} + \item{r21_booster_profile}{profile for booster dose of R21} +} + A list with 2 variables: \describe{ \item{r21_profile}{profile for the initial 3 doses of R21} @@ -12,9 +18,13 @@ A list with 2 variables: } } \usage{ -profile +r21 + +r21 } \description{ +A list containing the median set of parameters for the R21 vaccine per Imperial group draft manuscript. + A list containing the median set of parameters for the R21 vaccine per Imperial group draft manuscript. } \keyword{datasets}