[R] tail probability
    David Winsemius 
    dwinsemius at comcast.net
       
    Thu Jun 25 06:49:45 CEST 2009
    
    
  
On Jun 24, 2009, at 8:01 PM, Roslina Zakaria wrote:
> Hi r-users,
>
> If I have 100000 data generated from multi skew-t distribution, how  
> do I find the tail probability of alpha=.01?
You have given us the tail probability, so I assume you are asking for  
the the value of x above which the tail probability is 0.01.
Perhaps the examples here:
?ecdf
or perhaps
x[order(x)][99000]
-- 
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
    
    
More information about the R-help
mailing list