<?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: automation of modelling and validation for proc logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348390#M18294</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=model_train descending;
model y= var1-var5;
score data=model_validate out=want;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 08 Apr 2017 10:00:42 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-04-08T10:00:42Z</dc:date>
    <item>
      <title>automation of modelling and validation for proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348385#M18293</link>
      <description>&lt;P&gt;Dear SAS Gurus,&lt;/P&gt;&lt;P&gt;Currently I have two data sets model_train and model_valitaion.&lt;/P&gt;&lt;P&gt;What I want to do is to develop logistic model by model_train and applied the developed model to model_validation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen some options etc on proc logistic statement but can you give me any simple codes to do the automation of model development by model_train and applied the model to model_validation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=model_train descending;&lt;BR /&gt;model y= var1-var5;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to apply the developped model by the above to model_validation and see how it works.&lt;/P&gt;&lt;P&gt;I know it is possible by using &amp;nbsp;parameter estimate the procedure output and manually modify it and copy and paste the modelling codes and apply it to model_validation but if you know any more automated efficient way to do this by using some options of the procedure, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Gurus,&lt;/P&gt;&lt;P&gt;Kaz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 09:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348385#M18293</guid>
      <dc:creator>k_shide</dc:creator>
      <dc:date>2017-04-08T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: automation of modelling and validation for proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348390#M18294</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=model_train descending;
model y= var1-var5;
score data=model_validate out=want;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 08 Apr 2017 10:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348390#M18294</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-04-08T10:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: automation of modelling and validation for proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348505#M18296</link>
      <description>&lt;P&gt;Dear Ksharp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much. It is so efficient and quick solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kaz&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 12:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/automation-of-modelling-and-validation-for-proc-logistic/m-p/348505#M18296</guid>
      <dc:creator>k_shide</dc:creator>
      <dc:date>2017-04-09T12:01:10Z</dc:date>
    </item>
  </channel>
</rss>

