<?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: beta estimate of reference group in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176873#M2079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You calculate it from the intercept(parameter).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 21:15:50 GMT</pubDate>
    <dc:creator>gergely_batho</dc:creator>
    <dc:date>2014-11-18T21:15:50Z</dc:date>
    <item>
      <title>beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176866#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i run a logistic regression with a binned variable (age in 3 categories) and i use the 1st group as reference group, which beta estimate does it get?&lt;/P&gt;&lt;P&gt;because i get an estimate for the other two groups but not for that one or am I mistaken?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason i am asking cause i would like to have the according estimates so as to calculate the probability myself but i will be missing out on cases where the id falls into the 1st bin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176866#M2072</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-11-18T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176867#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't get an estimate for that group.&amp;nbsp; Make sure to specify PARAM=REF in your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IE. If you have three variables, that gets recoded to 2 binary variables. When both are 0 then the third/reference level is true. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176867#M2073</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-18T20:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176868#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beta estimate for reference group will not be used for probability calculations. Because there will be no dummy variable for this one in the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176868#M2074</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-11-18T20:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176869#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok so how can an id which falls into that bin get a probability then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176869#M2075</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-11-18T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176870#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have no other variables it's the intercept, if you have other variables its the equation without that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume you have a variable AGE with&amp;nbsp; 3 categories: 1, 2, 3. Reference level is set to 1.&amp;nbsp; &lt;BR /&gt;X1=1 if age=2&lt;/P&gt;&lt;P&gt;X1=0 if age=1,3&lt;/P&gt;&lt;P&gt;X2=1 if age=3&lt;/P&gt;&lt;P&gt;X2=0 if age=1,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Model = Intercept + B1*X1 + B2*X2&lt;/P&gt;&lt;P&gt;If Age=1 then&lt;/P&gt;&lt;P&gt;Model = Intercept&lt;/P&gt;&lt;P&gt;If Age=2 then&lt;/P&gt;&lt;P&gt;Model = Intercept + B1*X1&lt;/P&gt;&lt;P&gt;If Age=3 then&lt;/P&gt;&lt;P&gt;Model = Intercept + B2*X2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176870#M2076</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-18T20:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176871#M2077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;meaning an id with ref 1 for age and 0 for gender what predicted probability will it get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 20:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176871#M2077</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-11-18T20:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176872#M2078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aha ok, sure that makes sense, thank you very much for the reply and example it was really helpful, by the way you wouldnt happen to have any good example on creating the KS chart in excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176872#M2078</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-11-18T21:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176873#M2079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You calculate it from the intercept(parameter).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176873#M2079</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-11-18T21:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176874#M2080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is a KS chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176874#M2080</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-11-18T21:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: beta estimate of reference group</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176875#M2081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kolmogorov Smirnof chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/beta-estimate-of-reference-group/m-p/176875#M2081</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-11-19T09:29:37Z</dc:date>
    </item>
  </channel>
</rss>

