如何进行MANCOVA

时间:2018-08-15 22:19:41

标签: r manova

我正在尝试在R中执行mancova。但是,我已经尝试过jmv软件包:

x<-cbind('total.c','total.p') #dependent
y<-cbind('Treatment','Sex', 'Species', 'Location') #independent
mancova(intake, deps=x,factors=y, covs=c("Ghopper.Start..g."))

这给了我以下错误:

Error: Table$setRow(): value 'stat[pillai]' is not atomic

当我删除一个自变量时,该函数可以正常工作。因此,我怀疑它存在内存限制,但是实际上出了什么问题?

0 个答案:

没有答案