Skip to content

Commit

Permalink
Last few things tidied up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Dec 8, 2024
1 parent bd7eadc commit bce61eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/here_be_dragons.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ step_sizes = c(0.25, 0.125)
for(j in 1:length(step_sizes)){
print(paste0("Fits for step size ", step_sizes[j]))
for(i in 1:runs){
print(paste0("Run: ", i, " step size: ", step_sizes[j]))
#Run the model
fit <- hmde_model("linear_single_ind") |>
hmde_assign_data(n_obs = nrow(obs_data_frame),
Expand Down

0 comments on commit bce61eb

Please sign in to comment.