<?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: PROC NPAR1WAY output KS stats in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349099#M63731</link>
    <description>&lt;P&gt;See the article &lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;"ODS OUTPUT: Store any statistic created by any SAS procedure"&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 13:13:53 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-04-11T13:13:53Z</dc:date>
    <item>
      <title>PROC NPAR1WAY output KS stats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349063#M63728</link>
      <description>&lt;P&gt;Using the output in &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_npar1way_sect021.htm" target="_self"&gt;Output 62.2.1&lt;/A&gt; as an example, I would like to capture the value "3.0" where it says:&lt;/P&gt;&lt;P&gt;Value of Response at Maximum = 3.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not found how to get at that specific bit of information. It does not matter to me whether it is in a table or a macro variable. Does anyone know how to do it?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 11:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349063#M63728</guid>
      <dc:creator>rbarkand</dc:creator>
      <dc:date>2017-04-11T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC NPAR1WAY output KS stats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349072#M63730</link>
      <description>&lt;P&gt;something like this? The statistics you wanting to capture is stored in dataset kstest.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output kstest=kstest;
proc npar1way ...;
...
...
...
run;
ods output close;

data  _null_; set kstest; call symputx('ValueAtMaximum',ValueAtMaximum); run;
%put ValueAtMaximum=&amp;amp;ValueAtMaximum; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Apr 2017 12:27:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349072#M63730</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-04-11T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC NPAR1WAY output KS stats</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349099#M63731</link>
      <description>&lt;P&gt;See the article &lt;A href="http://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_self"&gt;"ODS OUTPUT: Store any statistic created by any SAS procedure"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-NPAR1WAY-output-KS-stats/m-p/349099#M63731</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-04-11T13:13:53Z</dc:date>
    </item>
  </channel>
</rss>

