[R-sig-eco] MAFA function

2012-04-03 Thread Katherine Mills
Could any of you point me towards a package that supports a min/max autocorrelation factor analysis in R? Or has anyone coded a function for this analysis that you would be willing to share? Thanks, Kathy Mills [[alternative HTML version deleted]]

Re: [R-sig-eco] MAFA function

2012-04-03 Thread Gavin Simpson
See: http://dx.doi.org/10.1051/alr/2009020 There is R code in the supplementary materials. HTH G On Tue, 2012-04-03 at 10:50 -0400, Katherine Mills wrote: Could any of you point me towards a package that supports a min/max autocorrelation factor analysis in R? Or has anyone coded a

[R-sig-eco] Output for interactions in models that do not include all main effects

2012-04-03 Thread Kristen Gorman
Dear all, I have R code to run AIC including multi-model inference. I am running into a problem in calling the output from models where both parameters in an interaction are not included as main effects. In R, the interaction will be called depending on the parameter that was used as the only

Re: [R-sig-eco] Output for interactions in models that do not include all main effects

2012-04-03 Thread David Valentim Dias
Maybe your solution can be found here: http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-does-the-output-from-anova_0028_0029-depend-on-the-order-of-factors-in-the-model_003f 2012/4/3 Kristen Gorman kgor...@sfu.ca Dear all, I have R code to run AIC including multi-model inference. I am running