dip4 | R Documentation |
A data set containing the dissolution data of one reference batch and one
test batch of n = 12
items each, i.e. the dissolution profiles of
the % drug release observed at 10, 20 and 30 minutes.
data(dip4)
A data frame with 24 observations and 2 variables:
Factor with levels ref
(Reference) and test
(Test)
Numeric of the % release at the 10 minutes testing point
Numeric of the % release at the 20 minutes testing point
Numeric of the % release at the 30 minutes testing point
See reference: Example data set underlying Figure 1. Data set
‘ex_data_pharmind
’ from package ‘T2EQ
’.
Hoffelder, T. Highly variable dissolution profiles. Comparison of
T^2
-test for equivalence and f_2
based methods. Pharm Ind.
2016; 78(4): 587-592.
https://www.ecv.de/suse_item.php?suseId=Z|pi|8430
str(dip4)
if (requireNamespace("T2EQ")) {
library(T2EQ)
data(ex_data_pharmind, envir = environment())
str(ex_data_pharmind)
rm(ex_data_pharmind)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.