Learn R Programming

mistr (version 0.0.6)

fdist: Creates an Object Representing F Distribution

Description

The function creates an object which represents the F distribution.

Usage

fdist(df1 = 2, df2 = 2)

Value

Object of class fdist.

Arguments

df1

degrees of freedom parameter, default: 2.

df2

degrees of freedom parameter, default: 2.

Details

See FDist.

See Also

Examples

Run this code
f <- fdist(2, 2)
d(f, c(2, 3, 4, NA))
r(f, 5)

Run the code above in your browser using DataLab