Skip to content

Commit

Permalink
change the error message to make it clear its a epidist limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Dec 3, 2024
1 parent 2a61182 commit 4f080c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/marginal_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ epidist_stancode.epidist_marginal_model <- function(
dist_id <- 3
} else {
cli_abort(c(
"!" = "No solution available in primarycensored for this family"
"!" = "epidist does not currently support this family for the marginal model" # nolint
))
}

Expand Down

0 comments on commit 4f080c4

Please sign in to comment.