1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-06-06 01:22:12 +02:00

Add details

This commit is contained in:
prise6 2015-06-21 04:00:04 +02:00
parent f0415a0b59
commit b94bce1258

View file

@ -12,7 +12,7 @@ Currently this package works for RCT with two treatments groups and binary outco
This is the *dev version 0.0.0.2* and often updated. This is the *dev version 0.0.0.2* and often updated.
Most of the package use Reference Class programing (in R) 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. I got a *WARNING* when Checking package for "cheking PDF version of manual" because of my version of LaTeX. Need to fix it.
@ -24,7 +24,7 @@ I got a *WARNING* when Checking package for "cheking PDF version of manual" beca
## Install ## Install
``` ``` r
# use devtools library # use devtools library
library(devtools) library(devtools)
# install from github # install from github
@ -37,13 +37,13 @@ library(VirtualTwins)
*Vignette really not finished ... * *Vignette really not finished ... *
See /doc/full-example.Rmd See vignettes/full-example.Rmd
or : or when installed :
``` ``` r
vignette("full-example", package = "VirtualTwins") vignette("full-example", package = "VirtualTwins")
``` ```
## Few Examples ## Few Examples
* Coming...* * _Coming..._