Description Usage Arguments Value Examples
Simulate the Confidence Interval for a the Ratio of Population Variances
1 2 | civar2.sim(n1, n2, sig1, sig2, alp = 0.05, N = 100, seed = 9857,
dig = 4, plot = TRUE)
|
n1 |
Sample size of population1 |
n2 |
Sample size of population2 |
sig1 |
Standard deviation of population1 |
sig2 |
Standard deviation of population2 |
alp |
Level of significance, Default: 0.05 |
N |
Number of iterations, Default: 100 |
seed |
Seed value for generating random numbers, Default: 9857 |
dig |
Number of digits below the decimal point, Default: 4 |
plot |
Logical value for plot, Default: TRUE |
None.
1 2 | civar2.sim(n1=25, n2=16, sig1=sqrt(8), sig2=2)
civar2.sim(n1=25, n2=16, sig1=sqrt(8), sig2=2, N=10000, plot=F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.