powered by
Convert a factor with numeric levels to a non-factor
fac2num(x)
The input factor made a numeric vector
A vector containing a factor with numeric levels
x <- factor(c(3, 4, 9, 4, 9), levels=c(3,4,9)) fac2num(x)
Run the code above in your browser using DataLab