# Next example is not run in order to save time
## Not run:
# data(iris)
# out <- GE(iris)
# summary(out, explicit = TRUE)
# # We check that the process was correct
# irisCopy <- iris
# irisCopy[out$repIdx,5] <- out$repLab
# cleanData <- irisCopy[setdiff(1:nrow(iris),out$remIdx),]
# identical(out$cleanData,cleanData)
# ## End(Not run)
Run the code above in your browser using DataLab