# NOT RUN {
egltable(iris)
egltable(colnames(iris)[1:4], "Species", iris)
egltable(iris, parametric = FALSE)
egltable(colnames(iris)[1:4], "Species", iris,
parametric = FALSE)
egltable(colnames(iris)[1:4], "Species", iris,
parametric = c(TRUE, TRUE, FALSE, FALSE))
egltable(colnames(iris)[1:4], "Species", iris,
parametric = c(TRUE, TRUE, FALSE, FALSE), simChisq=TRUE)
diris <- as.data.table(iris)
egltable("Sepal.Length", g = "Species", data = diris)
# }
Run the code above in your browser using DataLab