search for: tranp

Displaying 1 result from an estimated 1 matches for "tranp".

Did you mean: trap
2012 Jun 26
2
MuMIn - assessing variable importance following model averaging, z-stats/p-values or CI?
...n now gives z-stats and p-values and whether these should be used to assess the 'significance'/importance of variables when model averaging? Heres the example code of what I'm doing.... #-------------------------------------------------------------------------------------# ps<-lmer(tranPS~( Sex+ Age.Cat2+ TOTAL+ Propfarm+ Maize+ TOTAL:Propfarm+ Maize:TOTAL+ Maize:Propfarm+ (1|Socialgroup)+(1|Year)+(1|Tattoo)),REML=FALSE, data=propspec) pss<-standardize(ps,standardize.y = FALSE) psdrg<-dredge(pss) summary(model.avg(get.models(psdrg,subset...