Skip to content

Commit

Permalink
update approx vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Dec 2, 2024
1 parent 85c690c commit 099278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/approx-inference.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ linelist_data <- as_epidist_linelist_data(
obs_time = obs_cens_trunc_samp$obs_time
)
data <- as_epidist_latent_model(linelist_data)
data <- as_epidist_marginal_model(linelist_data)
t <- proc.time()
fit_hmc <- epidist(data = data, algorithm = "sampling", backend = "cmdstanr")
Expand Down

0 comments on commit 099278b

Please sign in to comment.