Hi,

help(t.test)

x = rnorm(10, mean = 10, sd = 1)   #some data
mytest = t.test(x, mu = 10)               #is mu = 10
attributes(mytest)                              #what's in the test

mytest$p.value      #obtain the p-value

mytest$statistic      #obtain the t-value aka statistic

HTH
Thomas Kaliwe

Tong, Michael schrieb:
How do you calculate T and P statistics (T- test) in R?
Is there a package out there that can do these calculations?

Best, Michael Tong Futures Associate
Quantitative Research Services
Franklin Templeton Investments, Inc. 600 Fifth Ave
New York, NY 10020
(212) 632-4254 [EMAIL PROTECTED]

Notice:  All email and instant messages (including attachments) sent to
or from Franklin Templeton Investments (FTI) personnel may be retained,
monitored and/or reviewed by FTI and its agents, or authorized
law enforcement personnel, without further notice or consent.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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-help@r-project.org 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.

Reply via email to