dst_f: F Distribution

View source: R/dst_f.R

dst_fR Documentation

F Distribution

Description

Makes an F distribution.

Usage

dst_f(df1, df2)

Arguments

df1, df2

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

Value

An F distribution.

Examples

dst_f(2, 3)

vincenzocoia/distionary documentation built on April 5, 2025, 5:20 a.m.