ejolly/pymer4

Add option to set seed when boostrapping

Closed this issue · 2 comments

For repeatability, it would be good to be able to set the seed for Lmer.confint() (as it is possible in lme4 for confint and bootMer).
@ejolly I have a patch implementing this option with the relevant unit test, and I can make a pull request. Against which branch do you want it? dev is currently slightly behind master, so should use master as reference?

Sounds good, yup master works, that way I can merge it in more quickly. Still need to do some work to clean things up and bring dev up to speed

Ok, pull request #116 against master.