结果:找到“unexpected symbol 于”相关内容7个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
在R运行过程中出现unexpected symbol in 应该怎么解决
2 个回复 - 19515 次查看
conver_counts=function(x){
x=ifelse(x>0,1,0)
x=factor(x,levels=c(0,1),labels=c(""No"",""Yes""))
return(x)
}
运行时出现:
Error:
unexpected symbol in "conver_counts=function(x){x=ifelse(x>0,1,0) ...
2017-9-25 22:20 - 103626Hou - R语言论坛