Hi there,
I wish to transform a variable expressed in the default character form in R to a numeric variable, yet preserve the decimalisation.
However, when I use the command 'as.numeric', this seems to remove the decimal places. Anyone know how to preserve them? Would be appreciated.
data$Score <-as.numeric(data$Score)