-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update roxygen to 4.0 and add pain_relief categorical datset
- Loading branch information
Showing
11 changed files
with
105 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Generated by roxygen2 (4.0.1): do not edit by hand | ||
|
||
export(list_datasets) | ||
export(print_datasets) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#' Simulated anti-inflammatory pain trial | ||
#' | ||
#' CTM_Nopain is a novel anti-inflammatory agent under preliminary investigation. | ||
#' A dose-ranging trial was conducted comparing placebo with 3 doses of CTM_Nopain (5mg, 20mg and 80 mg QD). | ||
#' The maximum tolerated dose is 160 mg per day. | ||
#' Plasma concentrations (mg/L) of the drug were measured at 0, 0.5, 1, 1.5, 2, 2.5, 3-8 hours. | ||
#' Pain score (0=no pain, 1=mild, 2=moderate, 3=severe) were obtained at time points when plasma concentration was collected. | ||
#' A pain score of 2 or more is considered as no pain relief. | ||
#' The model used is a one-compartment PK model with allometric model of weight on CL (exp 0.75) and volume (exp 1) | ||
#' with direct PD effect (Emax model). | ||
#' | ||
#' \itemize{ | ||
#' \item ARM Factor with 4 levels | ||
#' \item ID. Numerical ID (1-160) | ||
#' \item TIME Time in hours | ||
#' \item CONC Concentration (mg/L) | ||
#' \item PAINRELIEF 0 (no relief) or 1 (relief) | ||
#' \item PAINSCORE categorical pain score | ||
#' \item DOSE Dose Given | ||
#' } | ||
#' @docType data | ||
#' @keywords datasets | ||
#' @name pain_relief | ||
#' @usage data(pain_relief) | ||
#' @format A data frame with 1920 rows and 7 variables | ||
NULL |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
% Generated by roxygen2 (4.0.1): do not edit by hand | ||
\docType{package} | ||
\name{PKPDdatasets} | ||
\alias{PKPDdatasets} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
% Generated by roxygen2 (4.0.1): do not edit by hand | ||
\docType{data} | ||
\name{pain_relief} | ||
\alias{pain_relief} | ||
\title{Simulated anti-inflammatory pain trial} | ||
\format{A data frame with 1920 rows and 7 variables} | ||
\usage{ | ||
data(pain_relief) | ||
} | ||
\description{ | ||
CTM_Nopain is a novel anti-inflammatory agent under preliminary investigation. | ||
A dose-ranging trial was conducted comparing placebo with 3 doses of CTM_Nopain (5mg, 20mg and 80 mg QD). | ||
The maximum tolerated dose is 160 mg per day. | ||
Plasma concentrations (mg/L) of the drug were measured at 0, 0.5, 1, 1.5, 2, 2.5, 3-8 hours. | ||
Pain score (0=no pain, 1=mild, 2=moderate, 3=severe) were obtained at time points when plasma concentration was collected. | ||
A pain score of 2 or more is considered as no pain relief. | ||
The model used is a one-compartment PK model with allometric model of weight on CL (exp 0.75) and volume (exp 1) | ||
with direct PD effect (Emax model). | ||
} | ||
\details{ | ||
\itemize{ | ||
\item ARM Factor with 4 levels | ||
\item ID. Numerical ID (1-160) | ||
\item TIME Time in hours | ||
\item CONC Concentration (mg/L) | ||
\item PAINRELIEF 0 (no relief) or 1 (relief) | ||
\item PAINSCORE categorical pain score | ||
\item DOSE Dose Given | ||
} | ||
} | ||
\keyword{datasets} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters