search for: amphaic

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

Did you mean: alphacc
2012 Sep 13
1
AICcmodavg
...ars' to work through the line starting with Modnames. After that the code starting with aictab and beyond is recognized as text and not code. What am I doing incorrectly with the code? buco.models<-list ( ) buco.models [[1]] <- glm(P.BUCO~faverage+W15CNT, family=binomial(logit), data=AmphAIC) buco.models [[2]] <- glm(P.BUCO~diam1+W15CNT, family=binomial(logit), data=AmphAIC) Modnames<-paste (?mod? , 1:length(buco.models), sep=") aictab(cand.set = buco.models, modnames = Modnames, sort=TRUE)) print(aictab(cand.set = buco.models, modnames = Modnames, sort=TRUE) digits = 4) Th...