Converts the factor labels to numeric values and returns the factor as a numeric vector
fac2num(x)
Returns a numeric vector of the same length as x
Returns a vector of numeric values. Elements in the input factor that cannot be converted to numeric will produce NA.