fdist.sim: Simulation of the F-distribution

Description Usage Arguments Value Examples

View source: R/fdist.sim.R

Description

Simulation of the F-distribution

Usage

1
fdist.sim(nu1 = 5, nu2 = 5, N = 10000, ng = 250, seed = 9857, xp = 1:9, dig = 4)

Arguments

N

Number of iterations, Default: 10000

ng

Number of classes in histogram, Default: 300

seed

Seed value for generating random numbers, Default: 9857

xp

Specific x-values for cumulative probability F(x), Default: 1:9

dig

Number of digits below the decimal point, Default: 4

sig1

Standard deviation of the first population

sig2

Standard deviation of the second population

n1

Sample size of the first population

n2

Sample size of the second population

Value

None.

Examples

1
fdist.sim2(sig1 = 2, sig2 = 7, n1 = 8, n2 = 6)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.