<?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 Checking for collinearity in stratified models? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761858#M37193</link>
    <description>&lt;P&gt;I'm building two race-specific models using complex survey data. As a part of this process, I want to check for collinearity, which I haven't done outside of the classroom, which was a couple years ago.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, when I check for collinearity, I planned to use the regular PROC REG procedure. &lt;STRONG&gt;Do I also include the stratification variable&lt;/STRONG&gt;, or since it is being stratified/controlled for anyway, can I exclude it?:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc REG data=fluvx;
Model flu = rec_shot &lt;STRONG&gt;race2&lt;/STRONG&gt; age edu fpl reg_status bpinsur dpinsur marital_stat   / VIF TOL COLLIN COLLINOINT ;
Run;&lt;/PRE&gt;</description>
    <pubDate>Mon, 16 Aug 2021 16:15:56 GMT</pubDate>
    <dc:creator>SAS93</dc:creator>
    <dc:date>2021-08-16T16:15:56Z</dc:date>
    <item>
      <title>Checking for collinearity in stratified models?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761858#M37193</link>
      <description>&lt;P&gt;I'm building two race-specific models using complex survey data. As a part of this process, I want to check for collinearity, which I haven't done outside of the classroom, which was a couple years ago.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, when I check for collinearity, I planned to use the regular PROC REG procedure. &lt;STRONG&gt;Do I also include the stratification variable&lt;/STRONG&gt;, or since it is being stratified/controlled for anyway, can I exclude it?:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Proc REG data=fluvx;
Model flu = rec_shot &lt;STRONG&gt;race2&lt;/STRONG&gt; age edu fpl reg_status bpinsur dpinsur marital_stat   / VIF TOL COLLIN COLLINOINT ;
Run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Aug 2021 16:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761858#M37193</guid>
      <dc:creator>SAS93</dc:creator>
      <dc:date>2021-08-16T16:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for collinearity in stratified models?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761861#M37194</link>
      <description>&lt;P&gt;Since it could be that the collinearity between the variables differs by race, I would use PROC REG with a &lt;FONT face="courier new,courier"&gt;BY RACE;&lt;/FONT&gt; statement.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 16:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761861#M37194</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-08-16T16:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for collinearity in stratified models?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761863#M37195</link>
      <description>&lt;P&gt;I hadn't thought of that, but that makes sense! Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 16:21:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/761863#M37195</guid>
      <dc:creator>SAS93</dc:creator>
      <dc:date>2021-08-16T16:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Checking for collinearity in stratified models?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/762052#M37208</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13633"&gt;@StatDave&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13758"&gt;@lvm&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 13:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Checking-for-collinearity-in-stratified-models/m-p/762052#M37208</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-17T13:34:50Z</dc:date>
    </item>
  </channel>
</rss>

