be2x2 | R Documentation |
It performs conventional bioequivalence test for 2x2 study. Input is a file. Basic assumption is that the variable is distributed as a log-normal distribution. This is SAS PROC GLM style. If you want PROC MIXED style, use nlme::lme
.
be2x2(Data, Columns = c("AUClast", "Cmax", "Tmax"), rtfName="")
Data |
A GRP : Group or Sequence, 'RT' or 'TR' PRD : Period, 1 or 2 SUBJ : Subject ID TRT : Treatment or Drug, 'R' or 'T' |
Columns |
Column names of variables to be tested. This is usaully c("AUClast", "Cmax", "Tmax") or c("AUClast", "AUCinf", "Cmax", "Tmax") |
rtfName |
Output filename of rich text format(rtf) |
It performs bioequivalency tests for several variables of a 2x2 study in a data file. If you specify output filename in rtfName
, the output will be saved in the file.
Returns text output of equivalence test result.
Kyun-Seop Bae <k@acr.kr>
test2x2
, plot2x2
be2x2(NCAResult4BE, c("AUClast", "Cmax", "Tmax"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.