to.numeric: Change to Numeric Form

Description Usage Arguments Value Examples

View source: R/to.numeric.R

Description

Change to Numeric Form

Usage

1

Arguments

x

vector

Value

numeric data

Examples

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

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