<?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 Unexpected output from PROC NPAR1WAY in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618362#M19206</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc npar1way data=lb3 wilcoxon ;
	where cohort in ('Cohort 1','Cohort 3') and visitn&amp;gt;0 and chg&amp;gt;. ;
 &amp;amp;tst. where also stratum='HV+CKD' and testcd='FE' and visitn=12 ;
	var chg ;
	exact wilcoxon ;
	class cohort ;
	by stratum testcd test visitn ;
	output out=wrstst13(keep=stratum testcd test visitn xp2_wil) wilcoxon ;
run ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the above code in the output statement it is written to keep variable xp2_wil&amp;nbsp; , but there is no xp2_wil variable present in lb3 , so how come xp2_wil variable&amp;nbsp; is getting created.?&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jan 2020 12:32:36 GMT</pubDate>
    <dc:creator>TANMOY05</dc:creator>
    <dc:date>2020-01-19T12:32:36Z</dc:date>
    <item>
      <title>Unexpected output from PROC NPAR1WAY</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618362#M19206</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc npar1way data=lb3 wilcoxon ;
	where cohort in ('Cohort 1','Cohort 3') and visitn&amp;gt;0 and chg&amp;gt;. ;
 &amp;amp;tst. where also stratum='HV+CKD' and testcd='FE' and visitn=12 ;
	var chg ;
	exact wilcoxon ;
	class cohort ;
	by stratum testcd test visitn ;
	output out=wrstst13(keep=stratum testcd test visitn xp2_wil) wilcoxon ;
run ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the above code in the output statement it is written to keep variable xp2_wil&amp;nbsp; , but there is no xp2_wil variable present in lb3 , so how come xp2_wil variable&amp;nbsp; is getting created.?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 12:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618362#M19206</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2020-01-19T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Unexpected output from PROC NPAR1WAY</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618363#M19207</link>
      <description>&lt;P&gt;Please go back and provide a meaningful subject line to your post.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 12:27:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618363#M19207</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-19T12:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618366#M19209</link>
      <description>&lt;P&gt;Maxim 1: Read the Documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the Details for the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_npar1way_details33.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;NPAR1WAY Procedure&lt;/A&gt;, section Contents of the Output Dataset, is a table showing all variables created by the procedure.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 12:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618366#M19209</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-01-19T12:28:09Z</dc:date>
    </item>
    <item>
      <title>Unexpected output from PROC NPAR1WAY</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618367#M19210</link>
      <description>&lt;P&gt;Since virtually every question we get in this forum could be described as "How the code is functioning", you need to provide more specific subject lines, so that people who are familiar with PROC NPAR1WAY might be able to help, while those people who have never heard of PROC NPAR1WAY can skip reading your question if desired. By doing this, you make the forums more useful to everyone. We appreciate the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please change the title to "Unexpected output from PROC NPAR1WAY".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XP2_WIL is an expected output from PROC NPAR1WAY when a Wilcoxon test is requested, see &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_npar1way_details32.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank" rel="noopener"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_npar1way_details32.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jan 2020 12:32:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Unexpected-output-from-PROC-NPAR1WAY/m-p/618367#M19210</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-19T12:32:04Z</dc:date>
    </item>
  </channel>
</rss>

