2019-02-20
阅读量:
1003
关于R报错问题的解决
我在使用R的时候,输入以下指令,
data<-read.delim("os total2.csv")
Study<-dataTime
NbRisk<-dataSurvivalresults<-msurv (Study, Times, NbRisk, Survival,confidence="Greenwood")
然后就报错了:Error in Summary.factor(1:192, na.rm = FALSE) :
‘max’ not meaningful for factors
请问这是什么情况啊。
我的数据形式是这样的
Time Survival NbRisk Study
1 0.99 39.42 1
2 0.96 8.41 1
3 0.95 38.19 1
4 0.95 37.82 1
4 0.94 37.48 1
解决办法:有一列数据被读成factor了。要把factor转成数据。
0.0000
0
4
关注作者
收藏
评论(0)
发表评论
暂无数据
推荐帖子
0条评论
0条评论
1条评论