Stata's -simulate- command draws values from a distribution built around point estimates. When used with -forecast solve-, Stata creates distributions around estimated coefficients in two or more structural equations based on the standard error of each coefficient estimate. Then it draws from those distributions each iteration and solves the model using those values. Quite a nice tool, really.
However, I need to know specific information about the random coefficients -simulate- uses in each iteration. For instance, for a given iteration, I need to know the values of all the coefficients in the model to see if make theoretical sense (and eliminate them if not). According to the manual, I can't see any way to extract the actual random values used in each iteration; only the model solutions each iteration are saved.
Does anyone know a way to solve the actual values input into the model each iteration? It seems like the -simulate- command and the -forecast solve- with simulate option are essentially the same, so if you know how to do this with the simulate command, I'd be happy to hear that too.
However, I need to know specific information about the random coefficients -simulate- uses in each iteration. For instance, for a given iteration, I need to know the values of all the coefficients in the model to see if make theoretical sense (and eliminate them if not). According to the manual, I can't see any way to extract the actual random values used in each iteration; only the model solutions each iteration are saved.
Does anyone know a way to solve the actual values input into the model each iteration? It seems like the -simulate- command and the -forecast solve- with simulate option are essentially the same, so if you know how to do this with the simulate command, I'd be happy to hear that too.
Comment