Dear STATALIST,

I want to calculate the uncertainty of a model and need to calculate standard errors for the predictions.
I predicted rates so I just want to be sure that the following commands calculate standard errors for predicted rates.

Regards,



Code:
nbreg CTexamsnumber who2015physiciansperthouse undp2017humandevelopmentinde CTunitsdensitypermillionp un2016poulation65years who2015skilledhealthprofessi who2014healthexpenditureprop , exposure(un2015populationtotal1000) irr vce(robust)   

predictnl predict_rate_CT_physicians6 = predict(ir), se(predict_rate_CT_physicians6_se)