to.numeric-set: Change to Numeric Form

Description Usage Arguments Value Examples

Description

Change to Numeric Form

Usage

1
to.numeric(x) <- value

Arguments

x

vector

value

anything, which will be ignored

Value

numeric data

Examples

1
2
3
x=c(1,2,3)
to.factor(x) <- 1
to.numeric(x) <- 1

yikeshu0611/fastStat documentation built on Nov. 18, 2019, 11:23 a.m.