Displaying 1 result from an estimated 1 matches for "m2529".
Did you mean:
2529
2011 Dec 15
1
Am I misunderstanding loop variable assignment or how to use print()?
Given this interactive session:
> an<-ls(pat="anova.ag.m2529")
> an
[1] "anova.ag.m2529.az" "anova.ag.m2529.can" "anova.ag.m2529.fl"
> print(anova.ag.m2529.az)
Analysis of Variance Table
Response: year
Df Sum Sq Mean Sq F value Pr(>F)
time 1 14.823 14.8235 10.598 0.004392 **...