Hi. I am looking to calculate and store the confidence interval for each of the simulations I run. For example, I am running 2,000 simulations, and collecting and storing beta coefficients and standard errors for each of the 2000 simulations. If I use the ci command, it returns me with an average for all these simulations however, I wish to see the confidence interval for each of the 2000 simulations and store the result.
I want to use a t test to calculate the upper limit and lower limit. I am not sure if this is possible, like storing the upper limit and lower limit the way I stored the beta and standard errors using local and replace commands.
I want to use a t test to calculate the upper limit and lower limit. I am not sure if this is possible, like storing the upper limit and lower limit the way I stored the beta and standard errors using local and replace commands.

Comment