In this case, we are converting first, second, third and fifth numeric variables to factor variables. mydata is a data frame. names <- c(1:3,5) mydata[,names] < ...
確定! 回上一頁