Im trying to convert the following factor to number in RStudio, can I use this commands?
NewFactor <- factor(c(31, 764, 9.6, 513, 125.344, 3131.657, 9853));as.numeric(NewFactor)
Im trying to convert the following factor to number in RStudio, can I use this commands?
NewFactor <- factor(c(31, 764, 9.6, 513, 125.344, 3131.657, 9853));as.numeric(NewFactor)