aVirtualTwins/DESCRIPTION

48 lines
1.1 KiB
Plaintext

Package: aVirtualTwins
Type: Package
Title: Adaptation of Virtual Twins Method from Jared Foster
Version: 1.0.1
Date: 2016-10-09
Authors@R: person("Francois", "Vieille", email = "vieille.francois@gmail.com",
role = c("aut", "cre"))
Description: Research of subgroups in random clinical trials with binary outcome and two treatments groups. This is an adaptation of the Jared Foster method.
License: GPL-3 | file LICENSE
URL: https://github.com/prise6/aVirtualTwins
BugReports: https://github.com/prise6/aVirtualTwins/issues
Imports:
rpart,
party,
methods,
randomForest,
stats
Suggests:
caret,
knitr,
rpart.plot,
rmarkdown,
e1071
Depends:
R (>= 3.2.0),
Collate:
'aVirtualTwins.R'
'data.R'
'object.R'
'difft.R'
'setClass.R'
'predict.R'
'forest.R'
'forest.double.R'
'forest.fold.R'
'forest.one.R'
'forest.wrapper.R'
'formatRCTDataset.R'
'incidences.R'
'object.wrapper.R'
'tools.R'
'tree.R'
'tree.class.R'
'tree.reg.R'
'tree.wrapper.R'
VignetteBuilder: knitr
RoxygenNote: 6.0.1