Learn R Programming

lestat (version 1.9)

fdistribution: Create an F distribution

Description

Create a univariate F distribution.

Usage

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.

Examples

Run this code
# NOT RUN {
dist <- fdistribution(10, 3)
cdf(dist, 4)
expectation(dist)
# }

Run the code above in your browser using DataLab