Converts a dataset into a matrix. Equivalent to R's as.matrix function
for datasets.
Options:
:dummies (default false) -- if true converts non-numeric variables into sets
of binary dummy variables, otherwise converts
them into numeric codes.
Comments top
No comments for to-matrix. Log in to add a comment.