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

Add getData comments

This commit is contained in:
prise6 2015-06-21 03:55:01 +02:00
parent fb214e6e26
commit f0415a0b59

View file

@ -38,6 +38,8 @@ treatments.}
\describe{
\item{\code{computeDelta()}}{Compute delta value.}
\item{\code{getData(interactions = F)}}{Return dataset. If interactions is set to T, return data with treatement interactions}
\item{\code{getFormula()}}{Return formula : Y~T+X1+...+Xp. Usefull for cforest function.}
\item{\code{getIncidences(rule = NULL)}}{Return incidence table of data if rule set to NULL. Otherwise return incidence for the rule.}