<?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: Using PCA for modeling and turning back the coefficients in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154422#M976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I think question was asked to determine the significance of original variables in terms of coefficients in the model. Loadings can tell us about the strength of association among&amp;nbsp; factors and variables but can not measure significance of a predictor in explaining a response variable. Also, I am not sure what type of rotation involved in PLS that will make the interpretation even more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 14:42:39 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-08-08T14:42:39Z</dc:date>
    <item>
      <title>Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154415#M969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i proceed if due to multicollinearity between variables i was to use pca, derive some components, use them to run the model, how would i be able to reverse the coefficients in order to get the true effect of the variables in the model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 11:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154415#M969</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-08-08T11:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154416#M970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are into an area that the research is still up in the air.&amp;nbsp; Time series on principal components strikes me as a very difficult, but interesting, area.&amp;nbsp; What does PROC PANEL give you (or not give you)?&amp;nbsp; It deals with multivariate time series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My fear about the PCA approach is that the loadings on the components will differ at each time point, meaning that you aren't really looking at the same "variables".&amp;nbsp; I don't know enough about copulas (and PROC COPULA) to suggest them as an approach, but the theory there is much more developed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154416#M970</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-08-08T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154417#M971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to derive components for a regression model, then PROC PLS will do a better job than Principal Components. The DETAILS option in PROC PLS computes the regression coefficients for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also use the METHOD=PCR option in PROC PLS to force the procedure to provide Principal Components Regression and related components and model coefficients, but I would not recommend this, as the PLS model (and components) will fit better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154417#M971</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-08T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154418#M972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest use proc varclus to retain original variables in the model instead of components. This will help to reduce multicollinearity as well as to measure true effect of original variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154418#M972</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154419#M973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with PCA, and the problem with VARCLUS, in this situation, is that they find combinations of predictor variables that may or may not be predictive of the response variable(s). PLS specifically tries to find components that are predictive of the response variable(s) and hence will product better fits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:42:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154419#M973</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-08T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154420#M974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks PaigeMiller - PLS finds components that are highly correlated with response variable. What if we want to see significance of original variables in the model? Is that possible using PLS please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154420#M974</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T14:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154421#M975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The whole idea of finding significance of original variables in a situations where the predictors are multicollinear seems to me to be the wrong question to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will always be misled in this multicollinear situation by asking which are the "real" or "significant" predictors. It is impossible to tell, empirically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So PLS doesn't answer the question. It gives you a (hopefully) good predictive model, and in many situations, it also gives interpretable loadings to help you understand what &lt;EM&gt;combinations of variables&lt;/EM&gt; are predictive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154421#M975</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-08T14:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154422#M976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I think question was asked to determine the significance of original variables in terms of coefficients in the model. Loadings can tell us about the strength of association among&amp;nbsp; factors and variables but can not measure significance of a predictor in explaining a response variable. Also, I am not sure what type of rotation involved in PLS that will make the interpretation even more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:42:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154422#M976</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T14:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154423#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;... but can not measure significance of a predictor in explaining a response variable&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct, it cannot do this, because logically, in the multicollinearity situation, this idea of "significance of a predictor" makes no sense&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;I am not sure what type of rotation involved in PLS that will make the interpretation even more complicated.&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;No rotation is used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154423#M977</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-08T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154424#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to be a interesting discussion. Without rotation, if one factor is evenly loaded on two or more variables, how can we decide which of these variables more predictive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 16:40:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154424#M978</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T16:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154425#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try PLS and see if that satisfies my result, thank you so much everybody for your input, i tried though using pca and managed to revert back the coefficients in order to show variable contribution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 16:53:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154425#M979</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-08-08T16:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154426#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share how did you revert back the coefficients to show variable contribution using pca?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 18:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154426#M980</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154427#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P&gt;stat@sas wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is going to be a interesting discussion. Without rotation, if one factor is evenly loaded on two or more variables, how can we decide which of these variables more predictive?&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;I keep saying, you can't do this. PLS reports combinations of variables are predictive. PLS does not attempt to single out an individual variable. Nor should you attempt to single out an individual variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, in the case of multicollinearity, you cannot logically single out a variable to be "more predictive". For example, you have X1, X2 and X3 all with correlations of about 0.8 with each other. You also have Y, predicted by X1, X2 and X3. Can you say using any logical method that X1 is the variable that is "more predictive" if X2 and X3 are moving together with X1? No of course not. You may run a statistical procedure that reports slopes and statistical significances and one of those will be the "winner", but that doesn't take into account the logical impossibility of separating the three effects which are correlated into a single "winner". Thus, PLS reports the combination of X1 X2 and X3 is predictive, and does not single one out. Ordinary Least Squares regression fails miserably in this situation (although the algorithm will certainly produce results)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:17:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154427#M981</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-08T20:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154428#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;SPAN class="j-post-author "&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="2032" data-externalid="" data-presence="null" data-userid="9481" data-username="PaigeMiller" href="https://communities.sas.com/people/PaigeMiller" id="jive-948122909365546393186"&gt;PaigeMiller&lt;/A&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:26:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154428#M982</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-08T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154429#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the betas derived , multiply with the factor loadings across till n and then divide with the standard deviation to reverse the standardize coeffs , then you get the contribution back by dividing with the rsquare of each component * 100, downside is t significance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 22:39:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154429#M983</guid>
      <dc:creator>chemicalab</dc:creator>
      <dc:date>2014-08-08T22:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154430#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! I found this discussion very interesting and am trying to apply PROC PLS&amp;nbsp; because it is so useful in using combinations of variables which are multicollinear. The issue I am coming up against is that I am unable to figure out how to extract the "factors" to use in a regression model. Whereas PROC FACTOR can be used with PROC SCORE to extract the factors, there doesn't seem to be an analogous procedure that works with PROC PLS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 10:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154430#M984</guid>
      <dc:creator>tyang</dc:creator>
      <dc:date>2015-02-16T10:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154431#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure exactly what you mean by "how to extract the factors", can you explain further what these "factors" are (since "factors" is not really a term used in PLS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by "factors" you mean "loadings", then its easy to obtain those from PROC PLS. If you mean something else, then you need to explain what you mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 17:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154431#M985</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-02-17T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154432#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The OUTPUT statement will allow you to do this.&amp;nbsp; It is the standard "Input the X vector, and leave the response as missing" approach that was common before PROC SCORE was available.&amp;nbsp; See the documentation "Getting Started: PLS Procedure" for an example using spectrometric calibration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 17:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154432#M986</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-02-18T17:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154433#M987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "factors" I am interested in are the "Number of Extracted Factors" that is displayed as part of the "Percent Variation Accounted for by Partial Least Squares Factors".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With PROC FACTOR, you can OUTSTAT a dataset which can be used by PROC SCORE to generate "factors" to use in a regression analysis. I want to do the same in terms of extracting these "factors" from PROC PLS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154433#M987</guid>
      <dc:creator>tyang</dc:creator>
      <dc:date>2015-02-20T11:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using PCA for modeling and turning back the coefficients</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154434#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you want the X-loadings (and possibly the Y-weights) from PROC PLS, which can be obtained using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods output xloadings=xloadings yweights=yweights;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 13:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Using-PCA-for-modeling-and-turning-back-the-coefficients/m-p/154434#M988</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-02-20T13:03:45Z</dc:date>
    </item>
  </channel>
</rss>

