Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rerun SBC checking study #110

Merged
merged 31 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/brm_formula_sigma.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#' reference_group = "group_1",
#' reference_time = "time_1"
#' )
#' homogeneous <- brm_formula_sigma(data, time = FALSE)
#' homogeneous <- brm_formula_sigma(data, time = FALSE, intercept = TRUE)
#' by_group <- brm_formula_sigma(data, group = TRUE, intercept = TRUE)
#' homogeneous
#' by_group
Expand Down
9 changes: 9 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ WAIC
ELPD
overplot
overplotting
cmdstanr
Faltejsková
Gelman
Huurre
Modrák
rstan
Säilynoja
SGE
Vehtari
2 changes: 1 addition & 1 deletion man/brm_formula_sigma.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions sbc/Dockerfile

This file was deleted.

75 changes: 0 additions & 75 deletions sbc/R/simulate_complex.R

This file was deleted.

57 changes: 0 additions & 57 deletions sbc/R/simulate_simple.R

This file was deleted.

117 changes: 0 additions & 117 deletions sbc/R/utils_simulate.R

This file was deleted.

73 changes: 0 additions & 73 deletions sbc/R/utils_stan.R

This file was deleted.

Loading
Loading