sim.ci.mean2 | R Documentation |
Performs a computer simulation of separate variance and pooled variance confidence interval performance for a population mean difference in a 2-group design. Sample data within each group can be generated from five different population distributions. All distributions are scaled to have a standard deviation of 1.0 in group 1.
sim.ci.mean2(alpha, n1, n2, sd.ratio, dist1, dist2, rep)
alpha |
alpha level for 1-alpha confidence |
n1 |
sample size in group 1 |
n2 |
sample size in group 2 |
sd.ratio |
ratio of population standard deviations (sd2/sd1) |
dist1 |
type of distribution for group 1 (1, 2, 3, 4, or 5) |
dist2 |
type of distribution for group 2 (1, 2, 3, 4, or 5)
|
rep |
number of Monte Carlo samples |
Returns a 1-row matrix. The columns are:
Coverage - probability of confidence interval including population mean difference
Lower Error - probability of lower limit greater than population mean difference
Upper Error - probability of upper limit less than population mean difference
Ave CI Width - average confidence interval width
sim.ci.mean2(.05, 30, 25, 1.5, 4, 5, 1000)
# Should return (within sampling error):
# Coverage Lower Error Upper Error Ave CI Width
# Equal Variances Assumed: 0.93986 0.04022 0.01992 1.344437
# Equal Variances Not Assumed: 0.94762 0.03862 0.01376 1.401305
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.