Hello, I am using poisson regression to have relative risk estimation instead of logistic where it only computed odds ratio. My command is as follows:
I tried to compute the roc using lroc but to no avail. I read it's only avail for the logit/logistic/regress command.
So i tried to modify by change the poisson command to logit and ran the lroc command which successfully applied.
Is my method correct? Or is there any way to compute roc after poisson regression?
Thanks so much
Code:
poisson Gagal ib0.Rujukan ib0.Kategori_BBL ib0.Tidak_ASI ib0.Tumbuh ib1.Perubahan_Leukosit_NEW ib1.Perubahan_Neutrofil_NEW, vce(robust) irr base
So i tried to modify by change the poisson command to logit and ran the lroc command which successfully applied.
Is my method correct? Or is there any way to compute roc after poisson regression?
Thanks so much
Comment