Re: [R] Get average model after dredge function ran in a loop

2013-12-13 Thread Kamil BartoĊ„
To: r-help Subject: [R] Get average model after dredge function ran in a loop Message-ID: Content-Type: text/plain Dear all I'm a beginner in R and I'm trying to get the final model after I run the dredge function for 10 times (with a loop): ###Building the Model Coy.glm0<-gl

[R] Get average model after dredge function ran in a loop

2013-12-10 Thread Catarina Ferreira
Dear all I'm a beginner in R and I'm trying to get the final model after I run the dredge function for 10 times (with a loop): ###Building the Model Coy.glm0<-glm(pa ~ shrub + snowdep + tree + bio5 + bio6 + bio12 + log(human+1), data=Coy.pa, family=binomial) summary(Coy.glm0) install.packages('