Dear statalist users,
I have a question about the bsample command in STATA. I want to use this command to obtain the optimism-corrected performance estimates (R squared and adjusted R squared) for a prediction model using linear regression. I plan to calculate this as:
Optimism= (adj) R squared_bootstrapped - (adj) R squared_ original sample
Optimism corrected values of (adj) R squared= original sample (adj) R squared value minus optimism
To this end, I first ran the linear regressions in the original sample (using the ‘regress’ command) to obtain the ‘(adj) R squared_ original sample’ and then used the bsample command where after I ran the same linear regressions to obtain the ‘(adj) R squared_bootstrapped’.
Could someone indicate whether this is the correct approach?
And should the bootstrapped R squared value always be lower than the original value? Or can it either be higher or lower and you just take the difference to calculate the optimism (so that the optimism-corrected value is always lower than the original value)?
Thank you in advance your you help!
Related Posts with Correct for optimism in prediction modelling using bootstrapping (bsample command), is this the correct approach?
Mediation Analysis - Stata sem and medsem commands with fixed effects modelsHello everyone, I am trying to perform a mediation analysis, in which the variables of concern are…
Creating Graphs with Regression OutputI am attempting to determine whether hours worked and wages have changed overtime differently for di…
Portfolio constructionHello, I have data of individual investors trading behavior. Below you see an abstract of my data. …
sdid in case of unbalanced panelI need to run synthetic difference is difference regression. Therefore, I need balanced panel data. …
Calculate age from other occurrences and attribute it to specific observationHi, I'm working with consecutive censuses. I can follow the same individuals through several decade…
Subscribe to:
Post Comments (Atom)
0 Response to Correct for optimism in prediction modelling using bootstrapping (bsample command), is this the correct approach?
Post a Comment