Dear all, how to calculate values of t-distribution for given values of d.f. using R functions? Anton
Hi ! I would try "pt" for the probability distribution function. ?pt pt(q=-2, df=5) 2010/2/26 áÎÔÏÎ íÏÒËÏ×ÉÎ <A-Morkovin@yandex.ru>> > Dear all, > > > how to calculate values of t-distribution for given values of d.f. using > R > functions? > > > > > Anton > ______________________________________________ > 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
How about taking the unusual step of reading 'An Introduction to R', where, if you peruse the table of contents, you will quickly be led to Chapter 8: Probability Distributions. -Peter Ehlers On 2010-02-26 7:23, ????? ???????? wrote:> > Dear all, > > > how to calculate values of t-distribution for given values of d.f. using R > functions? > > > > > Anton > ______________________________________________ > R-help at 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. > >-- Peter Ehlers University of Calgary