<?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: PROC GENMOD : FWDLINK statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486929#M25249</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response. My proc genmod code is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=thurstone;&lt;BR /&gt;class gender conc;;&lt;BR /&gt;fwdlink=delta/sqrt(2)=probit(pc);&lt;BR /&gt;invlink=pc=probnorm(delta/sqrt(2));&lt;BR /&gt;model x/n = pc gender conc / dist = bin&lt;BR /&gt;type1&lt;BR /&gt;type3&lt;BR /&gt;lrci;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 09:22:34 GMT</pubDate>
    <dc:creator>Mia264</dc:creator>
    <dc:date>2018-08-15T09:22:34Z</dc:date>
    <item>
      <title>PROC GENMOD : FWDLINK statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486440#M25218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using the GENMOD procedure as I need to define my own link function. I have defined the FWDLINK and INVLINK statements however my program is still using the Logit function as a link. I have no idea how to correct this. Please assist.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 19:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486440#M25218</guid>
      <dc:creator>Mia264</dc:creator>
      <dc:date>2018-08-13T19:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD : FWDLINK statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486793#M25243</link>
      <description>&lt;P&gt;It will help to post your Proc Genmod code to see if you are setting an option that forces the logit or using your defined link incorrectly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 22:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486793#M25243</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-08-20T22:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD : FWDLINK statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486929#M25249</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response. My proc genmod code is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc genmod data=thurstone;&lt;BR /&gt;class gender conc;;&lt;BR /&gt;fwdlink=delta/sqrt(2)=probit(pc);&lt;BR /&gt;invlink=pc=probnorm(delta/sqrt(2));&lt;BR /&gt;model x/n = pc gender conc / dist = bin&lt;BR /&gt;type1&lt;BR /&gt;type3&lt;BR /&gt;lrci;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 09:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486929#M25249</guid>
      <dc:creator>Mia264</dc:creator>
      <dc:date>2018-08-15T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD : FWDLINK statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486974#M25251</link>
      <description>&lt;P&gt;I suspect that you will find an ERROR in your LOG if you look regarding the extra '=' sign and the way you have defined the fwdlink function.&amp;nbsp; It should be something like the code in the documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_genmod_syntax25.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_genmod_syntax25.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to use the keywords _MEAN_ _RESP_, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 13:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/486974#M25251</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-08-15T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GENMOD : FWDLINK statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/487538#M25289</link>
      <description>Thank you so much.</description>
      <pubDate>Thu, 16 Aug 2018 18:04:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GENMOD-FWDLINK-statement/m-p/487538#M25289</guid>
      <dc:creator>Mia264</dc:creator>
      <dc:date>2018-08-16T18:04:35Z</dc:date>
    </item>
  </channel>
</rss>

