Learn R Programming

fastStat (version 1.4)

to.numeric: Change to Numeric Form

Description

Change to Numeric Form

Usage

to.numeric(x)

Arguments

x

vector

Value

numeric data

Examples

Run this code
# NOT RUN {
x=c(1,2,3)
to.factor(x) <- 1
to.numeric(x)
# }

Run the code above in your browser using DataLab