Re: [R] How does the r-distribution function work

2007-07-06 Thread matthew5555

Hi, I have a problem. how can I solve a problem without t.test

for example:
x-c(1,2,3,4,5,6)
y-c(7,8,9)
t.test(x,y,alternative=less,paired=FALSE,var.equal=TRUE,con.level=0.95)

sorry for my english :)
-- 
View this message in context: 
http://www.nabble.com/How-does-the-r-distribution-function-work-tf4034026.html#a11460431
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] t.test

2007-07-06 Thread matthew5555

Hi, how can I solve a problem without the function t.test???

for example:
x-(1,3,5,7)
y-(2,4,6)
t.test(x,y,alternative=less,paired=FALSE,var.equal=TRUE,conf.level=0.95)


-- 
View this message in context: 
http://www.nabble.com/t.test-tf4034225.html#a11460445
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.