摘要: data <- data[complete.cases(data[,5:6]),]#删除第五六列有空值的行 data <- na.omit(data)#删除有空值的行 阅读全文
posted @ 2019-06-20 10:45 Shilo 阅读(5694) 评论(0) 推荐(0) 编辑