distr (version 2.0.6)

FParameter-class: Class "FParameter"

Description

The parameter of a F distribution, used by Fd-class

Arguments

Objects from the Class

Objects can be created by calls of the form new("FParameter", df1, df2, ncp). Usually an object of this class is not needed on its own, it is generated automatically when an object of the class Fd is instantiated.

Extends

Class "Parameter", directly.

concept

  • parameter
  • F distribution
  • S4 parameter class

See Also

Fd-class Parameter-class

Examples

Run this code
W <- new("FParameter", df1 = 1, df2 = 1, ncp = 0)
df2(W) # df2 of this distribution is 1.
df2(W) <- 2 # df2 of this distribution is now 2.

Run the code above in your browser using DataCamp Workspace