Skip to content

Commit

Permalink
removed default option for at
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsantiagoquevedo committed Nov 2, 2024
1 parent 85d176d commit 0bcfaae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/coh_effectiveness.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#' @param vaccineff_data Object of the class `vaccineff_data` with
#' vaccineff data.
#' @param at Number of days at which VE is estimated from the beginning of the
#' follow-up period. If NULL, effectiveness is estimated at the end of the
#' study, assigned as `end_cohort`. Default is NULL.
#' follow-up period.
#' @return Object of the class `effectiveness`: a list with results from the
#' estimation of VE.
#' `ve`: `data.frame` with VE(CI95%)
Expand Down Expand Up @@ -56,7 +55,7 @@
#' @export

effectiveness <- function(vaccineff_data,
at = NULL) {
at) {

stopifnot("Input must be an object of class 'vaccineff_data'" =
checkmate::test_class(vaccineff_data, "vaccineff_data")
Expand Down
5 changes: 2 additions & 3 deletions man/effectiveness.Rd

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

0 comments on commit 0bcfaae

Please sign in to comment.