Learn R Programming

preproviz (version 0.2.0)

DataClass-class: An S4 class representing data objects

Description

DataClass object can be initialized only for a data frame that has a) one class label columns of class 'factor' and b) other columns are of type 'numeric'

Arguments

Slots

name
(character) name of the setup object
basedata
(data frame) original data to be visualized
imputedbase
(data frame) missing value in original data imputed with Knn imputation
numericdata
(data frame) numeric columns of original data
imputednumeric
(data frame) imputed numeric columns