Arafat Ud Zaman [Tue, Mar 24, 2009 at 06:26:59PM CET]:
> Dear sir,
> I want to know about R command for parameter estimation for generalized
> Poisson regression.
>
Do you mean the method of Consul and Shoukri?
I once tried Generalized Poisson parameter estimation by their suggestion
side by si
Arafat;
You should listen to Umesh rather than myself on this point, and i
should refrain from posting after my bedtime. I should have typed "glm".
--
David Winsemius
On Mar 25, 2009, at 12:37 AM, Umesh Srinivasan wrote:
> Hi,
>
> Not exactly sure what you mean, but if you want to run a pois
Hi,
Not exactly sure what you mean, but if you want to run a poisson regression
and then look at the coefficients, then this is what you need:
poisson.model <- glm(response ~ predictor, family = "poisson")
summary(poisson.model)
Will give you the intercept and slope. Since poisson regression us
Consider: gls with family="poisson"
On Mar 24, 2009, at 1:26 PM, Arafat Ud Zaman wrote:
Dear sir,
I want to know about R command for parameter estimation for
generalized
Poisson regression.
yours faithfully
Arafat Ud Zaman
4th year(Hons)
Applied statistics
University of Dhaka
Mob- +880171
Not 100% sure what you are looking for, but have a look at the Generalized
Event Count model in the Zelig package. It will also let you fit a Poisson and
other event count models by MLE.
> -Original Message-
> From: azam...@isrt.ac.bd
> Sent: Tue, 24 Mar 2009 23:26:59 +0600
> To: r-help
5 matches
Mail list logo