<?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: Sorting interaction only in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929875#M41753</link>
    <description>&lt;P&gt;Thank you very much! It's exactly what I needed.&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 02:01:00 GMT</pubDate>
    <dc:creator>NahidSultanakmc</dc:creator>
    <dc:date>2024-05-28T02:01:00Z</dc:date>
    <item>
      <title>Sorting interaction only</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929834#M41751</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on repeated logistic regression using proc genmode. In the model, I used interaction term. In the result file, I am able to make&amp;nbsp; the following lists for the file using this code:&lt;/P&gt;&lt;P&gt;data parameter1;&lt;BR /&gt;set CpG;&lt;BR /&gt;if Parm = "Intercept" then delete;&lt;BR /&gt;if Parm = "MO_SPT_12m" then delete;&lt;BR /&gt;if Parm = "gender" then delete;&lt;BR /&gt;if Parm = "p0_sesc_5_r" then delete;&lt;BR /&gt;if Parm = "P10_Q5BirthWeight" then delete;&lt;BR /&gt;if Parm = "P10_Q5BirthWeight" then delete;&lt;BR /&gt;if Parm = "Time" then delete;&lt;BR /&gt;run;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;rcg00026290&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00026290*Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00041989&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00041989*Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00085123&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00085123*Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00119811&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00119811*Time&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00281977&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;rcg00281977*Time&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;But I need the values with interaction only. Is there any code that will delete the values without interaction term?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 16:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929834#M41751</guid>
      <dc:creator>NahidSultanakmc</dc:creator>
      <dc:date>2024-05-27T16:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting interaction only</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929839#M41752</link>
      <description>&lt;P&gt;Do you mean you want to keep the values that have an * in them?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data parameter1;
  set CpG;
  if index(parm,'*');
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 May 2024 18:14:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929839#M41752</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-05-27T18:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting interaction only</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929875#M41753</link>
      <description>&lt;P&gt;Thank you very much! It's exactly what I needed.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 02:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sorting-interaction-only/m-p/929875#M41753</guid>
      <dc:creator>NahidSultanakmc</dc:creator>
      <dc:date>2024-05-28T02:01:00Z</dc:date>
    </item>
  </channel>
</rss>

