Learn R Programming

Gifi (version 0.4-0)

makeNumeric: Convert a data frame into a numeric matrix.

Description

Utility function for converting a data frame with factors (numeric and character levels), ordered factors, and numerical variables into a numeric matrix.

Usage

makeNumeric(x)

Value

A numeric matrix.

Arguments

x

Data frame

Examples

Run this code
makeNumeric(ABC[,6:11])

Run the code above in your browser using DataLab