F-Distribution critical values
Gets F-distribution critical values
Fcrit(alpha, nu1, nu2)
alpha |
input- right tail area beyond critical value |
nu1 |
input - numerator degrees of freedom for F-distribution |
nu2 |
input - denominator degrees of freedom for F-distribution |
returned critical value
John Lawson
Fcrit(.05,2,15) ## The function is currently defined as function(alpha,nu1,nu2) qf(1-alpha,nu1,nu2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.