View source: R/S4-AnalysisAspect.R
| initiateAnalysisAspect | R Documentation | 
Sets up an object of class AnalysisAspect.
initiateAnalysisAspect(
  data,
  key_name,
  key_prefix = NULL,
  meta_names = character(0),
  lgl_to_group = TRUE,
  analysis_aspect = "AnalysisAspect",
  verbose = TRUE
)
initiateDimRed(
  data,
  key_name,
  key_prefix = NULL,
  lgl_to_group = TRUE,
  meta_names = character(0),
  verbose = TRUE
)
initiateClustering(
  data,
  key_name,
  key_prefix = NULL,
  lgl_to_group = TRUE,
  meta_names = character(0),
  verbose = TRUE
)
initiateCorrelation(
  data,
  key_name,
  key_prefix = "ID",
  lgl_to_group = TRUE,
  meta_names = character(0),
  verbose = TRUE
)
data | 
 Data.frame containing the data to be analyzed.  | 
key_name | 
 The key variable. If NULL, the key variable is created
either by using the rownames and - if rownames are invalid - by combining
input for argument   | 
key_prefix | 
 Character value. The prefix for the artificial key variable.  | 
meta_names | 
 Names of the data.frame of   | 
analysis_aspect | 
 The actual analysis aspect. Use   | 
verbose | 
An object of class specified in analysis_aspect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.