aov_car,[.data.frame`data,,id:选择未定义的列

问题描述

我有一个数据集:

# A tibble: 6 x 4
     id condition type       accuracy
  <dbl> <fct>     <fct>         <dbl>
1     1 alg       suggestion        4
2     1 alg       benefit           3
3     1 alg       order             3
4     2 alg       suggestion        2
5     2 alg       benefit           4
6     2 alg       order             1

我想创建一个方差模型:

model<- aov_car(accuracy ~ condition*type +
                  Error(Subject),data=alg_long,observed = "type")

但是我得到了错误消息:

`[.data.frame`(data,id) : undefined columns selected

我该如何解决

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)