Learn R Programming

fastStat (version 1.4)

to.numeric<-: Change to Numeric Form

Description

Change to Numeric Form

Usage

to.numeric(x) <- value

Arguments

x

vector

value

anything, which will be ignored

Value

numeric data

Examples

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

Run the code above in your browser using DataLab