<?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 find 95% confidence intervals in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631972#M21025</link>
    <description>Did you check the options on the OUTPUT statement? That' would be the start, especially since you're only keeping a single value you're dropping the rest which likely has what you want.</description>
    <pubDate>Fri, 13 Mar 2020 16:46:59 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-03-13T16:46:59Z</dc:date>
    <item>
      <title>How to find 95% confidence intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631959#M21022</link>
      <description>&lt;P&gt;Using SAS 9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc univariate data= have normal plots;&lt;BR /&gt;class graft;&lt;BR /&gt;var age_sx bmi_sx ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc npar1way data= have wilcoxon;&lt;BR /&gt;class graft;&lt;BR /&gt;var age_sx ;&lt;BR /&gt;OUTPUT OUT= KW_PVALS (KEEP=_VAR_ P_KW);&lt;BR /&gt;RUN;&lt;BR /&gt;PROC PRINT DATA = KW_PVALS;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ai would like to present the 95% CI along with the p-value. Is there a good method for producing that from the code I already have? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 16:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631959#M21022</guid>
      <dc:creator>GS2</dc:creator>
      <dc:date>2020-03-13T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 95% confidence intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631972#M21025</link>
      <description>Did you check the options on the OUTPUT statement? That' would be the start, especially since you're only keeping a single value you're dropping the rest which likely has what you want.</description>
      <pubDate>Fri, 13 Mar 2020 16:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631972#M21025</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-13T16:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 95% confidence intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631974#M21027</link>
      <description>&lt;P&gt;Confidence interval of what? In which data set?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 16:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/631974#M21027</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-13T16:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 95% confidence intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/632035#M21030</link>
      <description>&lt;P&gt;I need to confidence interval of the median as my data is not normally distributed. CIbasic in the proc univariate would work except that statements assumes the normality of the data&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 19:13:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/632035#M21030</guid>
      <dc:creator>GS2</dc:creator>
      <dc:date>2020-03-13T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find 95% confidence intervals</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/632043#M21031</link>
      <description>You don't usually calculate parametric statistics on a non-parametric measure such as the median. Usually with the median you report the quartiles as well, Q25 and Q75.</description>
      <pubDate>Fri, 13 Mar 2020 19:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-find-95-confidence-intervals/m-p/632043#M21031</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-13T19:20:41Z</dc:date>
    </item>
  </channel>
</rss>

