-
Notifications
You must be signed in to change notification settings - Fork 22
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
All models failed to converge! with vignette data #141
Comments
The https://github.com/bryandmartin/corncob/blob/7f146f2afcec703d3f21958ef55f48c4fd50a751/R/bbdml.R#L121 In my opinion there are two solutions. The first is to indicate the version of I hope you can resolve this issue early. Thanks |
Hi,
I am using the demo script that was presented at STAMPS You seem to have fixed something yesterday, I made sure I had the most recent version of corncob but that doesn't seem to work either. |
@jorondo1 I am not the maintainer of this repository... My workaround (as long as Corncob is not updated) was to force installion of the version 0.2 of the ## Using remotes
remotes::install_version("detectseparation", version = 0.2)
## Using devtools
devtools::install_version("detectseparation", version = 0.2) After installation, you just need to restart R and run the code normally. |
Thank you both, the workaround fixed it for me as well. Cheers ! |
* Updates to workflow for multiple datasets * Fix #27 * Update GH Action * Move workflow structure * updated gh actions * update installation * Update Makefile * update songbird env * add wflow dest to qadabra cli * Change correlation to kendall * add stratification to repeated kfold * update README * new test data * Pin r-detectseparation & r-base statdivlab/corncob#141 (comment)
Fixed in 365add6 |
Since a few days ago, code that runs
corncob
that used to work with the same data now returns an error. I think it could be some modification on somecorncob
dependency.I have reproduced the error with an example of the
corncob
vignette:Created on 2022-08-31 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: