Skip to content
Prev 167366 / 398502 Next

Confidence Interval

Yes it is a homework problem, I included the whole question as I thought it
would make it easier to explain however I am unsure of how to do the
confidence interval part.  As far as I am aware I have set up a matrix with
my 100 samples of 100 and have calculated means.  Do I need to set up a new
matrix of these means and then do a confidence interval from there? Also
when I searched 'confint' in R I am confused as to how to adapt it to my
problem.

I am looking for the interval of each individual mean plus or minus 1.96/10

I wasnt aware of abs(x) and sum(means>0) so thankyou for pointing them out
to me.
Ben Bolker wrote: