<?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: repeat same logistic model for many variables from same datafile in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306081#M65399</link>
    <description>&lt;P&gt;Please see this article&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-run-multiple-regressions/ta-p/223663" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-run-multiple-regressions/ta-p/223663&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are all your variable the same type, ie continuous or categorical?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2016 20:36:42 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-10-20T20:36:42Z</dc:date>
    <item>
      <title>repeat same logistic model for many variables from same datafile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306071#M65396</link>
      <description>&lt;P&gt;My genius folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to run the same PROC LOGISTIC for 25 variables separately. I am sure there are ways to do this by not writing 25 separate models for each variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would appreciate if someone could help me to find a way to run a&amp;nbsp;single PROC LOGISTIC for all variable.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:08:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306071#M65396</guid>
      <dc:creator>khalidamin</dc:creator>
      <dc:date>2016-10-20T20:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: repeat same logistic model for many variables from same datafile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306081#M65399</link>
      <description>&lt;P&gt;Please see this article&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-run-multiple-regressions/ta-p/223663" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-do-I-write-a-macro-to-run-multiple-regressions/ta-p/223663&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are all your variable the same type, ie continuous or categorical?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306081#M65399</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-20T20:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: repeat same logistic model for many variables from same datafile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306102#M65406</link>
      <description>&lt;P&gt;mixed of both types of variable.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 21:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306102#M65406</guid>
      <dc:creator>khalidamin</dc:creator>
      <dc:date>2016-10-20T21:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: repeat same logistic model for many variables from same datafile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306113#M65410</link>
      <description>&lt;P&gt;Well, you'll have to deal with them separately, since categorical variables also need to be included in the CLASS statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306113#M65410</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-20T22:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: repeat same logistic model for many variables from same datafile</title>
      <link>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306155#M65429</link>
      <description>&lt;P&gt;CALL EXECUTE I guess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;set sashelp.vcolumn(where=(libname='WORK' and memname='HAVE')) ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;call execute(...........)&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 02:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/repeat-same-logistic-model-for-many-variables-from-same-datafile/m-p/306155#M65429</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-21T02:28:47Z</dc:date>
    </item>
  </channel>
</rss>

