Closed loukasilias closed 2 years ago
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?
rr.summary()
Thank you in advance!
you can use rr.results to access a dataframe version of the summary output
rr.results
Hello,
Is it possible to convert the output of
rr.summary()
into a DataFrame or JSON?Thank you in advance!