R.DF

R.DF probability density function of the F distribution

Synopsis

R.DF(x,n1,n2,give_log)

Arguments

x: observation

n1: the first number of degrees of freedom of the distribution

n2: the second number of degrees of freedom of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the F distribution.

See also

R.PF, R.QF.