[R] Homework help: Is this how CIs of normal distributions are computed?

2007-10-31 Thread Zembower, Kevin
I'm looking for a function in R similar to t.test() which was generously pointed out to me yesterday, but which can be used for normally distributed data. To recap yesterday: x - scan() 1: 62 52 68 23 34 45 27 42 83 56 40 12: Read 11 items alpha- .05 t.test(x) One Sample t-test

Re: [R] Homework help: Is this how CIs of normal distributions are computed?

2007-10-31 Thread Daniel Lakeland
On Wed, Oct 31, 2007 at 03:56:37PM -0400, Zembower, Kevin wrote: I'm looking for a function in R similar to t.test() which was generously pointed out to me yesterday, but which can be used for normally distributed data. ... x100-sample(x, 100, replace=TRUE) I think that I should be able to