Hi everyone,
I have a dataset of 70 million observations and am running the following model.
First I estimate the probability of belonging to class A with a logit model. Then I calculate fitted probabilities. Call those values x1hat.
Then I run an OLS regression to explain another variable y, as follows.
reg y x1hat x2 x2*x1hat
Where x2 is another explanatory variable.
I know that the standard errors of the last regression will not reflect the uncertainty of x1hat. So I wanted to bootstrap the standard errors of the entire procedure: first logit then Ols.
But my sample size is very large so I am afraid it won't be feasible to do 1000 reps with a sample size of 70 million each time.
Any suggestions on how to do this?
I noticed the wild and fast bootstrapping command (boottest) but I think that is only after one single estimation command ?So don't know if I can use boottest to repeat the joint procedure of logit followed by ols.
Appreciate your guidance,
Laurie
Related Posts with Bootstrapping very large sample
Individual trend instead of individual fixed effects?Dear All, I have a more general question, that I would like to discuss with you: In a pooled model …
how to calculate a 10-period standard deviationHello everyone, I was wondering whether anyone can help me with the following. I'm trying to retrie…
Why margins command is returning "not estimable" using Fixed effects methods?I am using an individual fixed effect method in panel data. I look at whether the working hours chan…
Reduce margins in combined plot when iscale is trickyDear all, I am trying to reduce the margins after "graph combine" when having two graphs that have …
Intercept / pseudo r-squared after mimrgnsHello everyone I do have a question about how to get the intercept in a mixed logistic modell with…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapping very large sample
Post a Comment