You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change burnin default to NULL in kmbayes_combine (was 0) to fit typical usage pattern and match documentation
Added kmbayes_combine_lowmem function, which emulates kmbayes_combine and may work in certain settings where memory constraints result in a "low memory" error in kmbayes_combine.
Bug fixes
MINOR: fixed "iters" objects in kmbayes_combine and kmbayes_combine_lowmem output ("bkmrplusfit" objects)
Prompt to install dev version of bkmr (kmbayes_continue) mistakenly labeled updated versions of BKMR as outdated.
Removed a warning from the future package about possibly invalid seed values (Set seed=TRUE in underlying future function calls, per package instructions)
MAJOR: seed change in v1.0.1 introduced a bug that would result in chains having identical seeds. This is fixed.
Arguments can now be passed to bkmr::ExtractPIPS in ExtractPIPs_parallel