Lynn B. answered 07/31/23
PhD in Psychological and Brain Sciences: Taught Statistics at UD
Hi Hazel,
Sadly the sample data isn't linked, so I can't use your exact data, but the formula for a 90% Confidence interval is: CI = Mean +/- 1.65*SE
So, for your data, calculate the mean. Then, calculate the standard Deviation. To get standard Error, divide Standard Deviation by the Square Root of the sample size.
Example: Mean = 5, Standard Dev = 4, Sample Size (n) = 16
Z for 90% Confidence Interval = 1.65
Standard Error = 4/Sqrt(16) = 4/4 = 1
CI Upper = 5 + 1.65*1 = 6.65
CI Lower = 5 - 1.65*1 = 3.35
CI 90 = [3.35 - 6.65]
Hope this helps, good luck!