关于列出列表时的错误

时间:2019-02-12 05:41:19

标签: r list

我在制作数据集(列表)时遇到了一些问题。我从未见过 此错误消息:

Error in if (n <= 1L || lenl[n] <= width) n else max(1L, which.max(lenl >  : 
missing value where TRUE/FALSE needed /// whenever print the 'Bita_quiz'

我试图通过谷歌搜索或浏览来了解消息的含义。但 我找不到任何想法。

有人可以帮助我为什么发生错误代码吗?

bita_quiz_score <- c(90,30,70,60,80)
bita_quiz_grade <- factor(c('1등급','3등급','2등급','2등급','1등급'),order = T, levels=c('3등급','2등급','1등급'))
Bita_quiz <- list(bita_quiz_score,bita_quiz_grade)

0 个答案:

没有答案