datos.disyuntivos {regressoR}R Documentation

Create disjunctive columns to a data.frame.

Description

Create disjunctive columns to a data.frame.

Usage

datos.disyuntivos(data, var)

Arguments

data

a data.frame object.

var

the column name to apply disjunctive code.

Value

data.frame

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

datos.disyuntivos(iris, "Species")


[Package regressoR version 3.0.2 Index]