fdist.sim2: Simulation for the F-distribution

fdist.sim2R Documentation

Simulation for the F-distribution

Description

Simulation for the F-distribution

Usage

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

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

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.