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

fastStat documentation built on Jan. 13, 2021, 7:32 a.m.