pzivich/zEpid

Risk Ratio Summary

loukasilias opened this issue · 1 comments

Hello,

rr = RiskRatio(reference=1)
rr.fit(df, exposure='art', outcome='dead')
rr.summary()

Is it possible to convert the output of rr.summary() into a DataFrame or JSON?

Thank you in advance!

you can use rr.results to access a dataframe version of the summary output