I would like to create a hazard ratio graph with 95% confidence intervals following stcox
I have tried marginsplot but nothing
I would like to plot a Hazard ratio graph with 95% confidence interval with x variable bilirubin at level: 3, 10 , 20
Similar to the graph below (obtained from quick google)
*Please note with regards to my title: My question is looking at the mean annual volume of cars fixed by mechanics vs risk of failure of those cars.
I have instead however tried to test with dummy data hence using the link above

I have tried marginsplot but nothing
Code:
use "http://people.umass.edu/biep640w/datasets/pbc.dta" stset years, failure(status) stcox rx bilirubin albumin
Similar to the graph below (obtained from quick google)
*Please note with regards to my title: My question is looking at the mean annual volume of cars fixed by mechanics vs risk of failure of those cars.
I have instead however tried to test with dummy data hence using the link above