Dear R,
I am using stepwise multiple glm to select a subset of variables using the step 
command. My question is how do you calculate the percentage variance for each 
parameter in the reduced model. An example of my code thus far is,

fit<-glm(Abalone~offset(Area)+Sessile invertebrates+Bare rock+ NCA + Encrusting 
red algae, family = poisson ())

step(fit)

fit1<-glm(Abalone~offset(Area)+Bare rock+NCA+Encrusting red algae, 
family=poisson())

Thanks in advance
Beth Strain


_________________________________________________________________
What are you waiting for? Join Lavalife FREE

%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D30288&_t=764581033&_r=email_taglines_Join_free_OCT07&_m=EXT
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to