I need to test if the mean of the sampling distribution of the mean
, which belongs to a normal distribution with mean = 0 and variance = 1, is significantly different from the mean of the original distribution.
How can I do it through a statistical test AND by looking at confidence intervals?
#Assuming that I can use a t-test and that I already performed one with R, could you please give a simple example on how to double check my t-test's p-values by looking at the confidence intervals?