-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem with [car::Boot()] in predict_curves()
#50
Comments
I have partially solved it by setting a Until we get a better approach, this may solve the workflow problems. |
Ok, but I think it should be |
I have been testing this function and it does not work with About refactoring this function, it has four clear steps:
The bottleneck is the step 4, which is used to predict the curves that work as confidence intervals. |
Automated testing failed consistently with this function. I have solved it with the following workaround:
Refactoring the function is still a task to do. |
Thanks Dario. I'll try to have a look |
I've just carefully checked what happened to the function. This allowed to fix some problems in the previous functions due to missing dependencies, so the example runs way better (more than 8 models were succesfully fitted rather than previously three).
However, there is a problem with
predict_curves()
function. It must be some kind of issue withcar::Boot()
. By loading the package, no bootstrapps are succesfully accomplished. In contrast, if I manually load thecar
package in my current session withlibrary(car
), then it works fine.I don't really know how to solve this, since this
Boot
function is difficult to deal with (e.g., not saving in your function environment but requiring parent environment data).The text was updated successfully, but these errors were encountered: