<?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: calculate score card in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878650#M347164</link>
    <description>&lt;PRE&gt;This topic is too big . You need a couple of days to search it.&lt;STRONG&gt;Check attachment&lt;/STRONG&gt; could give you a start.&lt;/PRE&gt;</description>
    <pubDate>Thu, 01 Jun 2023 11:43:10 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2023-06-01T11:43:10Z</dc:date>
    <item>
      <title>calculate score card</title>
      <link>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878614#M347141</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Let's say that I have Logistic regression model that produce probability to failure ("PD").&lt;/P&gt;
&lt;P&gt;Let's say that&amp;nbsp; for each category of explanatory variable I know the B (Coefficient).&lt;/P&gt;
&lt;P&gt;My question:&lt;/P&gt;
&lt;P&gt;I want to build score card&amp;nbsp; so for each category of explanatory variable I can see the score card.&lt;/P&gt;
&lt;P&gt;As far as I know the total score card that customer can have from all&amp;nbsp;explanatory variables is 1000 (It is the worst case&amp;nbsp; ,highest PD).&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;FONT color="#000000"&gt;What is the way to calculate score card based on the table below&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data My_Model;
infile datalines dlm="," dsd;
input Var_name $ category B;
cards;
Intercept,.,2.5069
X1,1,-1.4065
X1,2,0
X2,1,-0.893
X2,2,0
X3,1,-0.69
X3,2,0
X4,1,-1.4856
X4,2,-0.7367
X4,3,-0.4019
X4,4,0
X5,1,-0.9493
X5,2,0
X6,1,-0.4826
X6,2,-0.288
X6,3,0
X7,1,-0.538
X7,2,0
X8,1,-1.4357
X8,2,-0.9454
X8,3,-0.1199
X8,4,0
X9,1,-1.4907
X9,2,-0.6121
X9,3,-0.1348
X9,4,0
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 06:57:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878614#M347141</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2023-06-01T06:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: calculate score card</title>
      <link>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878628#M347149</link>
      <description>&lt;P&gt;This is a great question for Google. There's plenty of instructions out there on the internet for creating a scorecard.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 09:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878628#M347149</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-06-01T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: calculate score card</title>
      <link>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878650#M347164</link>
      <description>&lt;PRE&gt;This topic is too big . You need a couple of days to search it.&lt;STRONG&gt;Check attachment&lt;/STRONG&gt; could give you a start.&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 11:43:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/calculate-score-card/m-p/878650#M347164</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-06-01T11:43:10Z</dc:date>
    </item>
  </channel>
</rss>

