search for: succfail

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

2010 Feb 05
0
Quasi-binomial GLM and model selection
...ables would be included in the "best" model if I start with a 'full' model (fullbinom in this case). However, AIC can't be calculated on a quasi-binomial model. Is there another similar method I can use? Here's my R code so far: (AUC ranges from 0 to 1) fail<-1-AUC; succfail<-cbind(AUC, fail) fullbinom<-glm(succfail~variables+log(area)+resolution+model+taxa,family=quasibinomial(link="logit"),data=auc); Thanks in advance, Heather -- Heather Kharouba PhD candidate University of British Columbia