VSLCMdata-class function

Constructor of VSLCMdata class

Constructor of VSLCMdata class

  • n: number of observations
  • d: number of variables
  • withContinuous: logical indicating if some variables are continuous
  • withInteger: logical indicating if some variables are integer
  • withCategorica: logical indicating if some variables are categorical
  • dataContinuous: instance of VSLCMdataContinuous containing the continuous data
  • dataInteger: instance of VSLCMdataContinuous containing the integer data
  • dataCategorical: instance of VSLCMdataContinuous containing the categorical data
  • var.names: labels of the variables class

Examples

getSlots("VSLCMdata")