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

Use brms.iter option (#1705) #1707

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

mvuorre
Copy link
Contributor

@mvuorre mvuorre commented Nov 18, 2024

Changes the default brm(iter = 2000) to brm(iter = getOption("brms.iter", 2000)) (#1705) & revises associated documentation.

I tested this locally using examples in README.Rmd, but did not add tests because other similar arguments in brm() are not tested either.

Going forward it might make sense to think about using options() for e.g. brm(control = <x>) and others.

Changes the default `brm(iter = 2000)` to `brm(iter = getOption("brms.iter", 2000))` (paul-buerkner#1705) & revises associated documentation.
@paul-buerkner
Copy link
Owner

Looks good, thank you!

@paul-buerkner paul-buerkner merged commit cbd7a26 into paul-buerkner:master Nov 18, 2024
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants