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

Possible to obtain the estimates from bootstrapping? #123

Open
JohannesWiesner opened this issue Aug 16, 2023 · 1 comment
Open

Possible to obtain the estimates from bootstrapping? #123

JohannesWiesner opened this issue Aug 16, 2023 · 1 comment

Comments

@JohannesWiesner
Copy link

I wonder if it's possible to obtain the bootstrapping estimates that are used to compute the SE when you use model.fit(conf_int='boot',n_boot=size)?

@ejolly
Copy link
Owner

ejolly commented Sep 8, 2023

It's possible but not currently implemented at the moment. It would require a change to the underlying R function to also output the standard errors here and then adjust the dataframe to account for these additional columns.

Not sure if/when I'll have time to implement something like this but happy to take PRs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Long Term maybe
Development

No branches or pull requests

2 participants