Hi everyone, we are currently working on a project where we look at Infection (CLABSI) rates compared quarterly to a baseline period.
The variables I have are CLABSI, Central Line Days and CLABSIRate (which is CLABSI/Central Line days) and Quarter.
The code I use is
poisson CLABSIRATE i.Quarter, irr
However the Quarters with 0 CLABSI is showing errors like IRR 1.50e-08
Any reason this is happening? Is this the right code
The variables I have are CLABSI, Central Line Days and CLABSIRate (which is CLABSI/Central Line days) and Quarter.
The code I use is
poisson CLABSIRATE i.Quarter, irr
However the Quarters with 0 CLABSI is showing errors like IRR 1.50e-08
Any reason this is happening? Is this the right code
Comment