datos.disyuntivos {loadeR} | R Documentation |
Create disjunctive columns to a data.frame.
datos.disyuntivos(data, var)
data |
a data.frame object. |
var |
the column name to apply disjunctive code. |
A data.frame object after apply disjunctive code.
Diego Jimenez <diego.jimenez@promidat.com>
datos.disyuntivos(iris, "Species")