Hi,
I had to extrapolate the format of your data table based on the limited information you provided.
Assuming that your table looks like the one attached, you can create the plot below by adding both the Lower CI and Upper CI values in the INTERVAL box and turning the Interval Style as BAND.
Graph Builder(
Fit to Window( "Off" ),
Graph Spacing( 5 ),
Spacing Borders( 1 ),
Variables(
X( :"Age (Years)"n ),
Y( :Adjusted Log Hazard Ratio ),
Interval( :LOWER CI ),
Interval( :UPPER CI )
),
Elements( Line( X, Y, Legend( 8 ), Interval Style( "Band" ) ) )
)
Let me know if it works for you.
Best,
TS
Thierry R. Sornasse