<?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 Link Functions for Logistic Regression SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601569#M174022</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please help to understand where should i use three link functions - logit, probit and Complementary log-go.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to know in which situation i should use each one of these. Thanks for your help in advance&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 04:20:16 GMT</pubDate>
    <dc:creator>aranganayagi</dc:creator>
    <dc:date>2019-11-05T04:20:16Z</dc:date>
    <item>
      <title>Link Functions for Logistic Regression SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601569#M174022</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please help to understand where should i use three link functions - logit, probit and Complementary log-go.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to know in which situation i should use each one of these. Thanks for your help in advance&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 04:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601569#M174022</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2019-11-05T04:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Link Functions for Logistic Regression SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601631#M174045</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc logistic data=sashelp.class;
model sex=age weight / link=probit;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Those link function are similar .&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Complementary log is for the very large data like : 999999&amp;nbsp; ( I guess ,Better check Documentation).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601631#M174045</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-11-05T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link Functions for Logistic Regression SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601667#M174060</link>
      <description>I checked few documentation, still it is not clear. I want to know at which place I should use different link functions</description>
      <pubDate>Tue, 05 Nov 2019 13:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601667#M174060</guid>
      <dc:creator>aranganayagi</dc:creator>
      <dc:date>2019-11-05T13:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Link Functions for Logistic Regression SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601699#M174078</link>
      <description>&lt;P&gt;Link functions are not a SAS topic, you'd need to consult a textbook on logistic regression or generalized linear models.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, if the relationship between the predictors and dependent variable is not assumed to be linear you need to use a different relationship. So you pick the link function that best models your data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;To summarize the&lt;/SPAN&gt;&lt;A href="http://www.statsoft.com/textbook/generalized-linear-models/#basic_ideas" target="_blank"&gt;&lt;I&gt;basic ideas&lt;/I&gt;&lt;/A&gt;&lt;SPAN&gt;, the generalized linear model differs from the general linear model (of which, for example, multiple regression&lt;/SPAN&gt;&lt;SPAN&gt;is a special case) in two major respects: First, the distribution of the dependent or response variable can be (explicitly) non-normal, and does not have to be continuous, i.e., it can be&lt;/SPAN&gt;&lt;A href="http://www.statsoft.com/textbook/statistics-glossary/b.aspx?button=b#Binomial%20Distribution" target="_blank"&gt;binomial&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A href="http://www.statsoft.com/textbook/statistics-glossary/m.aspx?button=m#Multinomial%20Distribution" target="_blank"&gt;multinomial&lt;/A&gt;&lt;SPAN&gt;, or&lt;/SPAN&gt;&lt;A href="http://www.statsoft.com/textbook/statistics-glossary/o.aspx?button=o#Ordinal%20Multinomial%20Distribution" target="_blank"&gt;ordinal multinomial&lt;/A&gt;&lt;SPAN&gt;(i.e., contain information on ranks only); second, the dependent variable values are predicted from a linear combination of predictor variables, which are "connected" to the dependent variable via a link function. The general linear model for a single dependent variable can be considered a special case of the generalized linear model: In the general linear model the dependent variable values are expected to follow the normal distribution, and the link function is a simple identity function (i.e., the linear combination of values for the predictor variables is not transformed).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Source:&amp;nbsp;&lt;A href="http://www.statsoft.com/Textbook/Generalized-Linear-Models" target="_blank"&gt;http://www.statsoft.com/Textbook/Generalized-Linear-Models&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Exactly how to evaluate and decide which is appropriate is likely a full course so beyond the scope of a post IMO.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 16:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Link-Functions-for-Logistic-Regression-SAS/m-p/601699#M174078</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-11-05T16:31:11Z</dc:date>
    </item>
  </channel>
</rss>

