Skip to content

Commit

Permalink
try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Jul 10, 2024
1 parent 7726e84 commit fb097fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:

name: Document

permissions: read-all
permissions:
contents: write

jobs:
document:
Expand Down
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 a [data.frame()] with cross-sectional serology data per antibody and age, and additional columns
#' @param pop_data a [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 fb097fe

Please sign in to comment.