powered by
Summarize data for equivalence test, can be two datasets or three datasets.
summarizeSample(vecT, labelT, vecR, labelR, vecR1 = NULL, labelR1 = "")
vector of sample for T
label for T
vector of sample for R
label for R
vector of sample for R1
label for R1
a data.frame consisting the sample size, min, max, mean, SD, and percentage coefficient of variation for the samples
# NOT RUN { vecT = rnorm(10,-1.5,1) vecR = rnorm(10) vecR1 = rnorm(15,1,2) ss = summarizeSample(vecT,"T",vecR,"R",vecR1,"R1") # }
Run the code above in your browser using DataLab