Learn R Programming

distionary (version 0.1.0)

dst_f: F Distribution

Description

Makes an F distribution.

Usage

dst_f(df1, df2)

Value

An F distribution.

Arguments

df1, df2

Degrees of freedom of the numerator and denominator, both single positive numerics.

Examples

Run this code
dst_f(2, 3)

Run the code above in your browser using DataLab