Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vimc #27

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Vimc #27

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/profile.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 10 additions & 0 deletions R/r21.R
Original file line number Diff line number Diff line change
@@ -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"
Binary file modified data/r21.rda
Binary file not shown.
18 changes: 14 additions & 4 deletions man/profile.Rd → man/r21.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading