1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-05 20:23:10 +02:00
aVirtualTwins/man/sepsis.Rd

46 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-10-09 02:43:51 +02:00
% Generated by roxygen2: do not edit by hand
2015-06-11 21:30:03 +02:00
% Please edit documentation in R/data.R
2015-06-12 00:34:25 +02:00
\docType{data}
2015-06-11 21:30:03 +02:00
\name{sepsis}
\alias{sepsis}
\title{Clinical Trial for Sepsis desease}
2016-10-09 02:43:51 +02:00
\format{470 patients and 13 variables. \describe{ \item{survival}{binary
outcome} \item{THERAPY}{1 for active treatment, 0 for control treatment}
\item{TIMFIRST}{Time from first sepsis-organ fail to start drug}
\item{AGE}{Patient age in years} \item{BLLPLAT}{Baseline local platelets}
\item{blSOFA}{Sum of baselin sofa (cardiovascular, hematology,
hepaticrenal, and respiration scores)} \item{BLLCREAT}{Base creatinine}
\item{ORGANNUM}{Number of baseline organ failures}
\item{PRAPACHE}{Pre-infusion apache-ii score} \item{BLGCS}{Base GLASGOW
coma scale score} \item{BLIL6}{Baseline serum IL-6 concentration}
\item{BLADL}{Baseline activity of daily living score}
2015-06-21 02:29:01 +02:00
\item{BLLBILI}{Baseline local bilirubin} }}
2015-06-11 21:30:03 +02:00
\source{
2016-10-09 02:43:51 +02:00
\url{http://biopharmnet.com/subgroup-analysis-software/}
2015-06-11 21:30:03 +02:00
}
2015-06-12 00:34:25 +02:00
\usage{
data(sepsis)
}
2015-06-11 21:30:03 +02:00
\description{
2016-10-09 02:43:51 +02:00
Simulated clinical trial with two groups treatment about sepsis desease. See
2015-06-21 02:29:01 +02:00
details.
2015-06-11 21:30:03 +02:00
}
\details{
2016-10-09 02:43:51 +02:00
This dataset is taken from
\href{http://biopharmnet.com/subgroup-analysis-software/}{SIDES
2015-06-11 21:30:03 +02:00
method}.
2016-10-09 02:43:51 +02:00
\code{Sepsis} contains simulated data on 470 subjects with a binary outcome
2015-06-11 21:30:03 +02:00
survival, that stores survival status for patient after 28 days of treatment,
2016-10-09 02:43:51 +02:00
value of 1 for subjects who died after 28 days and 0 otherwise. There are 11
2015-06-11 21:30:03 +02:00
covariates, listed below, all of which are numerical variables.
Note that contrary to the original dataset used in SIDES, missing values have
2016-10-09 02:43:51 +02:00
been imputed by random forest \code{(randomForest::rfImpute())}. See file
2015-06-21 02:29:01 +02:00
data-raw/sepsis.R for more details.
2015-06-11 21:30:03 +02:00
2016-10-09 02:43:51 +02:00
True subgroup is \emph{PRAPACHE <= 26 & AGE <= 49.80}. \emph{NOTE:} This
2015-06-21 02:29:01 +02:00
subgroup is defined with the \emph{lower} event rate (survival = 1) in
treatement arm.
2015-06-11 21:30:03 +02:00
}