1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-04-27 19:12:45 +02:00
aVirtualTwins/DESCRIPTION

48 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-07-24 20:03:34 +02:00
Package: aVirtualTwins
2015-05-31 21:09:04 +02:00
Type: Package
2016-10-09 02:10:29 +02:00
Title: Adaptation of Virtual Twins Method from Jared Foster
Version: 1.0.1
2018-02-03 13:17:03 +01:00
Date: 2018-02-03
Authors@R: c(person("Francois", "Vieille", email = "vieille.francois@gmail.com",
role = c("aut", "cre")), person("Jared", "Foster", email = "jared.foster@nih.gov", role = c("aut")))
Description: Research of subgroups in random clinical trials with binary outcome and two treatments groups. This is an adaptation of the Jared Foster method (<https://www.ncbi.nlm.nih.gov/pubmed/21815180>).
2016-10-09 02:10:29 +02:00
License: GPL-3 | file LICENSE
URL: https://github.com/prise6/aVirtualTwins
BugReports: https://github.com/prise6/aVirtualTwins/issues
Imports:
2015-06-10 14:37:49 +02:00
rpart,
2016-10-09 02:10:29 +02:00
party,
methods,
randomForest,
2016-10-09 02:10:29 +02:00
stats
Suggests:
2015-06-21 02:32:23 +02:00
caret,
2016-10-09 02:10:29 +02:00
knitr,
rpart.plot,
2018-01-31 00:40:38 +01:00
rmarkdown,
e1071
2015-06-10 14:37:49 +02:00
Depends:
2015-07-24 20:03:34 +02:00
R (>= 3.2.0),
Collate:
2015-07-25 02:10:28 +02:00
'aVirtualTwins.R'
2015-06-11 21:30:03 +02:00
'data.R'
'object.R'
'difft.R'
'setClass.R'
'predict.R'
'forest.R'
'forest.double.R'
'forest.fold.R'
'forest.one.R'
2015-07-25 02:10:28 +02:00
'forest.wrapper.R'
2015-06-10 14:37:49 +02:00
'formatRCTDataset.R'
'incidences.R'
2015-06-21 02:32:23 +02:00
'object.wrapper.R'
'tools.R'
'tree.R'
'tree.class.R'
'tree.reg.R'
2015-07-25 02:10:28 +02:00
'tree.wrapper.R'
2015-06-21 02:32:23 +02:00
VignetteBuilder: knitr
RoxygenNote: 6.0.1