Computes a confidence interval for a population mean using the estimated mean, estimated standard deviation, and sample size. Use the t.test function for raw data input.
Value
Returns a 1-row matrix. The columns are:
Estimate - estimated mean
SE - standard error
LL - lower limit of the confidence interval
UL - upper limit of the confidence interval