How to speed up the analysis of ANOVA in R [closed]

坚强是说给别人听的谎言 提交于 2020-01-25 06:53:25

问题


I have 2000 rows and three variables. I want to run ANOVA for may data, but it takes lots of time to get the output.

Here is the formula that I use:

fit<-anova(lm(Value~factor(X)*Y,df1))

Could we do better to get the output? Due to a big data frame, I was unable to produce it, but the formula possibly shows my point.

来源:https://stackoverflow.com/questions/59810332/how-to-speed-up-the-analysis-of-anova-in-r

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!