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
Confusing about interaction term and covariate pattern in logistic regressionI had 3 variables in my data as following; 1. HIV testing (y) --> coded 0 for no, 1 for yes 2. Ge…
inlist alternatives?inlist seems to have a very small limit for the number of arguments /size of list it can take. i'd l…
How to do Granger causality test after Var regressionHi, guys! I`m confused about the granger causality test. Suppose there is a regression: yt=a+xt+L1.y…
outreg with logiti would like to export results of several logit commands to one single table (one regression per col…
Interpreting retransformation of dependent variable in regression analysisHi statalisters, I have question about interpreting the retransformed coefficient in a regression a…
Subscribe to:
Post Comments (Atom)
0 Response to Storing Bootstrapped P-values
Post a Comment