1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-06 20:26:34 +02:00
aVirtualTwins/DESCRIPTION

40 lines
774 B
Plaintext
Raw Normal View History

2015-05-31 21:09:04 +02:00
Package: VirtualTwins
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-06-11 09:32:10 +02:00
R (>= 3.0.0),
2015-06-10 14:37:49 +02:00
methods
Collate:
'VirtualTwins.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-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-06-21 02:32:23 +02:00
VignetteBuilder: knitr