<?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: Error running CFA with cross-loadings in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Error-running-CFA-with-cross-loadings/m-p/573646#M28204</link>
    <description>&lt;P&gt;The Moore-Penrose inverse is a "pseudo-inverse" that enables you to find a solution to a singular system of equations. For details, see&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/11/21/generalized-inverses-for-matrices.html" target="_self"&gt;"Generalized inverses for matrices"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/11/28/singular-parameterization-generalized-inverse-regression-estimate.html" target="_self"&gt;"Singular parameterizations, generalized inverses, and regression estimates"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Briefly, this means that your system of equations has linear dependencies. SAS is trying to provide you with a solution by using a generalized inverse. However, the inverse is used for certain inferential statistics (standard errors, confidence intervals, and p-values) so you are being warned that those computations are affected by the singular system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These kinds of warnings often arise when you overspecify a model by including too many effects, or when one variable is a linear combination of other variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2019 18:46:26 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-07-15T18:46:26Z</dc:date>
    <item>
      <title>Error running CFA with cross-loadings</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-running-CFA-with-cross-loadings/m-p/573411#M28203</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to run a two-factor CFA model where all items cross-load.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc calis data = data modification; 
lineqs
V1 = L11 F1 + L12 F2 + eV1,
V2 = L21 F1 + L22 F2 + eV2, 
V3 = L31 F1 + L32 F2 + eV3,
V4 = L41 F1 + L42 F2 + eV4, 
V5 = L51 F1 + L52 F2 + eV5, 
V6 = L61 F1 + L62 F2 + eV6, 
V7 = L71 F1 + L72 F2 + eV7, 
V8 = L81 F1 + L82 F2 + eV8,
V9 = L91 F1 + L92 F2 + eV9,
V10 = L101 + L102 F2 + eV10; 

variance 
F1 = 1, F2 = 1,  
eV1 - eV10 = vareV1 - vareV10;

var V1 - V10;
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I get the following error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"NOTE: The Moore-Penrose inverse is used in computing the covariance matrix for parameter estimates.&lt;BR /&gt;WARNING: Standard errors and t values might not be accurate with the use of the Moore-Penrose inverse.&lt;BR /&gt;WARNING: Lagrange multiplier statistics and Wald statistics might not be accurate with the use of the Moore-Penrose inverse in computing the covariance matrix for parameter estimates."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does it happen?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 00:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-running-CFA-with-cross-loadings/m-p/573411#M28203</guid>
      <dc:creator>Amanda_Lemon</dc:creator>
      <dc:date>2019-07-15T00:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error running CFA with cross-loadings</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Error-running-CFA-with-cross-loadings/m-p/573646#M28204</link>
      <description>&lt;P&gt;The Moore-Penrose inverse is a "pseudo-inverse" that enables you to find a solution to a singular system of equations. For details, see&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/11/21/generalized-inverses-for-matrices.html" target="_self"&gt;"Generalized inverses for matrices"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/11/28/singular-parameterization-generalized-inverse-regression-estimate.html" target="_self"&gt;"Singular parameterizations, generalized inverses, and regression estimates"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Briefly, this means that your system of equations has linear dependencies. SAS is trying to provide you with a solution by using a generalized inverse. However, the inverse is used for certain inferential statistics (standard errors, confidence intervals, and p-values) so you are being warned that those computations are affected by the singular system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These kinds of warnings often arise when you overspecify a model by including too many effects, or when one variable is a linear combination of other variables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 18:46:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Error-running-CFA-with-cross-loadings/m-p/573646#M28204</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-07-15T18:46:26Z</dc:date>
    </item>
  </channel>
</rss>

