Learn R Programming

regressoR (version 3.0.2)

datos.disyuntivos: Create disjunctive columns to a data.frame.

Description

Create disjunctive columns to a data.frame.

Usage

datos.disyuntivos(data, var)

Value

data.frame

Arguments

data

a data.frame object.

var

the column name to apply disjunctive code.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
datos.disyuntivos(iris, "Species")

Run the code above in your browser using DataLab