powered by
Converts a dataset to a structure required by other functions.
convData(dataset)
matrix or data frame (discrete varibles must be factors).
List:
Matrix.
Vector with the number of levels in each variable (0 if continuous).
Convert the dataset to the structure required by the other functions.
# NOT RUN { data(dsDiscr) ds <- convData(dsDiscr) # }
Run the code above in your browser using DataLab