# NOT RUN {
Suppose, for financial considerations we can only enroll 100 people in a blood
pressure medication trial. What is the minimum difference we can detect between means if
sigma = 1, 5 or 10 mmHg, at standard levels?
# }
# NOT RUN {
n <- 100;
sigma <- c(1, 5, 10);
diffDetect(n,sigma);
# }
Run the code above in your browser using DataLab