Hi,
I am carrying out a case-series analysis looking at the risk of drug types on falls.
I have a final dataset that looks as follows:
an outcome indicator of 1 indicates that a fall occurred during a particular exposure period (example above).
There are no missing values, except when duration=0 therefore logduration=.
Each time I run the regression [xtpoisson outcome_indicator i.exposurestatus, i(id) offset(logduration) irr] - Stata says (not concave) after the 11th iteration.
Does anyone know why this is the case?
Thanks
I am carrying out a case-series analysis looking at the risk of drug types on falls.
I have a final dataset that looks as follows:
ID | fall1 | fall2 | fall3 etc. | drug | exposure status | date | duration | logduration | outcome_indicator | |
1 | 12/3/98 | 6/7/02 | 5/2/08 | 7687687 | 1 | 4/6/02 | 50 | 1 |
There are no missing values, except when duration=0 therefore logduration=.
Each time I run the regression [xtpoisson outcome_indicator i.exposurestatus, i(id) offset(logduration) irr] - Stata says (not concave) after the 11th iteration.
Does anyone know why this is the case?
Thanks
Comment