Displaying 1 result from an estimated 1 matches for "261617".
Did you mean:
961617
1998 Feb 19
1
R-beta: t.test
As a very new user of R, and a user of S with very
limited experience, I thought I would start humbly
with a simple t.test.
The response to the command sequence
sample <- scan()
4 5 6 7 8 9
t.test(sample,mu=20)
rather surprised me, because of the idiosyncratic
choice of a confidence interval for the mean of the
population from which the sample was drawn. I asked
my colleague Bob Henery