- 此问题在此处已有答案**:
Is there a way to loop through column names (not numbers) in r for linear models?(5个答案)
using lm function in R with a variable name in a loop(2个答案)
5天前关闭。
This is a picture of my column names in a value and then the anova that I have set up for it that works
我想做一个能够在一个循环中切换出anova中的每一个列名的程序,这样我就不必重写代码,只需要改变列名。
尝试设置for循环,但无法使其工作。
for (i in col_values) {
one.way <- aov(i ~ Treatment, treatment_data)
}
我想我会问这里。不是特别需要坚持for循环,所以开放的任何和所有的建议。感谢任何建议,你可能有!
2条答案
按热度按时间uinbv5nw1#
尝试将其 Package 在公式调用中:
rsl1atfo2#
创建于2023年2月27日,使用reprex v2.0.2