Analysis-class: The 'AnalysisAspect'-class

Analysis-classR Documentation

The AnalysisAspect-class

Description

S4-class that provides the basic slots for any analysis aspect such as clustering, dimensional reduction, outlier detection etc.

Slots

data

data.frame. The data on which the analysis bases on.

data_scaled

data.frame The numeric data scaled via z-score.

key_name

character. The name of the variable that is used to identify each observation uniquely.

meta

data.frame. Data that was part of the input data but is not supposed to be included in analysis steps.

methods

list. A list of objects of S4-classes depending on the analysis aspect.

variables_grouping

character. The names of all grouping variables of the input data - variables of class character or factor. (Does not include variable of slot @key_name)

variables_logical

character. The names of all logical variables of the input data.

variables_numeric

character. The names of all numeric variables based on which outlier detection is conducted.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.