Description Usage Arguments Value Examples
Simulation for the F-distribution
1 2  | fdist.sim2(sig1, sig2, n1, n2, N = 10000, ng = 300, seed = 9857,
  xp = 1:9, dig = 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  | 
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  | 
None.
1  | fdist.sim2(sig1=2, sig2=7, n1=8, n2=6)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.