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

Fix verbose in formatRCTDataset

This commit is contained in:
prise6 2015-06-11 17:55:55 +02:00
parent d51852e7f2
commit 0ec21d6c06

View file

@ -102,7 +102,6 @@ formatRCTDataset <- function(dataset, outcome.field, treatment.field, interactio
}
colnames.order <- c(outcome.field, treatment.field, predictors.next)
cat(colnames.order)
d <- d[, colnames.order]
return(invisible(d))