<?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 plotting estimates in proc genomd in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402025#M20961</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am struggling now to make a plot for the ratios and their confidence intervals from proc genmod.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is now like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=fmdfmd;&lt;/P&gt;&lt;P&gt;class&amp;nbsp;dummy_fmd_bed (ref='0');&lt;/P&gt;&lt;P&gt;model had_procedure (event='1')=age_at_dx dummy_fmd_bed dxtest_renal pmh_dissection pmh_aneurysm pres_hypertension pres_dissection_car_vert meds_no_of_bp_meds/alpha=0.1 dist=bin link=log;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;estimate 'age_at_dx' age_at_dx -10/ exp alpha=0.1;&lt;BR /&gt;estimate 'dummy_fmd_bed' dummy_fmd_bed 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'dxtest_renal' dxtest_renal 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_dissection' pmh_dissection 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_aneurysm' pmh_aneurysm 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_dissection_car_vert' pres_dissection_car_vert 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_hypertension' pres_hypertension 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'meds_no_of_bp_meds' meds_no_of_bp_meds 1 /exp alpha=0.1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So these exponentiation estimate can give the&amp;nbsp;ratios, but i want a plot of these ratios just like the odds ratio plots. Is there any way to do it?&lt;/P&gt;</description>
    <pubDate>Sat, 07 Oct 2017 01:22:44 GMT</pubDate>
    <dc:creator>ellen_qi</dc:creator>
    <dc:date>2017-10-07T01:22:44Z</dc:date>
    <item>
      <title>plotting estimates in proc genomd</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402025#M20961</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I am struggling now to make a plot for the ratios and their confidence intervals from proc genmod.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is now like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=fmdfmd;&lt;/P&gt;&lt;P&gt;class&amp;nbsp;dummy_fmd_bed (ref='0');&lt;/P&gt;&lt;P&gt;model had_procedure (event='1')=age_at_dx dummy_fmd_bed dxtest_renal pmh_dissection pmh_aneurysm pres_hypertension pres_dissection_car_vert meds_no_of_bp_meds/alpha=0.1 dist=bin link=log;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;estimate 'age_at_dx' age_at_dx -10/ exp alpha=0.1;&lt;BR /&gt;estimate 'dummy_fmd_bed' dummy_fmd_bed 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'dxtest_renal' dxtest_renal 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_dissection' pmh_dissection 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_aneurysm' pmh_aneurysm 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_dissection_car_vert' pres_dissection_car_vert 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_hypertension' pres_hypertension 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'meds_no_of_bp_meds' meds_no_of_bp_meds 1 /exp alpha=0.1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So these exponentiation estimate can give the&amp;nbsp;ratios, but i want a plot of these ratios just like the odds ratio plots. Is there any way to do it?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 01:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402025#M20961</guid>
      <dc:creator>ellen_qi</dc:creator>
      <dc:date>2017-10-07T01:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: plotting estimates in proc genomd</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402037#M20962</link>
      <description>&lt;P&gt;See the instructions about halfway down the page:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/170102"&gt;@ellen_qi&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;I am struggling now to make a plot for the ratios and their confidence intervals from proc genmod.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is now like:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc genmod data=fmdfmd;&lt;/P&gt;
&lt;P&gt;class&amp;nbsp;dummy_fmd_bed (ref='0');&lt;/P&gt;
&lt;P&gt;model had_procedure (event='1')=age_at_dx dummy_fmd_bed dxtest_renal pmh_dissection pmh_aneurysm pres_hypertension pres_dissection_car_vert meds_no_of_bp_meds/alpha=0.1 dist=bin link=log;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;estimate 'age_at_dx' age_at_dx -10/ exp alpha=0.1;&lt;BR /&gt;estimate 'dummy_fmd_bed' dummy_fmd_bed 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'dxtest_renal' dxtest_renal 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_dissection' pmh_dissection 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pmh_aneurysm' pmh_aneurysm 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_dissection_car_vert' pres_dissection_car_vert 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'pres_hypertension' pres_hypertension 1 -1/exp alpha=0.1;&lt;BR /&gt;estimate 'meds_no_of_bp_meds' meds_no_of_bp_meds 1 /exp alpha=0.1;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So these exponentiation estimate can give the&amp;nbsp;ratios, but i want a plot of these ratios just like the odds ratio plots. Is there any way to do it?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 03:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402037#M20962</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-07T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: plotting estimates in proc genomd</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402076#M20963</link>
      <description>&lt;P&gt;I know how to get the odds ratio plot under logistic, but mine is under proc genmod, and this literature does not provide methods how to do it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 13:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402076#M20963</guid>
      <dc:creator>ellen_qi</dc:creator>
      <dc:date>2017-10-07T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: plotting estimates in proc genomd</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402100#M20964</link>
      <description>&lt;P&gt;I don't believe GENMOD supports producing a ODDS RATIO plot by default, therefore the reference to literature that shows you how to create it manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Note that I've moved this post to the Statistical Procedures forum so someone with more experience can help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 17:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402100#M20964</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-07T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: plotting estimates in proc genomd</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402118#M20965</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; First time here for help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 20:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/plotting-estimates-in-proc-genomd/m-p/402118#M20965</guid>
      <dc:creator>ellen_qi</dc:creator>
      <dc:date>2017-10-07T20:56:49Z</dc:date>
    </item>
  </channel>
</rss>

