Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 10, 2024
1 parent 7428daf commit b0ff8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/est.incidence.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' This function models seroincidence using maximum likelihood estimation; that is, it finds the value of the seroincidence parameter which maximizes the likelihood (i.e., joint probability) of the data.
#' @inheritParams log_likelihood
#' @inheritParams stats::nlm
#' @param pop_data [data.frame] with cross-sectional serology data per antibody and age, and additional columns
#' @param pop_data [data.frame()] with cross-sectional serology data per antibody and age, and additional columns
#' @param lambda_start starting guess for incidence rate, in years/event.
#' @param antigen_isos Character vector with one or more antibody names. Values must match `pop_data`
#' @param build_graph whether to graph the log-likelihood function across a range of incidence rates (lambda values)
Expand Down

0 comments on commit b0ff8a2

Please sign in to comment.