Skip to content

Commit

Permalink
Updating distribution mean and sd objects for plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmenTamayo committed Feb 9, 2024
1 parent ee73e96 commit 8368412
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ si_epidist <- epiparameter::epidist_db(
si_params <- get_parameters(si_epidist)
si_dist <- family(si_epidist)
si_mean <- si_epidist$summary_stats$mean
si_sd <- si_epidist$summary_stats$sd
si_mean <- get_parameters(si_epidist)[1]
si_sd <- get_parameters(si_epidist)[2]
```

```{r, eval = !params$use_epiparameter_database}
Expand Down

0 comments on commit 8368412

Please sign in to comment.