Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Fcrit

F-Distribution critical values


Description

Gets F-distribution critical values

Usage

Fcrit(alpha, nu1, nu2)

Arguments

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

Value

returned critical value

Author(s)

John Lawson

Examples

Fcrit(.05,2,15)
## The function is currently defined as
function(alpha,nu1,nu2) qf(1-alpha,nu1,nu2)

daewr

Design and Analysis of Experiments with R

v1.2-7
GPL-2
Authors
John Lawson [aut, cre], Gerhard Krennrich [aut]
Initial release
2021-2-18

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.