<?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 PROC SURVEYREG questions in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77884#M3701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am using PROC SURVEYREG for the first time.&amp;nbsp; I believe I have the WEIGHT, CLUSTER, and STRATA statements/variables figured out correctly, but am struggling with a couple of things:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;It seems that SURVEYREG has limited capability compared to, say, PROC REG.&amp;nbsp; It appears that I cannot get VIF values.&amp;nbsp; Is this the case?&amp;nbsp; If so, how should I assess collinearity without a great deal of effort?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Regarding residual diagnostics, I have a couple of issues.&amp;nbsp; One is left-skewed residuals, and the other is a downward sloping trend in the residuals vs. predicted values plot.&amp;nbsp; FYI, the Y data is left-skewed and some of the X variables are discrete, although certainly ordinal.&amp;nbsp; I have tried several transformations of Y to no avail.&amp;nbsp; I am most concerned with the residual plot.&amp;nbsp; The only guidance I can find for this issue assumes that my data were collected over time, but this is not the case.&amp;nbsp; Does it have anything to do with how the SURVEYREG procedure accounts for the sampling scheme?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Kirk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc surveyreg data=edat.ECLSKclean;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; model C7R4RSCL = C7SDQRDC C7SDQINT C7LOCUS C7CONCPT W8SESL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / anova adjrsq clparm deff inverse xpx;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; cluster C67CSTR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; strata C7TCWPSU / list;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; weight C7CW0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; output out=edat.ECLSKresids predicted=fitted residual=resids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc univariate data=edat.ECLSKresids plots;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; var resids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; histogram resids / normal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; probplot resids / normal(mu=est sigma=est);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc gplot data=edat.ECLSKresids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; plot resids*fitted;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 18:49:53 GMT</pubDate>
    <dc:creator>kirkwanderson</dc:creator>
    <dc:date>2013-09-10T18:49:53Z</dc:date>
    <item>
      <title>PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77884#M3701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am using PROC SURVEYREG for the first time.&amp;nbsp; I believe I have the WEIGHT, CLUSTER, and STRATA statements/variables figured out correctly, but am struggling with a couple of things:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;It seems that SURVEYREG has limited capability compared to, say, PROC REG.&amp;nbsp; It appears that I cannot get VIF values.&amp;nbsp; Is this the case?&amp;nbsp; If so, how should I assess collinearity without a great deal of effort?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Regarding residual diagnostics, I have a couple of issues.&amp;nbsp; One is left-skewed residuals, and the other is a downward sloping trend in the residuals vs. predicted values plot.&amp;nbsp; FYI, the Y data is left-skewed and some of the X variables are discrete, although certainly ordinal.&amp;nbsp; I have tried several transformations of Y to no avail.&amp;nbsp; I am most concerned with the residual plot.&amp;nbsp; The only guidance I can find for this issue assumes that my data were collected over time, but this is not the case.&amp;nbsp; Does it have anything to do with how the SURVEYREG procedure accounts for the sampling scheme?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Kirk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc surveyreg data=edat.ECLSKclean;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; model C7R4RSCL = C7SDQRDC C7SDQINT C7LOCUS C7CONCPT W8SESL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / anova adjrsq clparm deff inverse xpx;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; cluster C67CSTR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; strata C7TCWPSU / list;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; weight C7CW0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; output out=edat.ECLSKresids predicted=fitted residual=resids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc univariate data=edat.ECLSKresids plots;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; var resids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; histogram resids / normal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; probplot resids / normal(mu=est sigma=est);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;proc gplot data=edat.ECLSKresids;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt; plot resids*fitted;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; color: #000000;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 18:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77884#M3701</guid>
      <dc:creator>kirkwanderson</dc:creator>
      <dc:date>2013-09-10T18:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77885#M3702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For collinearity diagnostics among the independent variables, use PROC REG's MODEL statement option, COLLIN.&amp;nbsp; This will write out condition indexes for a set of independent variables and the corresponding variance proportions for each of the independent variables.&amp;nbsp; Condition indexes exceeding 30 (or 10, if you do not include an intercept term) identify sets of independent variables that may be collinear if their corresponding variance proportions are closer to 1.000 (say above 0.5).&amp;nbsp; These condition indexes and variance proportions are preferable to the VIF statistics in identifying collinearity.&amp;nbsp; PROC VARCLUS also allows you to cluster correlated variables.&amp;nbsp; Either way, you can select one of the variables in a set identified as collinear or correlated as an independent variable for your model using either statistical criteria or subject-matter knowledge.&amp;nbsp; In the PROC REG "paragraph", you can include the respondent sampling weight in a WEIGHT statement, but you need not consider the sample design variables, the stratum variable or the cluster variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to sort your observations&amp;nbsp; by the stratum variable and the cluster variable before you run PROC SURVEYREG.&amp;nbsp; The usual recommendation to "normalize" left-skewed variables is to raise them to a positive power (squaring or cubing, etc.).&amp;nbsp; However, the main concern is skewing of the residuals, not the original dependent variable.&amp;nbsp; If the residuals are skewed, then this may indicate outliers, influential data points, or an inadequately specified model.&amp;nbsp; A linear trend of the residuals against an independent variable indicates that the model does not account for a linear effect in that independent variable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Sep 2013 17:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77885#M3702</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-09-14T17:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77886#M3703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that is helpful.&amp;nbsp; Following your advice using COLLIN, I do not have any collinearity issues.&amp;nbsp; However, I still have left-skewed residuals and a downward sloping residual plot.&amp;nbsp; The residual plot slopes downward for the full model with 5 independent variables.&amp;nbsp; I was not able to blame any particular X variable, as running simple regression models with each X on its own produces a downward sloping residual plot.&amp;nbsp; Could you, or anyone reading this, explain further the sentence "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;A linear trend of the residuals against an independent variable indicates that the model does not account for a linear effect in that independent variable&lt;/SPAN&gt;" ?&amp;nbsp; I have read this elsewhere as well, but don't know how to make my model account for any missing linear effects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77886#M3703</guid>
      <dc:creator>kirkwanderson</dc:creator>
      <dc:date>2013-09-25T18:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77887#M3704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SAS code you provided two weeks ago plots residuals (Y-axis) against the predicted/fitted values.&amp;nbsp; If the residuals show a downward slope against each of the independent variables, I wonder if the ordinal nature of some of these independent variables may account for this:&amp;nbsp; Perhaps when modelled as interval-ratio variables, these ordinal variables do not account for the linear effect of these variables.&amp;nbsp; Perhaps you should model these ordinal variables not as interval-ratio variables but instead using indicator variables created in a prior DATA step or as nominal variables using the PROC SURVEYREG CLASS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another issue, can you explain why the residuals are so left-skewed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 20:02:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77887#M3704</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-09-25T20:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77888#M3705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't very clear about the variables.&amp;nbsp; The Y variable is a reading achievement score, which is continuous.&amp;nbsp; These scores are left-skewed, which probably explains the left-skewed residuals.&amp;nbsp; Frankly, the graphs don't look terrible.&amp;nbsp; The outliers are not extreme.&amp;nbsp; The formal hypothesis tests reject the null hypothesis of normality, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first X variable is reading interest/competence, which is somewhat discrete.&amp;nbsp; The values in the first column contains the reading interest/competence scores, and the second column shows the frequencies.&amp;nbsp; As discrete as it is, it would not be appropriate to create dummy variables or treat it as a CLASS variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;194 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.25&lt;/TD&gt;&lt;TD&gt;306&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.33&lt;/TD&gt;&lt;TD&gt;9 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.5&lt;/TD&gt;&lt;TD&gt;561&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.67&lt;/TD&gt;&lt;TD&gt;17&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.75&lt;/TD&gt;&lt;TD&gt;737&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1028&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.25&lt;/TD&gt;&lt;TD&gt;1061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.33&lt;/TD&gt;&lt;TD&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.5&lt;/TD&gt;&lt;TD&gt;1215&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.67&lt;/TD&gt;&lt;TD&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2.75&lt;/TD&gt;&lt;TD&gt;914&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;971&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.25&lt;/TD&gt;&lt;TD&gt;727&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.33&lt;/TD&gt;&lt;TD&gt;19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.5&lt;/TD&gt;&lt;TD&gt;596&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.67&lt;/TD&gt;&lt;TD&gt;14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.75&lt;/TD&gt;&lt;TD&gt;420&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;405&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other 4 X variables are essentially continuous.&amp;nbsp; The data is from the ECLS-K study, if you happen to be familiar with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 19:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/77888#M3705</guid>
      <dc:creator>kirkwanderson</dc:creator>
      <dc:date>2013-10-01T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/832201#M41213</link>
      <description>&lt;P&gt;Which options evaluate collinearity using PROC SURVEYLOGISTIC?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 18:34:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/832201#M41213</guid>
      <dc:creator>_maldini_</dc:creator>
      <dc:date>2022-09-07T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SURVEYREG questions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/832205#M41214</link>
      <description>&lt;P&gt;There really isn't a consensus as to how to compute collinearity diagnostics for complex survey data.&amp;nbsp; Some suggest that you simply use Proc REG with a WEIGHT statement and the COLLIN and VIF options on the MODEL statement since collinearity affects only the independent variables.&amp;nbsp; Others suggest that you compute a model-based VIF, etc. that includes the design effect.&amp;nbsp; One such paper that discusses this, and that you could program yourself, is linked below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www150.statcan.gc.ca/n1/pub/12-001-x/2012001/article/11685-eng.pdf" target="_blank"&gt;Variance inflation factors in the analysis of complex survey data (statcan.gc.ca)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 18:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-SURVEYREG-questions/m-p/832205#M41214</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2022-09-07T18:40:31Z</dc:date>
    </item>
  </channel>
</rss>

