<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hazard ratio and 95% CI figures in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Hazard-ratio-and-95-CI-figures/m-p/660961#M84977</link>
    <description>I want to make a figure similar to the one attached. My data consists of person year, intake, adjusted hazard ratio and CI. Is it possible to create a figure using this data previously obtained? If so, how can I create it?</description>
    <pubDate>Fri, 21 Jul 2023 13:08:38 GMT</pubDate>
    <dc:creator>BagOfPossums4</dc:creator>
    <dc:date>2023-07-21T13:08:38Z</dc:date>
    <item>
      <title>Hazard ratio and 95% CI figures</title>
      <link>https://community.jmp.com/t5/Discussions/Hazard-ratio-and-95-CI-figures/m-p/660961#M84977</link>
      <description>I want to make a figure similar to the one attached. My data consists of person year, intake, adjusted hazard ratio and CI. Is it possible to create a figure using this data previously obtained? If so, how can I create it?</description>
      <pubDate>Fri, 21 Jul 2023 13:08:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hazard-ratio-and-95-CI-figures/m-p/660961#M84977</guid>
      <dc:creator>BagOfPossums4</dc:creator>
      <dc:date>2023-07-21T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hazard ratio and 95% CI figures</title>
      <link>https://community.jmp.com/t5/Discussions/Hazard-ratio-and-95-CI-figures/m-p/661342#M85004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I had to extrapolate the format of your data table based on the limited information you provided.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;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" ) ) )
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thierry_S_0-1690039573220.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55168iFABDC240C63F7784/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thierry_S_0-1690039573220.png" alt="Thierry_S_0-1690039573220.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me know if it works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jul 2023 15:27:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Hazard-ratio-and-95-CI-figures/m-p/661342#M85004</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-07-22T15:27:53Z</dc:date>
    </item>
  </channel>
</rss>

