<?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: option to get expoentiated coefficients in proc mixed output? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621197#M77214</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;do you mind telling how to store coefficients in&amp;nbsp;&lt;SPAN&gt;a SAS data set, and then exponentiate them in a DATA step or if there is any documentation that I can look up to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 16:19:52 GMT</pubDate>
    <dc:creator>billi_billi</dc:creator>
    <dc:date>2020-01-30T16:19:52Z</dc:date>
    <item>
      <title>option to get expoentiated coefficients in proc mixed output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621182#M77211</link>
      <description>&lt;P&gt;I am&amp;nbsp; new to use and using PROC MIXED using clustered data to answer the question access to medical care is related to the risk. Below is my code in which predictors are different type of risk: income, education and insurance risk (1= risk,0=no risk) and risk_score is the cummulative risk of all the three risks (ranging from 0-6), and outcome here is doctor's office in vicinity (1=yes,0=no) and I am controlling for confounding factors age, race, gender. Observations are clustered so I am using random effect statement. This code is working fine but I also need exponentiated coefficients and 95% CI in my output. Is there any option to get those in the output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc mixed data= data PLOTS(MAXPOINTS=NONE) method=type3;&lt;BR /&gt;class risk_score income_risk educ_risk insurance_risk&amp;nbsp; medical Race gender ;&lt;BR /&gt;model medical = age Race gender ;&lt;BR /&gt;random risk_score income_risk educ_risk insurance_risk ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 15:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621182#M77211</guid>
      <dc:creator>billi_billi</dc:creator>
      <dc:date>2020-01-30T15:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: option to get expoentiated coefficients in proc mixed output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621187#M77212</link>
      <description>&lt;P&gt;To get confidence intervals of the coefficients&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model medical = age Race gender / solution cl;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have never head of getting exponentiated coefficients, and I am not aware of any built in feature in PROC MIXED to do this, but you could certainly store the coefficients in a SAS data set, and then exponentiate them in a DATA step.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 16:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621187#M77212</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-30T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: option to get expoentiated coefficients in proc mixed output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621188#M77213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/260153"&gt;@billi_billi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can put&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	model medical=age Race gender / cl solution;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jan 2020 16:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621188#M77213</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-01-30T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: option to get expoentiated coefficients in proc mixed output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621197#M77214</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;do you mind telling how to store coefficients in&amp;nbsp;&lt;SPAN&gt;a SAS data set, and then exponentiate them in a DATA step or if there is any documentation that I can look up to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 16:19:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621197#M77214</guid>
      <dc:creator>billi_billi</dc:creator>
      <dc:date>2020-01-30T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: option to get expoentiated coefficients in proc mixed output?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621199#M77215</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output solutionf=coefficients;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;before your PROC MIXED statement creates a SAS data set named COEFFICIENTS which contains ... well ... you know&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can exponentiate as desired in a SAS data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data coefficients1;
    set coefficients;
    exponentiated = estimate ** 2; /* for example, if you want them squared */
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jan 2020 16:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/option-to-get-expoentiated-coefficients-in-proc-mixed-output/m-p/621199#M77215</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-30T16:24:41Z</dc:date>
    </item>
  </channel>
</rss>

