<?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 Correlation Between Path Coefficient Estimates in Structural Equation Modeling Using PROC CALIS in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correlation-Between-Path-Coefficient-Estimates-in-Structural/m-p/959844#M4943</link>
    <description>&lt;P&gt;I have conducted structural equation modeling (SEM) on a dataset using a PATH routine in PROC CALIS.&amp;nbsp; The report produces estimates of path coefficients between variables and the associated standard errors, but in addition I would like to obtain the correlations between coefficient estimates.&amp;nbsp; &amp;nbsp;(Note:&amp;nbsp; this is not the same thing as the covariance matrix, showing interrelationships between the variables.)&amp;nbsp; Does anyone know the options and syntax necessary to produce correlations between coefficient estimates?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2025 21:39:56 GMT</pubDate>
    <dc:creator>Stuebi</dc:creator>
    <dc:date>2025-02-20T21:39:56Z</dc:date>
    <item>
      <title>Correlation Between Path Coefficient Estimates in Structural Equation Modeling Using PROC CALIS</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correlation-Between-Path-Coefficient-Estimates-in-Structural/m-p/959844#M4943</link>
      <description>&lt;P&gt;I have conducted structural equation modeling (SEM) on a dataset using a PATH routine in PROC CALIS.&amp;nbsp; The report produces estimates of path coefficients between variables and the associated standard errors, but in addition I would like to obtain the correlations between coefficient estimates.&amp;nbsp; &amp;nbsp;(Note:&amp;nbsp; this is not the same thing as the covariance matrix, showing interrelationships between the variables.)&amp;nbsp; Does anyone know the options and syntax necessary to produce correlations between coefficient estimates?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 21:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correlation-Between-Path-Coefficient-Estimates-in-Structural/m-p/959844#M4943</guid>
      <dc:creator>Stuebi</dc:creator>
      <dc:date>2025-02-20T21:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation Between Path Coefficient Estimates in Structural Equation Modeling Using PROC CALIS</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correlation-Between-Path-Coefficient-Estimates-in-Structural/m-p/960981#M4955</link>
      <description>&lt;P&gt;Is the OUTEST = option in PROC CALIS statement what you are looking for? see below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_syntax13.htm#statug.calis.calisoutest" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_syntax13.htm#statug.calis.calisoutest&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DL class="aa-options"&gt;
&lt;DT&gt;&lt;SPAN class=" aa-term "&gt;OUTEST=&lt;SPAN class=" aa-argument"&gt;SAS-data-set&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DT&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;creates an output data set that contains&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="statug.calis.calis_a0000000320" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.calis.calis_a0000000321" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.calis.calis_a0000000322" class="indexterm" target="_blank"&gt;&lt;/A&gt;&lt;A id="statug.calis.calis_a0000000323" class="indexterm" target="_blank"&gt;&lt;/A&gt;the parameter estimates, their gradient, Hessian matrix, and boundary and linear constraints. For&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_syntax13.htm#statug.calis.calismethod" target="_blank"&gt;METHOD=&lt;/A&gt;ML,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_syntax13.htm#statug.calis.calismethod" target="_blank"&gt;METHOD=&lt;/A&gt;GLS, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_syntax13.htm#statug.calis.calismethod" target="_blank"&gt;METHOD=&lt;/A&gt;WLS, the OUTEST= data set also contains the information matrix, the approximate covariance matrix of the parameter estimates ((generalized) inverse of information matrix), and approximate standard errors.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&lt;SPAN&gt;For more details on this data set, see:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&lt;SPAN&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details07.htm#statug.calis.calisoutestds" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_calis_details07.htm#statug.calis.calisoutestds&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
The _TYPE_ = COV corresponds to covariance matrix of the parameter estimates.&lt;/DD&gt;
&lt;/DL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DL class="aa-options"&gt;
&lt;DD&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DD&gt;
&lt;/DL&gt;</description>
      <pubDate>Wed, 05 Mar 2025 19:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correlation-Between-Path-Coefficient-Estimates-in-Structural/m-p/960981#M4955</guid>
      <dc:creator>SASCom1</dc:creator>
      <dc:date>2025-03-05T19:26:11Z</dc:date>
    </item>
  </channel>
</rss>

