Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Feb 14, 2024
1 parent 528185b commit 8f76a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ obs_opts <- function(family = "negbin",
na <- arg_match(na)
if (na == "accumulate") {
message(
"Accmulating modelled values that correspond to NA values in the data ",
"Accumulating modelled values that correspond to NA values in the data ",
"by adding them to the next non-NA data point. This means that the ",
"first data point is not included in the likelihood but used only to ",
"reset modelled observations to zero. If the first data point should be ",
Expand Down

0 comments on commit 8f76a2f

Please sign in to comment.