Skip to content

Commit

Permalink
Finish study
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jun 1, 2024
1 parent 9588793 commit 5d5abbd
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vignettes/sbc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ From the results below, the SBC rank statistics are approximately uniformly dist

# Setup

We load code from the SBC checking study, and we use custom functions to read and plot rank statistics:
To show the SBC checking results in this vignette, we first load code from the SBC checking study, and we use custom functions to read and plot rank statistics:

```{r}
library(dplyr)
Expand Down Expand Up @@ -69,7 +69,7 @@ plot_ranks <- function(ranks) {
}
```

Each section below is its own SBC checking study based on a given modeling scenario.
Each section below is its own SBC checking study based on a given modeling scenario. Each scenario shows results from 1000 independent simulations from the prior.

# Subgroup scenario

Expand Down
5 changes: 3 additions & 2 deletions vignettes/sbc/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ tar_option_set(
workspace_on_error = TRUE,
error = "null",
controller = crew.cluster::crew_controller_sge(
workers = 250L,
sge_cores = 3L,
workers = 50L,
seconds_idle = 120,
sge_cores = 3L,
sge_memory_gigabytes_required = 32,
sge_log_output = "logs/",
script_lines = file.path("module load R", getRversion())
)
Expand Down
Binary file modified vignettes/sbc/results/autoregressive.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/autoregressive_moving_average.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/compound_symmetry.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/diagonal.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/moving_average.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/subgroup.fst
Binary file not shown.
Binary file modified vignettes/sbc/results/unstructured.fst
Binary file not shown.

0 comments on commit 5d5abbd

Please sign in to comment.