Learn R Programming

mcStats (version 0.1.0)

mcDF: Density of F-distribution

Description

Density of F-distribution

Usage

mcDF(x, degFree1, degFree2, ...)

Arguments

x

x value

degFree1

degrees of freedom 1

degFree2

degrees of freedom 2

...

optional additional parameters which are ignored

Value

density of given F-dist. at x

Examples

Run this code
# NOT RUN {
mcDF(1,5,5)

# }

Run the code above in your browser using DataLab