Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.
biolearn.mortality.plot_hazard_ratios#
- biolearn.mortality.plot_hazard_ratios(hazard_ratio_data)#
Plots hazard ratios from the provided data in a forest plot.
- Parameters:
hazard_ratio_data (pd.DataFrame) – A DataFrame containing hazard ratios, confidence intervals, and p-values for each predictor.
- Returns:
None