1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-09 20:46:33 +02:00
aVirtualTwins/DESCRIPTION

42 lines
820 B
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
2015-06-10 14:37:49 +02:00
Title: Adaptation of Virtual Twins method from Jared Foster.
2015-06-21 03:54:39 +02:00
Version: 0.0.0.2
2015-05-31 21:09:04 +02:00
Date: 2015-05-31
2015-06-11 13:34:55 +02:00
Author: Francois Vieille
2015-06-10 14:37:49 +02:00
Maintainer: <vieille.francois@gmail.com>
Description: Research of subgroups in random clinical trials with binary
outcome and two treatments groups.
License: MIT
Imports:
2015-06-10 14:37:49 +02:00
rpart,
party
Suggests:
randomForest,
2015-06-21 02:32:23 +02:00
caret,
knitr
2015-06-10 14:37:49 +02:00
Depends:
2015-07-24 20:03:34 +02:00
R (>= 3.2.0),
2015-06-10 14:37:49 +02:00
methods
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