-
Notifications
You must be signed in to change notification settings - Fork 97
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
Merge bind-simmat branch to master: adding new function smbind
#175
Conversation
instead of separate implmentation of as.mcmc.list.oecosimu, check chains attribute within as.mcmc.oecosimu and produce an mcmc.list if chains > 1.
Oecosimu chains
This reverts commit e52b90a.
I have run some tests stratifying species by taxonomy, and everything seems to work fine. The usage requires some familiarity with R intricacies, though. Perhaps So far my only comment is that you should not reset RNG in the user session. This would happen with It is a question of taste, but I do prefer to have real data sets in examples instead of simulated ones. |
I have no problem with changing the matrix to I merge this branch and follow up with the example and null model error messages as references in #177 |
The new function
smbind
is related to issue #164 works as expected. Examples cover the use cases and results are as expected. Also fixes some issues with start/end/thin values inas.ts.oecosimu
,simulate.nullmodel
, andupdate.nullmodel
.