Hi,
doing a generalised linear model with poisson distribution, here is my model code...
model<-glm(carnivore_abundance~altitude_1+dist_stream+canopy_openess+basal_area+dist_large_river,family=poisson,data=main_data)
really frustratingly whenever I try to add link=log is doesn't work it...