1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-04 20:13:11 +02:00

Name of package is aVirtualTwins

This commit is contained in:
prise6 2015-07-24 20:03:34 +02:00
parent f9dd526a65
commit be004ed1fe
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Package: VirtualTwins Package: aVirtualTwins
Type: Package Type: Package
Title: Adaptation of Virtual Twins method from Jared Foster. Title: Adaptation of Virtual Twins method from Jared Foster.
Version: 0.0.0.2 Version: 0.0.0.2
@ -16,7 +16,7 @@ Suggests:
caret, caret,
knitr knitr
Depends: Depends:
R (>= 3.0.0), R (>= 3.2.0),
methods methods
Collate: Collate:
'VirtualTwins.R' 'VirtualTwins.R'

View file

@ -1,4 +1,4 @@
# VirtualTwins # aVirtualTwins
An adaptation of VirtualTwins method from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract) An adaptation of VirtualTwins method from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract)
@ -41,7 +41,7 @@ See [full-example](http://htmlpreview.github.io/?https://github.com/prise6/Virtu
or when installed : or when installed :
``` r ``` r
vignette("full-example", package = "VirtualTwins") vignette("full-example", package = "aVirtualTwins")
``` ```
## Few Examples ## Few Examples