<?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 logistic with two separate dependent variables depending on the status of the independent v in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592420#M15355</link>
    <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;However, the national exercise recommendations are different for each group and therefore are two different variables that I am trying to use as one, if that makes sense?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, that does not really make sense to me, two different variables generally should not be combined into one, unless you have some subject matter expertise that explains how to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What makes sense to me is for each group, you predict the response based upon the appropriate x-variable for that group.&lt;/P&gt;</description>
    <pubDate>Sat, 28 Sep 2019 20:35:01 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-09-28T20:35:01Z</dc:date>
    <item>
      <title>Proc logistic with two separate dependent variables depending on the status of the independent var?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592391#M15353</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new with using sas so part of the problem I am having is using the correct terminology to ask this question or search for solutions. Here it is. I am trying to compare the association between meeting national exercise recommendations (Dependent) based on exposure status of having CKD using proc logistic. However, the national exercise recommendations are different for each group and therefore are two different variables that I am trying to use as one, if that makes sense? Does anyone understand and know how to do this? The varaibles are CKD (independent binary 0=non CKD 1= CKD) and CKDmetEX and noCKDmetEX (dependent binary 0,1). Any help would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 14:09:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592391#M15353</guid>
      <dc:creator>BWDAWG</dc:creator>
      <dc:date>2019-09-28T14:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic with two separate dependent variables depending on the status of the independent v</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592420#M15355</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;However, the national exercise recommendations are different for each group and therefore are two different variables that I am trying to use as one, if that makes sense?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, that does not really make sense to me, two different variables generally should not be combined into one, unless you have some subject matter expertise that explains how to do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What makes sense to me is for each group, you predict the response based upon the appropriate x-variable for that group.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 20:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592420#M15355</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-09-28T20:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic with two separate dependent variables depending on the status of the independent v</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592486#M15363</link>
      <description>You need to combine the variables into one, how requires subject matter knowledge, which I dion't have. &lt;BR /&gt;&lt;BR /&gt;You could model it as meeting recommendations regardless of group and add group in as a different variable in the model, or you could use ordinal/nominal logistic regression as appropriate.</description>
      <pubDate>Sun, 29 Sep 2019 17:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592486#M15363</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-29T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic with two separate dependent variables depending on the status of the independent v</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592780#M15408</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share some of the actual data? Only&amp;nbsp;the variables involved in this&amp;nbsp;logistic regression need be shown&amp;nbsp;This sounds like the transformation &lt;STRONG&gt;might&lt;/STRONG&gt; be simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 17:56:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-logistic-with-two-separate-dependent-variables-depending-on/m-p/592780#M15408</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-30T17:56:25Z</dc:date>
    </item>
  </channel>
</rss>

