1
0
Fork 0
mirror of https://github.com/prise6/aVirtualTwins.git synced 2024-05-01 19:52:43 +02:00

Dontrun examples added

This commit is contained in:
prise6 2015-06-10 14:36:00 +02:00
parent 8ef0aa1d5c
commit b6be60f12b

View file

@ -29,11 +29,12 @@
#' @name VT.object
#'
#' @examples
#' \dontrun{
#' # Default use :
#' vt.o <- VT.object$new(data = my.rct.dataset)
#'
#' # Getting data
#' vt.o$data
#' head(vt.o$data)
#'
#' # or getting predictor with interactions
#' vt.o$getX(interactions = T)
@ -46,7 +47,7 @@
#'
#' # Print incidences
#' vt.o$getIncidences()
#' # ...
#' }
#'
#' @seealso \code{\linkS4class{VT.difft}}
#'