<?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 proc logistic score in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/350685#M63845</link>
    <description>&lt;P&gt;hello, people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have met this problem that when I run the score statement, the oversampling part is wrong, can anyone help me figure it out? (here is the screen shot of the problem).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13720i2CDAAB7039BFA03F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
    <pubDate>Tue, 18 Apr 2017 01:53:31 GMT</pubDate>
    <dc:creator>pwang14</dc:creator>
    <dc:date>2017-04-18T01:53:31Z</dc:date>
    <item>
      <title>proc logistic score</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/350685#M63845</link>
      <description>&lt;P&gt;hello, people,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have met this problem that when I run the score statement, the oversampling part is wrong, can anyone help me figure it out? (here is the screen shot of the problem).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13720i2CDAAB7039BFA03F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
      <pubDate>Tue, 18 Apr 2017 01:53:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/350685#M63845</guid>
      <dc:creator>pwang14</dc:creator>
      <dc:date>2017-04-18T01:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic score</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/350855#M63861</link>
      <description>&lt;P&gt;Your issue is a macro variable reference that doesn't resolve, resulting in invalid syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where are you&amp;nbsp;setting the value of&amp;nbsp;&amp;amp;pi1?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 13:53:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/350855#M63861</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-04-18T13:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic score</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/352992#M64047</link>
      <description>&lt;P&gt;I have not put Pi1 in any file, hwo can I write the command if I want set the pi1 into the file that located in the \Users\peng\Downloads\PMLR?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 19:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/352992#M64047</guid>
      <dc:creator>pwang14</dc:creator>
      <dc:date>2017-04-24T19:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic score</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/352999#M64048</link>
      <description>&lt;P&gt;Your code makes reference to a macro variable called "p1." Where you use it in the code, it should resolve the name of a variable in your score data that has the prior probability of an event. I have absolutely no way to know what the name of that variable is, but I think you have a few options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you know what the variable is supposed to be, you can 1) hard code it so that "priorevent = your_variable" or 2) set p1 to the variable value with "%let p1 = your_variable" above your proc logistic. Alternately you can try just removing the "priorevent=&amp;amp;p1" from your code, but if it was there before, it's likely there for a reason.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 19:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/352999#M64048</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-04-24T19:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc logistic score</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/353008#M64049</link>
      <description>&lt;P&gt;thank you, it is solved by correcting the data path, and the priorevent = &amp;amp;pi doesn't change.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 20:55:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-logistic-score/m-p/353008#M64049</guid>
      <dc:creator>pwang14</dc:creator>
      <dc:date>2017-04-24T20:55:55Z</dc:date>
    </item>
  </channel>
</rss>

