Hi,
I've done a few GLM's with poisson distribution, the code I've used is
name<-glm(dependentvariable~independent+independent+independent,family=poisson,data=datset)
for some the dependent variable is non-normally distributed so I believe I need to use a generalised linear model. But...