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
Confusion about Confirmatory Factor Analysis with validscaleDear all, I am new to STATA and try to test the validity of my measures. I run Stata 16 for Microso…
Matrix, standard deviation of each rowI have a matrix that is 12 rows by 500 columns. I would like to take the average and standard deviat…
Piecewise regression with panel dataDear. Statalist I am trying to do a piecewise regression with panel data but I can't find out much …
Random allocation of observationsDear Community. I have about five million observations(men, age 40s). I'd like to classify these 5…
chaning time to minutes.I have a variable where the data er described as 6D 21H 52M 0S (d= days, H= hours, M=minutes, S= sec…
Subscribe to:
Post Comments (Atom)
0 Response to Storing Bootstrapped P-values
Post a Comment