gpt4 book ai didi

r - 错误 "object not interpretable as a factor"是什么意思?

转载 作者:行者123 更新时间:2023-12-03 08:38:33 26 4
gpt4 key购买 nike

关闭。这个问题是not reproducible or was caused by typos .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

11 个月前关闭。




Improve this question




这个:

vect <- C(1, NA, 2, 3, 4, NA, 5, NA, 6, 7, 8, NA, 9)

产生这个错误:
object not interpretable as a factor

我究竟做错了什么?

最佳答案

此错误可能会带来多个问题,但在您的情况下,您只需键入大写的 C 而不是小写的 c。

尝试:

vect <- c(1, NA, 2, 3, 4, NA, 5, NA, 6, 7, 8, NA, 9)

关于r - 错误 "object not interpretable as a factor"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26028813/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com