Hello, I was trying to apply "glm" to a dataset that assumes geometric distribution. I cannot use "glm.nb" in MASS package (negative.binomial (1)) because it tries to estimate this "1" while I am interested in "p", the probability of success. Does anyone know how I can define a geometric distribution within "family" so that I can use glm assuming geometric distribution to estimate "p"?
I am not sure how "quasi" within the family works in this case and I am not sure whether it can be used to assume geometric distribution. Thanks in advance for your help! I really appreciate it! Best regards, Amanda [[alternative HTML version deleted]] ______________________________________________ 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.