qwickr.pkbe | R Documentation |
Calculate bioequivalence along with 90% confidence intervals and coefficient of variation
qwickr.pkbe(x, outcomevars=c(), design="crossover")
x |
Data frame. See example for format |
outcomevars |
vector of variable names/column titles based on which BE will be calculated e.g. |
design |
specify the study design. Options: c("parallel", "crossover"). |
Calculate bioequivalence along with 90% confidence intervals and coefficient of variation
Returns a list of data frames - one data frame per analyte.
Abdul Malik Sulley <asulley@uwo.ca> Feb 18, 2021
x <- qwickr.pkparams(pkdata) pkbe.output <- qwickr.pkbe(x[[1]], outcomevars = c("LOGAUC", "LOGCMAX"), design = "crossover") print(pkbe.output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.