Hi everyone,
I am working on implementing a parametric bootstrap simulation where I have B, a vector with several parameter estimates from a regression model, and e(V), a variance/covariance matrix. The book I'm using says that "each entry in the simulated sample is a random draw from a multivariate normal distribution with mean [e(b)] and variance/covariance [e(V)]." I've subbed in stata matrix names where appropriate.
How would I implement this type of analysis in stata? The bootstrap command seems to be inappropriate in this scenario since it is non-parametric.
I am working on implementing a parametric bootstrap simulation where I have B, a vector with several parameter estimates from a regression model, and e(V), a variance/covariance matrix. The book I'm using says that "each entry in the simulated sample is a random draw from a multivariate normal distribution with mean [e(b)] and variance/covariance [e(V)]." I've subbed in stata matrix names where appropriate.
How would I implement this type of analysis in stata? The bootstrap command seems to be inappropriate in this scenario since it is non-parametric.
Comment