overlap.density {DAAG} | R Documentation |
Densities for two independent samples are estimated and plotted.
overlap.density(x0, x1, frac=c(0.05, 20), plotit=TRUE)
x0 |
control group measurements |
x1 |
treatment group measurements |
frac |
|
plotit |
If true, a plot is produced |
J.H. Maindonald
t.test
data(two65) attach(two65) overlap.density(ambient,heated) t.test(ambient,heated)