f.prob | R Documentation |
Cumulative Probability of the F-distribution
f.prob(nu1 = 5, nu2 = 5, xp, mt, dig = 4)
nu1 |
Numerator degree of freedom, Default: 5 |
nu2 |
Denominator degree of freedom, Default: 5 |
xp |
Vector of x-axis values |
mt |
Graph title |
dig |
Number of digits below the decimal point, Default: 4 |
None.
k= 1:7 nu1 = 8; nu2= 5 f.prob(nu1, nu2, k)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.