fdist.sim2: Simulation for the F-distribution

Description Usage Arguments Value Examples

Description

Simulation for the F-distribution

Usage

1
2
fdist.sim2(sig1, sig2, n1, n2, N = 10000, ng = 300, seed = 9857,
  xp = 1:9, dig = 4)

Arguments

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

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

Value

None.

Examples

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

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.