Hi,
I am running a GLM - Poisson Family Identity Link model to show the impact of various predictor values on low birth weight. I am trying to include an offset term to take into account the total number of births. I have the following code:
glm Nlbw PM25cent IncomeScoreMulti NBAME NWhite, family(poisson) link(log) offset(Nbirths)
The output gets stuck looping on iterations. Please can somebody help?
Related Posts with GLM - Offset term
How to masginsplot for variable subcategoriesI want to create marginsplot for this equation Code: logit diabetes i.Age i.year I tried Code: …
compare coefficients with xtrifregI estimated unconditional quantile regression using xtrifreg. As a next step, I would like to compar…
parsing with variant length strings; overcoming ustrregexra greedinessI'm currently trying to parse text from string variables like this: Code: * Example generated by …
LSDV, problem with dummy variables and significanceHello, my data: panel data, 260 observations; 20 Regions and time period: 2004 to 2016. I have fou…
How to Identify Individuals who have moved in and out of a certain state(say poor to good Health) after calculating the transition MatrixHello guys! May I ask your assistance on how can I identify the individuals who have moved in and o…
Subscribe to:
Post Comments (Atom)
0 Response to GLM - Offset term
Post a Comment