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

Changes in usage of setting the number of bootstrap replication from version 0.6.0 to 0.6.1 #72

Open
fcollinbi opened this issue Nov 14, 2024 · 0 comments

Comments

@fcollinbi
Copy link
Contributor

I noticed the following difference in behaviour from version 0.6.0 to 0.6.1 wrt. setting r (the number of bootstrap replications to compute):
In version 0.6.0 one could set r=100000 from within param_sim_sites and this overruled the global setting of r in the call to simaerep
simaerep(df_visit, param_sim_sites = list(r = 100000, poisson_test = FALSE), under_only = FALSE)

In version 0.6.1 the call:
simaerep(df_visit, param_sim_sites = list(r = 100000, poisson_test = FALSE), under_only = FALSE)
would result in simaerep using its default r (r=1000) instead of the varibale from param_sim_sites.
This can be vaioded by simply calling:
simaerep(df_visit, param_sim_sites = list(poisson_test = FALSE, r=r), r=100000, under_only = FALSE) with the newer version 0.6.1

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

No branches or pull requests

1 participant