The censor option is mandatory. To estiamte an uncensored Poisson model, create a variable named, e.g. cenvar, as gen cenvar=1. Then type the censor option as: cnpois ....., cen(cenvar).
^lt(#)^ = tolerance for convergence ^irr^ = parameter estimates displayed in exponential form; standard errors and CIs adjusted ^off(str)^ = offset variable - log raw var prior to using as offset ^nolog^ = no display of iteration log
Results may be redisplayed by entering the command. Exponential form and C.I. level are allowed as options without reestimation.
Examples - --------
. ^cenpois studytim died drug2 drug3, irr nolog cen(cenvar)^ . ^cenpois infected cases cd4 cd8, nolog irr off(cases) cen(cenvar)^
. ^cenpois, level(90)^ [redisplay]
Also see - --------
Manual: [R] poisson, cnreg On-line: help for @poisson@, @cnreg@
..- Joseph Hilbe Arizona State University atjmh@@asuvm.inre.asu.edu jhilbe@@aol.com