Description Usage Arguments Value Author(s) Examples
View source: R/chi.probability.R
Calcutate the probability that the chisquared distribution is larger than a number x.
1  | chi.probability(x,df=1,n=10)
 | 
x | 
 The value that we will estimate about  | 
df | 
 Degrees of freedom  | 
n | 
 Number of generated random variables  | 
Return the probability that the chi-squared distribution is greater than the value x.
Steffan Leth Jensen 
Department of mathematics and computer science (IMADA) 
University of southern Denmark, SDU, Odense 
steje14@student.sdu.dk 
1  | chi.probability(4,19,1000)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.