<?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: multicollinearity in proc glimmix model in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/multicollinearity-in-proc-glimmix-model/m-p/272433#M58356</link>
    <description>&lt;P&gt;I'm not an expert, but since this has gone unanswered for a few days, I'll make a suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In practice, I would try running PROC LOGISTIC and see what happens. If your data are degenerate, PROC LOGISTIC will probably issue some WARNING (maybe about "non-convergence due to quasi-separation"). &amp;nbsp;If you don't get a WARNING, then your data are probably okay.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are paranoid, then see the Knowledge Base article on &lt;A href="http://support.sas.com/kb/32/471.html" target="_self"&gt;"Testing assumptions in logit models"&lt;/A&gt;, which is for continuous variables.&amp;nbsp;There is an example of using GENMOD to look at the information matrix (Hessian) and then passing information over to PROC REG to do the collinearity analysis.&amp;nbsp;To handle the categorical variable, &lt;A href="http://blogs.sas.com/content/iml/2016/02/22/create-dummy-variables-in-sas.html" target="_self"&gt;create dummy variables for the design matrix,&amp;nbsp;&lt;/A&gt;and then follow the previous procedure for the dummy variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 May 2016 15:12:02 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-05-23T15:12:02Z</dc:date>
    <item>
      <title>multicollinearity in proc glimmix model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multicollinearity-in-proc-glimmix-model/m-p/271879#M58318</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now i try to analyze a data using proc glimmix&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dependent variable is binary ( 0, 1)&lt;/P&gt;&lt;P&gt;level 1 independent variable is categorial&amp;nbsp;&lt;/P&gt;&lt;P&gt;level 2 independent variable is continous&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;befor making a multilevel model,&lt;/P&gt;&lt;P&gt;i wanna check multicollinearity between independent variables&lt;/P&gt;&lt;P&gt;especially, i doubt level2 variables would cause the multicollineariy problem because accroding to corrleation anyalsis i confirmed there is higly correlated among some level2 variables ( r&amp;gt;.8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case of level1 i've already done mulicollinearity diagnosis using below syntax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; proc reg data=fitness;
      model Oxygen=RunTime Age Weight RunPulse MaxPulse RestPulse 
            / tol vif collin;
   run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i don't know how to check the multicollinearity between level 2 variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could i just put the level 2 variables in below regression model statement with other level1 variables?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or is there other syntax for logistic multilevel anaylsis? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you have an answer, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks !&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;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 02:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multicollinearity-in-proc-glimmix-model/m-p/271879#M58318</guid>
      <dc:creator>tunayhy</dc:creator>
      <dc:date>2016-05-20T02:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: multicollinearity in proc glimmix model</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/multicollinearity-in-proc-glimmix-model/m-p/272433#M58356</link>
      <description>&lt;P&gt;I'm not an expert, but since this has gone unanswered for a few days, I'll make a suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In practice, I would try running PROC LOGISTIC and see what happens. If your data are degenerate, PROC LOGISTIC will probably issue some WARNING (maybe about "non-convergence due to quasi-separation"). &amp;nbsp;If you don't get a WARNING, then your data are probably okay.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are paranoid, then see the Knowledge Base article on &lt;A href="http://support.sas.com/kb/32/471.html" target="_self"&gt;"Testing assumptions in logit models"&lt;/A&gt;, which is for continuous variables.&amp;nbsp;There is an example of using GENMOD to look at the information matrix (Hessian) and then passing information over to PROC REG to do the collinearity analysis.&amp;nbsp;To handle the categorical variable, &lt;A href="http://blogs.sas.com/content/iml/2016/02/22/create-dummy-variables-in-sas.html" target="_self"&gt;create dummy variables for the design matrix,&amp;nbsp;&lt;/A&gt;and then follow the previous procedure for the dummy variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 15:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/multicollinearity-in-proc-glimmix-model/m-p/272433#M58356</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-05-23T15:12:02Z</dc:date>
    </item>
  </channel>
</rss>

