create.symData {clamix} | R Documentation |
Creates object symData
from a named list of data.frames. Each should data.frame
represent one variable of the units.
create.symData(datalist, type = "pDist", alpha = NULL)
datalist |
a named list of |
type |
type of |
alpha |
a vector of weights for each variable (length(alpha) should be the same as number of data.frames). Default |
Object symData
. Represents a list of
SOs |
vector of symbolic objects (class |
so |
An empty |
namedSO |
An empty |
alpha |
A vector of weights |
type |
A type of |
Natasa Kejzar
summary.symData
, print.symObject
, empty.symObject
data(popul06f) data(popul06m) datalist <- list("M"=popul06f,"F"=popul06m) dataset <- create.symData(datalist,"fDist") summary(dataset)