R/KI20160914.R

#' Pharmacokinetics of KI20160914 (Note that KI20160914 is a de-identified name for the drug.)
#' 
#' @format \code{KI20160914_conc} is concentration-time data for KI20160914. The
#'   data.frame has the following variables:
#' \describe{
#'   \item{\code{ID}}{Subject identifier}
#'   \item{\code{PERIOD}}{Period number for different visits in the study}
#'   \item{\code{TIME}}{Nominal time since first dose on \code{DAY} 1 in the current \code{PERIOD} (in hours)}
#'   \item{\code{TIME.FIRST.DOSE}}{Nominal time since first dose in \code{PERIOD} 1 (in hours)}
#'   \item{\code{DAY}}{Study day (since the beginning of \code{PERIOD} 1}
#'   \item{\code{CONC}}{Plasma concentration of KI20160914}
#'   \item{\code{FORMULATION}}{Formulation number}
#' }
#'
#' @format \code{KI20160914_dose} is dosing data.  The data.frame has the
#'   following variables:
#' \describe{
#'   \item{\code{ID}}{Subject identifier}
#'   \item{\code{PERIOD}}{Period number for different visits in the study}
#'   \item{\code{TIME}}{Nominal time since first dose on \code{DAY} 1 in the current \code{PERIOD} (in hours)}
#'   \item{\code{TIME_FIRST_DOSE}}{Nominal time since first dose in \code{PERIOD} 1 (in hours)}
#'   \item{\code{TIMEU}}{Units for time, "hours"}
#'   \item{\code{DAY}}{Study day (since the beginning of \code{PERIOD} 1}
#'   \item{\code{DOSE}}{Dose of KI20160914 (in mg).}
#'   \item{\code{FORMULATION}}{Formulation number}
#'   \item{\code{ROUTE}}{Route of administration}
#' }
#'
#' @format \code{KI20160914_demog} is demographic data for KI20160914
#'   pharmacokinetics.  The data.frame has the following variables:
#' \describe{
#'   \item{\code{ID}}{Subject identifier}
#'   \item{\code{AGE}}{Subject's age (in years)}
#'   \item{\code{SEX}}{Subject's sex (Male/Female)}
#'   \item{\code{WEIGHT}}{Subject's body weight (in kg)}
#' }
#' @name KI20160914
NULL

#' @rdname KI20160914
"KI20160914_conc"

#' @rdname KI20160914
"KI20160914_dose"

#' @rdname KI20160914
"KI20160914_demog"
billdenney/PKdata documentation built on Feb. 23, 2023, 12:01 p.m.