Skip to content
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

fit failure in 500 resamples. Might try increasing maxit. Ignore it or not? #43

Open
kroscek opened this issue May 6, 2017 · 0 comments

Comments

@kroscek
Copy link

kroscek commented May 6, 2017

My data is 188318 rows and 146 columns. After i fit the Glm into my data, it throws an error when i use bootstrap covariance:
fit failure in 500 resamples. Might try increasing maxit
Not sure why this happens and whether should i ignore it and proceed to the next step?
My code:

fit_glm<-Glm(loss~., x=T, y=T, data=xtrain)
boot_fit_lm <- bootcov(fit_glm, B=500, pr=T)

boot_fit_lm <- bootcov(fit_glm, B=500, pr=T)
Iteration: 500 of 500
Warning message:
In bootcov(fit_glm, B = 500, pr = T) :
fit failure in 500 resamples. Might try increasing maxit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant