Risk Ratio Summary
loukasilias opened this issue · 1 comments
loukasilias commented
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!
pzivich commented
you can use rr.results
to access a dataframe version of the summary output