<?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 solve system worning in Proc Npar1way? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818867#M40482</link>
    <description>&lt;P&gt;Can you provide sample data?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2022 16:47:30 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2022-06-17T16:47:30Z</dc:date>
    <item>
      <title>How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818768#M40465</link>
      <description>&lt;P&gt;Dear professors, my sas software warning when computing the shift of a 7-level ordinal outcome&amp;nbsp;using Hodges-Lehmann&lt;BR /&gt;&amp;nbsp;Estimation, what should I do to deal with this problem?&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;WARNING:&lt;/FONT&gt; Computing exact confidence limits for this problem may require much time and memory. Press the system interrupt&lt;BR /&gt;key to terminate exact computations.&lt;/P&gt;&lt;P&gt;Here's my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc npar1way hl alpha=.05 data=work.stroke;
      class group;
      var D90_mRS_score;
      exact hl;
      ods select WilcoxonScores HodgesLehmann;
   run;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 09:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818768#M40465</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-17T09:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818792#M40466</link>
      <description>&lt;P&gt;The warning alerts you to the fact that you have requested a computation that is very complex and potentially time-consuming. If your program runs in a reasonable amount of time, you can ignore the warning.&amp;nbsp; Here is an example for which the WARNING is printed, but the computation finishes in a fraction of a second:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc npar1way hl alpha=.05 data=sashelp.class;
      class sex;
      var height;
      exact hl;
      ods select WilcoxonScores HodgesLehmann;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_npar1way_details28.htm" target="_self"&gt;The details of the EXACT statement are in the doc.&lt;/A&gt;&amp;nbsp;For this problem, you are requesting exact confidence limits.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the HL computation is taking too long, you'll have to remove the EXACT statement and use the asymptotic estimates. For most exact computations, you can use the MC option to produce a Monte-Carlo estimate of the exact statistic, but the HL exact statistic does not support the MC option.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 10:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818792#M40466</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-17T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818850#M40477</link>
      <description>Thanks, how can I perform MC for a confidence intervel, can you give an example?</description>
      <pubDate>Fri, 17 Jun 2022 16:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818850#M40477</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-17T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818867#M40482</link>
      <description>&lt;P&gt;Can you provide sample data?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:47:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818867#M40482</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-17T16:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818990#M40488</link>
      <description>&lt;P&gt;Here I upload my sample data, and I want to get the shift of the ordinal variables(mrs90d and NIHSS_24H, NIHSS_7D)， thanks very much!&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jun 2022 16:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/818990#M40488</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-18T16:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819030#M40490</link>
      <description>&lt;P&gt;Dear Rick, I have posted my sample data, and can you show me how to calculate the difference of ordinal outcomes and confidence intervel?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2022 10:42:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819030#M40490</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-19T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819035#M40491</link>
      <description>&lt;P&gt;It appears that you have uploaded&amp;nbsp;a "sav" file, which is a&amp;nbsp;&lt;SPAN&gt;SPSS&amp;nbsp;file. You can use PROC IMPORT to convert that file to SAS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT
  DATAFILE='C:\Downloads\test.sav'
  OUT=work.stroke
  DBMS=SAV replace;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;It looks like the data has 300 observations. The split between Group=0 and Group=1 is N0=169 and N1=131.&amp;nbsp; For samples that large, you are not going to be able to run an exact test for the LH confidence intervals. However, the asymptotic standard error and the traditional HL confidence limits should provide good estimates for your data.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2022 11:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819035#M40491</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-06-19T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve system worning in Proc Npar1way?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819039#M40492</link>
      <description>&lt;P&gt;Thanks, wish you a nice day!&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2022 12:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-solve-system-worning-in-Proc-Npar1way/m-p/819039#M40492</guid>
      <dc:creator>Diels_O</dc:creator>
      <dc:date>2022-06-19T12:07:02Z</dc:date>
    </item>
  </channel>
</rss>

