<?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 GLIMMIX: saving random effects solution in dataset in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536941#M27020</link>
    <description>&lt;P&gt;For #2 then you either want to add the BLUP option OR you may want the LSMEANS (or ESTIMATE or CONTRAST) statements to get your estimates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For #3 - ODDS ratio appears to want a variable in the model, which you don't really have here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;requests estimates of odds ratios and their confidence limits,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="statug.glimmix.a0000000731" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.glimmix.a0000000732" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.glimmix.a0000000733" class="indexterm" target="_blank"&gt;&lt;/A&gt;provided the link function is the logit, cumulative logit, or generalized logit. Odds ratios are produced for the following:&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;classification main effects, if they appear in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement, unless they appear in an interaction with a classification effect&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement at fixed levels of a classification effect, if the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement contains an interaction of the two&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement, if they interact with other continuous variables&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't think your model meets any of these?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably as much as I can answer with my limited knowledge of GLIMMIX. If you still have questions, one of the others will have to chime in &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Feb 2019 23:28:16 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-02-19T23:28:16Z</dc:date>
    <item>
      <title>PROC GLIMMIX: saving random effects solution in dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536934#M27017</link>
      <description>&lt;P&gt;Hi, folks:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the devil of a time trying to do something that should be easy:&amp;nbsp; save the random effects BLUPs into a data set.&amp;nbsp; (I have SAS Enterprise Guide 7.1 and SAS 9.4.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dataset consists of&amp;nbsp;around 20k respondents&amp;nbsp;nested in 58 counties.&amp;nbsp; There are just two variables:&amp;nbsp;&amp;nbsp;a county indicator and a dummy variable indicating whether the respondent is employed or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The model is the simplest possible:&amp;nbsp; a random intercepts model to get county-level unemployment estimates:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Random Intercepts*/
proc glimmix data=opioid_cty2 itdetails method=quad(qpoints=10);
	class county;
	model unemp(event="1") = / solution link=logit dist=binary oddsratio;
	random intercept / subject=county solution;
run;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are some lines from the output for the solved random effects:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27295iEB91F715F4178E5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.png" alt="Picture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my questions:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; How can I save this table as a data set quickly and easily?&amp;nbsp; Is there some output option in the "RANDOM" statement?&amp;nbsp; Or do I have to use the "OUTPUT" statement, "PRED" option, to get the BLUPs and then post-process the heck out of the data with, say, PROC MEANS?&amp;nbsp; (Note that I can't use "LSMEANS", since the level-two, subject variable, county, is not in the model statement.)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; How can I get the estimates on the scale of the original data--i.e., get estimated probabilities--in this solution table?&amp;nbsp; Or is that something I would have to do in the "OUTPUT" statement?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp; Why is the "oddsratio" option in the "MODEL" statement not giving me odds ratios?&amp;nbsp; Obviously, I could get the odds ratios (and probabilities) by simply applying the antilog to these estimates.&amp;nbsp; I'm just vexed by my inability to get the "oddsratio" option to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 22:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536934#M27017</guid>
      <dc:creator>dbcrow</dc:creator>
      <dc:date>2019-02-19T22:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: saving random effects solution in dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536938#M27018</link>
      <description>&lt;P&gt;1) If it's output you can see, you can use ODS to capture it. Here's a blog post on how it works and where to find the correct table names.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/01/09/ods-output-any-statistic.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) For estimates for data modeled you can use OUTPUT out= data statement, with the Predicted option specified.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;output out = predictions pred=p resid=r;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax19.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax19.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) Not sure, what does the log say? It will usually indicate why an option didn't work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/241468"&gt;@dbcrow&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, folks:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having the devil of a time trying to do something that should be easy:&amp;nbsp; save the random effects BLUPs into a data set.&amp;nbsp; (I have SAS Enterprise Guide 7.1 and SAS 9.4.)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dataset consists of&amp;nbsp;around 20k respondents&amp;nbsp;nested in 58 counties.&amp;nbsp; There are just two variables:&amp;nbsp;&amp;nbsp;a county indicator and a dummy variable indicating whether the respondent is employed or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The model is the simplest possible:&amp;nbsp; a random intercepts model to get county-level unemployment estimates:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*Random Intercepts*/
proc glimmix data=opioid_cty2 itdetails method=quad(qpoints=10);
	class county;
	model unemp(event="1") = / solution link=logit dist=binary oddsratio;
	random intercept / subject=county solution;
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some lines from the output for the solved random effects:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture1.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27295iEB91F715F4178E5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.png" alt="Picture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my questions:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1)&amp;nbsp; How can I save this table as a data set quickly and easily?&amp;nbsp; Is there some output option in the "RANDOM" statement?&amp;nbsp; Or do I have to use the "OUTPUT" statement, "PRED" option, to get the BLUPs and then post-process the heck out of the data with, say, PROC MEANS?&amp;nbsp; (Note that I can't use "LSMEANS", since the level-two, subject variable, county, is not in the model statement.)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp; How can I get the estimates on the scale of the original data--i.e., get estimated probabilities--in this solution table?&amp;nbsp; Or is that something I would have to do in the "OUTPUT" statement?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3)&amp;nbsp; Why is the "oddsratio" option in the "MODEL" statement not giving me odds ratios?&amp;nbsp; Obviously, I could get the odds ratios (and probabilities) by simply applying the antilog to these estimates.&amp;nbsp; I'm just vexed by my inability to get the "oddsratio" option to work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&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;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 23:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536938#M27018</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-19T23:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: saving random effects solution in dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536939#M27019</link>
      <description>&lt;P&gt;Reezas-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As ever, thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clearly, I need to master the ODS system.&amp;nbsp; Regarding (2), getting the solution output in estimated probabilities, I'm afraid that perhaps I wasn't clear enough.&amp;nbsp; I don't want estimated probabilities at the individual level (Level 1), but rather at the county level (Level 2).&amp;nbsp; It looks like the output statement gives the former, but not the latter.&amp;nbsp; What I would like is for the ODS table of solved random effects (BLUPs) to be reported not as logged odds, but rather as probabilities.&amp;nbsp; Can this be done?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;W.r.t. (3), the "oddsratio" option (apparently) not working, here's the complete output log:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;1          ;*';*";*/;quit;run;
2          OPTIONS PAGENO=MIN;
3          %LET _CLIENTTASKLABEL='opioid_analysis';
4          %LET _CLIENTPROJECTPATH='C:\Users\DCrow\Documents\CHIS\Opioid\opioid_cty.egp';
5          %LET _CLIENTPROJECTNAME='opioid_cty.egp';
6          %LET _SASPROGRAMFILE='C:\Users\DCrow\Documents\CHIS\Opioid\opioid_analysis.sas';
7          
8          ODS _ALL_ CLOSE;
9          OPTIONS DEV=ACTIVEX;
10         GOPTIONS XPIXELS=0 YPIXELS=0;
11         FILENAME EGSR TEMP;
12         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
13             STYLE=HtmlBlue
14             STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")
15             NOGTITLE
16             NOGFOOTNOTE
17             GPATH=&amp;amp;sasworklocation
18             ENCODING=UTF8
19             options(rolap="on")
20         ;
NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR
21         
22         GOPTIONS ACCESSIBLE;
23         
24         /*Random Intercepts*/
25         proc glimmix data=opioid_cty2 itdetails method=quad(qpoints=10);
26         	class county;
27         	model unemp(event="1") = / solution link=logit dist=binary oddsratio;
28         	random intercept / subject=county solution;
29         run;




NOTE: Some observations are not used in the analysis because of: missing subject effects (n=639).
NOTE: The GLIMMIX procedure is modeling the probability that unemp='1'.
NOTE: Convergence criterion (GCONV=1E-8) satisfied.
NOTE: At least one element of the gradient is greater than 1e-3.
NOTE: PROCEDURE GLIMMIX used (Total process time):
      real time           5.98 seconds
      cpu time            5.78 seconds
      

30         
31         
32         
33         GOPTIONS NOACCESSIBLE;
34         %LET _CLIENTTASKLABEL=;
35         %LET _CLIENTPROJECTPATH=;
36         %LET _CLIENTPROJECTNAME=;
37         %LET _SASPROGRAMFILE=;
38         
39         ;*';*";*/;quit;run;
40         ODS _ALL_ CLOSE;
41         
42         
43         QUIT; RUN;
44         &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I'm not seeing anything there that would indicate why the "oddsratio" option isn't giving me the solution output in odds ratios (instead of the logged odds ratio it's giving me now).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this make sense?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 23:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536939#M27019</guid>
      <dc:creator>dbcrow</dc:creator>
      <dc:date>2019-02-19T23:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GLIMMIX: saving random effects solution in dataset</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536941#M27020</link>
      <description>&lt;P&gt;For #2 then you either want to add the BLUP option OR you may want the LSMEANS (or ESTIMATE or CONTRAST) statements to get your estimates.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For #3 - ODDS ratio appears to want a variable in the model, which you don't really have here.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;requests estimates of odds ratios and their confidence limits,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="statug.glimmix.a0000000731" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.glimmix.a0000000732" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.glimmix.a0000000733" class="indexterm" target="_blank"&gt;&lt;/A&gt;provided the link function is the logit, cumulative logit, or generalized logit. Odds ratios are produced for the following:&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;classification main effects, if they appear in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement, unless they appear in an interaction with a classification effect&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement at fixed levels of a classification effect, if the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement contains an interaction of the two&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;continuous variables in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="ng-scope" tabindex="0" href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glimmix_syntax15.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" data-docset-id="statug" data-docset-version="15.1" data-original-href="statug_glimmix_syntax15.htm"&gt;MODEL&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;statement, if they interact with other continuous variables&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't think your model meets any of these?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably as much as I can answer with my limited knowledge of GLIMMIX. If you still have questions, one of the others will have to chime in &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Feb 2019 23:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-GLIMMIX-saving-random-effects-solution-in-dataset/m-p/536941#M27020</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-19T23:28:16Z</dc:date>
    </item>
  </channel>
</rss>

