<?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: How to calculate the estimate effect (difference) and CI of continuous variables in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818609#M40450</link>
    <description>&lt;P&gt;Thanks, Dave, I have made a change to the example, I want to calculate the difference of the continuous variable and the confidence interval.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 15:49:26 GMT</pubDate>
    <dc:creator>Diels_O</dc:creator>
    <dc:date>2022-06-16T15:49:26Z</dc:date>
    <item>
      <title>How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818556#M40443</link>
      <description>&lt;P&gt;Dear professors, I have a question of how to calculate the difference and CI of continuous variable in Clinical trails:&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Outcomes&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Drug&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Placebo&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Effect Estimate(95%CI)&lt;BR /&gt;NIHSS score change, Mean(SD)&amp;nbsp; 1.2(3.75)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.8(2.01)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0.4(-0.4 to 1.1)&lt;/P&gt;&lt;P&gt;I want to get the difference like this&lt;/P&gt;&lt;P&gt;I use the PROC MEANS:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc means data = work.stroke noprint alpha=0.05;
          class group;
          var NIHSS_24h_minus_baseline;                                
          output out=_runtemp_s1   n = n  mean = mean q1=q1 q3=q3 std=std median=median  nmiss=nmiss min=min max=max lclm=lclm_ uclm=uclm_ clm = clm_;
      run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can any expert tell me how to get the difference and CI or is there a macro to compute the estimate effect, risk difference, OR and CI? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:47:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818556#M40443</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-16T15:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818578#M40444</link>
      <description>The risk difference and odds ratio (OR) is appropriate for a binary response, not a continuous response. The output you included shows an estimate for the Drug group of 1.2 which is clearly not in the valid [0,1] range for the probability of a binary response. Clarify what your response is and what you want to estimate.</description>
      <pubDate>Thu, 16 Jun 2022 13:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818578#M40444</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-16T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818609#M40450</link>
      <description>&lt;P&gt;Thanks, Dave, I have made a change to the example, I want to calculate the difference of the continuous variable and the confidence interval.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818609#M40450</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-16T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818611#M40451</link>
      <description>Then use PROC TTEST. See the Getting Started example in the TTEST documentation.</description>
      <pubDate>Thu, 16 Jun 2022 15:52:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818611#M40451</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-16T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818618#M40452</link>
      <description>&lt;P&gt;Thank you, and I want to ask whether PROC TTEST is appropriate for non-normal data and ordinal outcomes.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 16:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818618#M40452</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-16T16:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818622#M40453</link>
      <description>TTEST might be adequate for a large data set, but you can always opt for a nonparametric test by using PROC NPAR1WAY instead.</description>
      <pubDate>Thu, 16 Jun 2022 16:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818622#M40453</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2022-06-16T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818631#M40454</link>
      <description>&lt;P&gt;Thanks, I have done&amp;nbsp;Hodges-Lehmann Estimation to check the difference of ordinal outcomes, was it correct?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 16:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818631#M40454</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-16T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the estimate effect (difference) and CI of continuous variables</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818812#M40468</link>
      <description>Check PROC FREQ.&lt;BR /&gt;&lt;BR /&gt;proc freq.........&lt;BR /&gt;table x*y/ relrisk  riskdiff ;&lt;BR /&gt;run;</description>
      <pubDate>Fri, 17 Jun 2022 12:55:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-calculate-the-estimate-effect-difference-and-CI-of/m-p/818812#M40468</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-06-17T12:55:15Z</dc:date>
    </item>
  </channel>
</rss>

