1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-01 19:52:43 +02:00
Adaptation of Virtual Twins method from Jared Foster
Go to file
2015-06-21 04:32:38 +02:00
data Update manual 2015-06-21 02:29:01 +02:00
data-raw Update manual 2015-06-21 02:29:01 +02:00
inst/doc Full example vignette 2015-06-21 04:29:30 +02:00
man Add getData comments 2015-06-21 03:55:01 +02:00
R Updata of code 2015-06-21 02:32:46 +02:00
vignettes Create vignette and stuffs 2015-06-21 02:32:23 +02:00
.gitignore Allow my own vignette online 2015-06-21 04:29:06 +02:00
.Rbuildignore Updata of code 2015-06-21 02:32:46 +02:00
DESCRIPTION Change options values 2015-06-21 03:54:39 +02:00
NAMESPACE Create vignette and stuffs 2015-06-21 02:32:23 +02:00
README.md Add link to html preview 2015-06-21 04:32:38 +02:00
VirtualTwins.Rproj Change options values 2015-06-21 03:54:39 +02:00

VirtualTwins

An adaptation of VirtualTwins method from Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)

VirtualTwins is a method of subgroup identification from randomized clinical trial data.

As an intern in a french pharmaceutical group, i worked on this method and develop a package based on Jared Foster and al method.

## Infos

Currently this package works for RCT with two treatments groups and binary outcome.

This is the dev version 0.0.0.2 and often updated.

Most of the package use Reference Class programing (in R). Feel free to create your own classes.

I got a WARNING when Checking package for "cheking PDF version of manual" because of my version of LaTeX. Need to fix it.

To-do list

  • Description and help
  • Vignette example
  • ...

Install

# use devtools library
library(devtools)
# install from github
devtools::install_github("prise6/VirtualTwins@dev")
# load library
library(VirtualTwins)

Help

  • Vignette is really not finished ...

See full-example or when installed :

vignette("full-example", package = "VirtualTwins")

Few Examples

  • Coming...