Learn R Programming

simsem (version 0.2-8)

simF: Create random F distribution object

Description

Create random F distribution object. Random F distribution object will save the numerator and denominator degrees of freedom and the non-centrality parameters.

Usage

simF(df1, df2, ncp = 0)

Arguments

df1
The numerator degree of freedom
df2
The denominator degree of freedom
ncp
The non-centrality parameter

Value

  • SimFRandom F Distribution object (SimF) that save the specified parameters

See Also

  • VirtualDistfor all distribution objects.

Examples

Run this code
f27 <- simF(2, 7)
    run(f27)
	summary(f27)

Run the code above in your browser using DataLab