<?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 estimate statement in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483380#M25106</link>
    <description>&lt;P&gt;Yes, it is because it has two levels.&amp;nbsp; The number of coefficients will correspond with the number of levels and the ordering of the levels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a number of good examples and explanations of estimate/contrast statements found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/447.html&amp;nbsp;" target="_blank"&gt;http://support.sas.com/kb/24/447.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 13:28:44 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2018-08-02T13:28:44Z</dc:date>
    <item>
      <title>proc genmod estimate statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483367#M25104</link>
      <description>&lt;PRE&gt;&lt;STRONG&gt;proc genmod data = eyestudy;
 class carrot id;
 model lenses = carrot/ dist = poisson link = log;
 repeated subject = id/ type = unstr;
 estimate 'Beta' carrot 1 -1/ exp;
run;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;above was copied from below:&lt;/P&gt;&lt;P&gt;&lt;A title="" href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstats.idre.ucla.edu%2Fsas%2Ffaq%2Fhow-can-i-estimate-relative-risk-in-sas-using-proc-genmod-for-common-outcomes-in-cohort-studies%2F&amp;amp;data=02%7C01%7Cspark%40montefiore.org%7Cead7bf639444453d88b708d5f80ee1b1%7C9c01f0fd65e040c089a82dfd51e62025%7C1%7C0%7C636687665160195173&amp;amp;sdata=JmE4paMJfnkZLaYYaAVglbKl5%2B7U0ssR2a3dYJ1p%2B58%3D&amp;amp;reserved=0" target="_blank" rel="noopener noreferrer nofollow noopener noreferrer"&gt;https://stats.idre.ucla.edu/sas/faq/how-can-i-estimate-relative-risk-in-sas-using-proc-genmod-for-co...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above statement allows exp(beta) and exp(confidence intervals).&lt;/P&gt;&lt;P&gt;But I don't understand, the part of estimate statement, 1 -1. &amp;nbsp;Is it because carrot is binary variable? &amp;nbsp;If the variable has more than 2 categories or continuous, how estimate statement will be different. &amp;nbsp;I would very much appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 12:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483367#M25104</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-08-02T12:50:51Z</dc:date>
    </item>
    <item>
      <title>proc genmod estimate statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483366#M25105</link>
      <description>&lt;PRE&gt;&lt;STRONG&gt;proc genmod data = eyestudy;
 class carrot id;
 model lenses = carrot/ dist = poisson link = log;
 repeated subject = id/ type = unstr;
 estimate 'Beta' carrot 1 -1/ exp;
run;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;above was copied from below:&lt;/P&gt;&lt;P&gt;&lt;A title="" href="https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstats.idre.ucla.edu%2Fsas%2Ffaq%2Fhow-can-i-estimate-relative-risk-in-sas-using-proc-genmod-for-common-outcomes-in-cohort-studies%2F&amp;amp;data=02%7C01%7Cspark%40montefiore.org%7Cead7bf639444453d88b708d5f80ee1b1%7C9c01f0fd65e040c089a82dfd51e62025%7C1%7C0%7C636687665160195173&amp;amp;sdata=JmE4paMJfnkZLaYYaAVglbKl5%2B7U0ssR2a3dYJ1p%2B58%3D&amp;amp;reserved=0" target="_blank" rel="noopener noreferrer"&gt;https://stats.idre.ucla.edu/sas/faq/how-can-i-estimate-relative-risk-in-sas-using-proc-genmod-for-common-outcomes-in-cohort-studies/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above statement allows exp(beta) and exp(confidence intervals).&lt;/P&gt;&lt;P&gt;But I don't understand, the part of estimate statement, 1 -1. &amp;nbsp;Is it because carrot is binary variable? &amp;nbsp;If the variable has more than 2 categories or continuous, how estimate statement will be different. &amp;nbsp;I would very much appreciate your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sun&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 12:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483366#M25105</guid>
      <dc:creator>docfermi</dc:creator>
      <dc:date>2018-08-02T12:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc genmod estimate statement</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483380#M25106</link>
      <description>&lt;P&gt;Yes, it is because it has two levels.&amp;nbsp; The number of coefficients will correspond with the number of levels and the ordering of the levels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a number of good examples and explanations of estimate/contrast statements found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/447.html&amp;nbsp;" target="_blank"&gt;http://support.sas.com/kb/24/447.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-genmod-estimate-statement/m-p/483380#M25106</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2018-08-02T13:28:44Z</dc:date>
    </item>
  </channel>
</rss>

