Hi everyone,
I'm trying to obtain bootstrapped p-values for a regression, and store the p-values for each coefficient for each rep. Code is similar to what follows:
sysuse auto, clear
bootstrap p=r(pvalue), rep(50) size(50) saving (bsauto, replace): regress mpg weight foreign
I get the following error here:
'r(pvalue)' evaluated to missing in full sample
I'm not sure what's going wrong here- can anyone please help me out?
Thanks a bunch!
Related Posts with Storing Bootstrapped P-values
Multencode: New Variables QuestionHello, I've been trying to synchronize value labels from multiple surveys. I first decoded all nume…
Calculation across cells using an identifier variableHello Community, I hope someone can help me out with my Stata problem. Basically, I would like to …
estat sarganHi experts, I tried to run estat sargan and estat abond but each time an error is generated "invalid…
Comparing pupil's results of different school subjectsDear all, I would like to ask you a question wheter there is a possibility in Stata to compare valu…
-Coefplot- Rotating GraphHi, I installed -coefplot-, created by Nick Cox and I am having some trouble manipulating the graph.…
Subscribe to:
Post Comments (Atom)
0 Response to Storing Bootstrapped P-values
Post a Comment