Dear all,
I am running margins after an nbreg model using the code below:
Here are the results:
How can I show the margins per 1,000? Instead of .1045401, I want them to be 104, and I do not want to calculate them manually as I plan to use marginsplot afterwards.
I am running margins after an nbreg model using the code below:
Code:
margins pre_year_cat
Code:
Expression: Predicted number of events, predict() Delta-method Margin std. err. z P>z [95% conf. interval] pre_year_cat 2015 .1045401 .0014501 72.09 0.000 .1016979 .1073822 2016 .1289053 .001505 85.65 0.000 .1259556 .131855 2017 .1270988 .0014596 87.08 0.000 .124238 .1299597 2018 .1417483 .0015568 91.05 0.000 .1386971 .1447995 2019 .1388607 .0014831 93.63 0.000 .1359538 .1417676 2020 .1742347 .0017418 100.03 0.000 .1708207 .1776486 2021 .1909975 .0018776 101.73 0.000 .1873175 .1946775 2022 .1855599 .0019013 97.60 0.000 .1818335 .1892863
Comment