ex_data_JoBS {SE.EQ} | R Documentation |
Example dataset from Hoffelder et al. (2015)
Description
Multivariate example dataset of dissolution profiles. Dataset consists of two
three-dimensional samples. The names of the three variables are
"Diss_15_min","Diss_20_min" and "Diss_25_min". Variable "Group" discriminates
between first sample (Group == "REF"
) and second
sample (Group == "Test"
). Sample size is 12 per group.
Usage
data("ex_data_JoBS")
Format
A data frame with 24 observations on the following 4 variables.
Group
a factor with levels
REF
TEST
Diss_15_min
a numeric vector
Diss_20_min
a numeric vector
Diss_25_min
a numeric vector
Details
Example dataset from Hoffelder et al. (2015).
Source
Hoffelder, T., Goessl, R., Wellek, S. (2015), "Multivariate Equivalence Tests for Use in Pharmaceutical Development", Journal of Biopharmaceutical Statistics, 25:3, 417-437.
References
URL: http://dx.doi.org/10.1080/10543406.2014.920344
Examples
data(ex_data_JoBS)
[Package SE.EQ version 1.0 Index]