makeNumeric {Gifi} | R Documentation |
Utility function for converting a data frame with factors (numeric and character levels), ordered factors, and numerical variables into a numeric matrix.
makeNumeric(x)
x |
Data frame |
A numeric matrix.
makeNumeric(ABC[,6:11])