Felipe Carrillo wrote:
> 
> 
> I can't actually tell which function in R is the
> equivalent to TINV function in Excel.
> Anyone familiar with that function? Thanks
> 
> 

help.search("t distribution")

I think the quantile function is what you are looking for:  qt
Try

qt(pt(5,10),10)

Berend
-- 
View this message in context: 
http://www.nabble.com/Inverse-t-distribution-tp16243933p16246200.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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