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
Confidence intrevals and marginal effects significance for continuos variables in non-linear modelsWhen using margins to evaluate the effect of a continuous variable in a non-linear model (e.g., logi…
Unique Geographic Identifiers from Pooled Data SamplesHello, I am using pooled data from selected samples of DHS data. Each sample(country) has a set of …
Absorbing fixed effects using gsemI am trying to run a poisson fixed effects model using gsem. Basically I want to duplicate the resul…
Absorbing fixed effects using gsemI am trying to run a poisson fixed effects model using gsem. Basically I want to duplicate the resul…
How to calculate mean and 95%CI of willingness to pay (Discrete choice experiment)Hi everyone I am new in the forum. Hope one of you with expertise in choice experiments method can …
Subscribe to:
Post Comments (Atom)
0 Response to Storing Bootstrapped P-values
Post a Comment