<Bill.Venables <at> csiro.au> writes:
>
> for the upper tail:
>
> > 1-pt(1.11, 9)
> [1] 0.1478873
>
wouldn't
pt(1.11, 9, lower.tail=FALSE)
be more accurate?______________________________________________ [email protected] 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.
