ydm20.train | R Documentation |
recur.bart
.
Two vectors containing the training and testing set outcomes for a 20% random sample for a real data example of recurrent events survival analysis. There are 100 patients in the cohort: 50 in the training set and 50 in the testing set. See the Reference below (and the References therein) for more detailed information; a brief synopsis follows.
ydm20.train
contains the training set only. ydm20.test
is
provided for completeness; it contains both the training set and the
testing set. There are 798 unique time points so there are 50*798=39900
rows of the training set followed by 50*798=39900 rows of the testing
set.
The full data sets, ydm.train
and ydm.test
, can be
obtained online at
https://www.mcw.edu/-/media/MCW/Departments/Biostatistics/tr064zip.zip
There are 488 patients in the full cohort: 235 in the training set and
253 in the testing set.
ydm.train
contains the training set only. ydm.test
contains both the training set and the testing set. There are 798
unique time points so there are 235*798=187530 rows of the training set
followed by 253*798=201894 rows of the testing set.
data(ydm20.train)
data(ydm20.test)
Sparapani, Rein, Tarima, Jackson, Meurer (2020). Non-parametric recurrent events analysis with BART and an application to the hospital admissions of patients with diabetes. Biostatistics doi:10.1093/biostatistics/kxy032
xdm20.train
data(ydm20.train)
data(ydm20.test)
table(ydm20.train)
table(ydm20.test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.