<?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 Re: use proc surveylogistic to draw RCS in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778158#M38143</link>
    <description>&lt;P&gt;Not sure if I understand the question correctly, but have you considered using the EFFECT statement to spline your X axis values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
    <pubDate>Wed, 03 Nov 2021 12:08:01 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2021-11-03T12:08:01Z</dc:date>
    <item>
      <title>use proc surveylogistic to draw RCS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/777912#M38126</link>
      <description>&lt;P&gt;I want to use proc surveylogistic to draw a restrictive cubic spline curve (Y-axis is the odds ratio&amp;nbsp; and x-axis is the exposure), but I don't know how to use the command.&lt;/P&gt;&lt;P&gt;At present, I can only draw a restrictive cubic spline curve with Y-axis as the possibility. Would like to Can someone tell me how to solve it? Thank you！&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 13:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/777912#M38126</guid>
      <dc:creator>qiqiqi</dc:creator>
      <dc:date>2021-11-02T13:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: use proc surveylogistic to draw RCS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778158#M38143</link>
      <description>&lt;P&gt;Not sure if I understand the question correctly, but have you considered using the EFFECT statement to spline your X axis values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 12:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778158#M38143</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-11-03T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: use proc surveylogistic to draw RCS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778160#M38144</link>
      <description>&lt;P&gt;Thank you very much for your answer!&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp;&lt;SPAN&gt;EFFECT statement&lt;/SPAN&gt;. However, I don't know how to further export the OR and 95CI% for each exposure.&lt;/P&gt;&lt;P&gt;Here are the related commands I used:&lt;/P&gt;&lt;P&gt;proc surveylogistic data=analysis total=totals;&lt;/P&gt;&lt;P&gt;strata shengfen;&lt;/P&gt;&lt;P&gt;cluster site_ no;&lt;/P&gt;&lt;P&gt;weight weight_ quanzhong;&lt;/P&gt;&lt;P&gt;effect dmdurationsp=spline(dmduration/naturalcubic basis=tpf(noint) knotmethod=percentiles(5) details );&lt;/P&gt;&lt;P&gt;class DR2fen gender/param=ref;&lt;BR /&gt;model DR2fen (event="1")= gender&amp;nbsp;dmdurationsp&amp;nbsp;age&amp;nbsp;/expb;&lt;BR /&gt;store DR2fenmodelsp;&lt;/P&gt;&lt;P&gt;output out=predicted_ values pred=pred lower=lower upper=upper;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 12:18:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778160#M38144</guid>
      <dc:creator>qiqiqi</dc:creator>
      <dc:date>2021-11-03T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: use proc surveylogistic to draw RCS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778732#M38164</link>
      <description>&lt;P&gt;The LSMEANS statement with the ODDSRATIO option should give what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 12:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778732#M38164</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2021-11-05T12:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: use proc surveylogistic to draw RCS</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778762#M38168</link>
      <description>Thank you very much again! I have read the LSMEANS statement , but there are somethings that I still didn't quite understand how to use LSMEANS statement to get these parameters. If I want to use the model information, and draw the RCS graph with X-axis as the dmduration(the above variable) and y-axis as the corresponding OR and 95CI%(DR2fen, the above variable).</description>
      <pubDate>Fri, 05 Nov 2021 13:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/use-proc-surveylogistic-to-draw-RCS/m-p/778762#M38168</guid>
      <dc:creator>qiqiqi</dc:creator>
      <dc:date>2021-11-05T13:28:23Z</dc:date>
    </item>
  </channel>
</rss>

