Zhao H. answered 06/28/19
Quantitative Analyst with solid math background
Hi Melissa,
This a very simple questions with STATA. 3 Steps in total,
First, type the 7 numbers by clicking Data Editor and input the numbers. "var1" is automatically given to the series of numbers. Of course you could name it too.
Second, set the confidence interval to 90 percent (the default is 95). *code: "set level 90"
Third, calculate the mean, and it will automatically give you the standard error and the 90% confidence interval. *code: "mean var1"
The answer is 0.8584093 ppm < μ < 1.335876 ppm
Don't know why the screenshots are not allowed to put here. But let me know if you need further illustrations.
Zhao