qwickr.pkbe: Calculate Bioequivalence with 90% CI

View source: R/qwickr.pkbe.R

qwickr.pkbeR Documentation

Calculate Bioequivalence with 90% CI

Description

Calculate bioequivalence along with 90% confidence intervals and coefficient of variation

Usage

qwickr.pkbe(x, outcomevars=c(), design="crossover")

Arguments

x

Data frame. See example for format

outcomevars

vector of variable names/column titles based on which BE will be calculated e.g.c("LOGAUC", "LOGCMAX")

design

specify the study design. Options: c("parallel", "crossover").

Details

Calculate bioequivalence along with 90% confidence intervals and coefficient of variation

Value

Returns a list of data frames - one data frame per analyte.

Author(s)

Abdul Malik Sulley <asulley@uwo.ca> Feb 18, 2021

Examples

x <- qwickr.pkparams(pkdata)
pkbe.output <- qwickr.pkbe(x[[1]], outcomevars = c("LOGAUC", "LOGCMAX"), design = "crossover")
print(pkbe.output)

qwickmalik/qwickr documentation built on March 30, 2022, 2:59 p.m.