<?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: Exporting Klingenberg Confidence Limits from proc Freq in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Exporting-Klingenberg-Confidence-Limits-from-proc-Freq/m-p/844489#M41837</link>
    <description>&lt;P&gt;The example below shows how to use the PLOTS= option to get the common risk difference plot with the Klingenberg CL.&amp;nbsp; It also demonstrates how to save the CL to a data set using an ODS OUTPUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data Migraine;&lt;BR /&gt;input Gender $ Treatment $ Response $ Count @@;&lt;BR /&gt;datalines;&lt;BR /&gt;female Active Better 16 female Active Same 11&lt;BR /&gt;female Placebo Better 5 female Placebo Same 20&lt;BR /&gt;male Active Better 12 male Active Same 16&lt;BR /&gt;male Placebo Better 7 male Placebo Same 19&lt;BR /&gt;;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc freq data=Migraine;&lt;BR /&gt;tables Gender*Treatment*Response /riskdiff commonriskdiff(cl=k)&lt;BR /&gt;plots(only)=riskdiffplot(stats common=k);&lt;BR /&gt;weight Count;&lt;BR /&gt;title 'Clinical Trial for Treatment of Migraine Headaches';&lt;BR /&gt;ods output CommonPdiff=CRD_DS;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;proc print data=CRD_DS;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 20:32:53 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2022-11-15T20:32:53Z</dc:date>
    <item>
      <title>Exporting Klingenberg Confidence Limits from proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Exporting-Klingenberg-Confidence-Limits-from-proc-Freq/m-p/844451#M41836</link>
      <description>&lt;P&gt;I cannot find the option to export the&amp;nbsp;Klingenberg Confidence Limits or generate the risk difference plots using the COMMONRISKDIFF option in proc freq TABLES statement. Is there a way to accomplish this task?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Exporting-Klingenberg-Confidence-Limits-from-proc-Freq/m-p/844451#M41836</guid>
      <dc:creator>sizmailyan</dc:creator>
      <dc:date>2022-11-15T18:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Klingenberg Confidence Limits from proc Freq</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Exporting-Klingenberg-Confidence-Limits-from-proc-Freq/m-p/844489#M41837</link>
      <description>&lt;P&gt;The example below shows how to use the PLOTS= option to get the common risk difference plot with the Klingenberg CL.&amp;nbsp; It also demonstrates how to save the CL to a data set using an ODS OUTPUT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data Migraine;&lt;BR /&gt;input Gender $ Treatment $ Response $ Count @@;&lt;BR /&gt;datalines;&lt;BR /&gt;female Active Better 16 female Active Same 11&lt;BR /&gt;female Placebo Better 5 female Placebo Same 20&lt;BR /&gt;male Active Better 12 male Active Same 16&lt;BR /&gt;male Placebo Better 7 male Placebo Same 19&lt;BR /&gt;;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;proc freq data=Migraine;&lt;BR /&gt;tables Gender*Treatment*Response /riskdiff commonriskdiff(cl=k)&lt;BR /&gt;plots(only)=riskdiffplot(stats common=k);&lt;BR /&gt;weight Count;&lt;BR /&gt;title 'Clinical Trial for Treatment of Migraine Headaches';&lt;BR /&gt;ods output CommonPdiff=CRD_DS;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;BR /&gt;proc print data=CRD_DS;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 20:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Exporting-Klingenberg-Confidence-Limits-from-proc-Freq/m-p/844489#M41837</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2022-11-15T20:32:53Z</dc:date>
    </item>
  </channel>
</rss>

