fdistribution: Create an F distribution

Description Usage Arguments Value Author(s) Examples

Description

Create a univariate F distribution.

Usage

1
fdistribution(df1 = 1, df2 = 1)

Arguments

df1

The first degree of freedom: Should be a positive number.

df2

The second degree of freedom: Should be a positive number.

Value

An F distribution.

Author(s)

Petter Mostad <mostad@chalmers.se>

Examples

1
2
3

lestat documentation built on May 2, 2019, 2:09 p.m.