Skip to content

Commit

Permalink
Update diagnostics vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Oct 15, 2024
1 parent 9536f32 commit 4d88b69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vignettes/vignette-06-diagnostics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ knitr::opts_chunk$set(
eval = slendr_present
)
devtools::install(upgrade = FALSE)
devtools::load_all()
dataX_path <- here::here("inst/examples/downstream_dataX.rds")
Expand Down Expand Up @@ -250,17 +251,17 @@ tstart <- Sys.time()

```{r, eval=!data_exists}
dataX <- simulate_abc(modelX, priors, functions, observed, iterations = 10000,
sequence_length = 50e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
sequence_length = 10e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
```

```{r, eval=!data_exists}
dataY <- simulate_abc(modelY, priors, functions, observed, iterations = 10000,
sequence_length = 50e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
sequence_length = 10e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
```

```{r, eval=!data_exists}
dataZ <- simulate_abc(modelZ, priors, functions, observed, iterations = 10000,
sequence_length = 50e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
sequence_length = 10e6, recombination_rate = 1e-8, mutation_rate = 1e-8)
```

```{r, eval=!data_exists, echo=FALSE}
Expand Down

0 comments on commit 4d88b69

Please sign in to comment.