preproviz: the MAIN execution function

Description Usage Arguments Value Examples

View source: R/06RunClass.R

Description

for simple exploration preproviz() takes data frame (one factor variable, other variables numeric) as an argument. Two data sets can be compared by providing them as a list. For complex setups a ControlClass object can be passed as an argument. See Vignette for examples. The output can be visualized with PLOT functions.

Usage

1
preproviz(controlobject)

Arguments

controlobject

(data frame/list/ControlClass object)

Value

(RunClass) object

Examples

1
2
3
4
5
6
7
## result1 <- preproviz(iris)
## plotDENSITY(result1)
##
## iris2 <- iris
## iris2[sample(1:150,30),1] <- NA
## result2 <- preproviz(list(iris, iris2))
## plotVARCLUST(result2)

mvattulainen/preproviz documentation built on May 23, 2019, 10:54 a.m.