<?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: proc calis in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/886431#M43863</link>
    <description>&lt;P&gt;At the beginning of your sas output sas will tell you which parameters it thinks are in the model. Looking at that can help you identify where the overspecified parameters are. Sometimes this results when more means are being estimated than there are means in the model, so it doesn't just apply to the variance/covariance matrix.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jul 2023 14:10:38 GMT</pubDate>
    <dc:creator>PhilWood</dc:creator>
    <dc:date>2023-07-26T14:10:38Z</dc:date>
    <item>
      <title>proc calis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453421#M23737</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I have a SEM model with 7 variables and I used proc calis to test it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc calis data=texas.offenderandfamily pshort plots=pathdiagram;&lt;BR /&gt;path&lt;BR /&gt;post_famisuppreality&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; post_financialstrain---&amp;gt;strain,&lt;BR /&gt;strain---&amp;gt;post2_famisuppreality,&lt;BR /&gt;strain---&amp;gt;post2_financialstrain,&lt;/P&gt;&lt;P&gt;post_famisuppreality &amp;lt;-&amp;gt; post2_famisuppreality,&lt;BR /&gt;post_financialstrain &amp;lt;-&amp;gt; post2_financialstrain,&lt;BR /&gt;post2_famisuppreality&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;u2gender-&amp;gt;i3balc&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it will not give me a result and I got the warning in log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: The estimation problem is not identified: There are more parameters to estimate ( 18 )&lt;BR /&gt;than the total number of mean and covariance elements ( 15 ).&lt;/P&gt;&lt;P&gt;ERROR: LEVMAR Optimization cannot be completed.&lt;BR /&gt;NOTE: LEVMAR needs more than 50 iterations or 500 function calls.&lt;BR /&gt;NOTE: Due to optimization failure, statistics in the Fit Summary table might not be appropriate.&lt;BR /&gt;NOTE: Due to optimization failure, fit statistics in path diagrams might not be appropriate.&lt;BR /&gt;WARNING: Critical N is not computable for df= -3.&lt;BR /&gt;NOTE: Due to optimization failure, standard error estimates are not computed.&lt;BR /&gt;WARNING: Number of zero or negative variances encountered when computing standardized results:&lt;BR /&gt;1. Standardization with these values was not done.&lt;BR /&gt;NOTE: Because standard error estimates are not available, flagging for significant estimates is&lt;BR /&gt;not done in path diagrams.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know what is happening? I do not think I have over-specification.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 01:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453421#M23737</guid>
      <dc:creator>Lindy</dc:creator>
      <dc:date>2018-04-12T01:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc calis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453518#M23738</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;Anyone know what is happening? I do not think I have over-specification.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why do you think this? Explain. SAS thinks you have over-specified the model.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 12:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453518#M23738</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-12T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc calis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453800#M23739</link>
      <description>&lt;P&gt;But I have 7 variables. I calculated and I feel like I should not have a d.f. small than 0 as the SAS log showed. And I saw from text books SEM models with panel data&amp;nbsp;of three waves, for example, x1, x2, x3, y1, y2, y3,&amp;nbsp; and the researchers can have paths between each x and y, and at the same time, there are paths between x1 and x2, x2 and x3, y1 and y2, y2 and y3. Even that, the model is still with d.f. bigger than 0...&lt;/P&gt;&lt;P&gt;Need someone to help me figure it out...Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 23:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/453800#M23739</guid>
      <dc:creator>Lindy</dc:creator>
      <dc:date>2018-04-12T23:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: proc calis</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/886431#M43863</link>
      <description>&lt;P&gt;At the beginning of your sas output sas will tell you which parameters it thinks are in the model. Looking at that can help you identify where the overspecified parameters are. Sometimes this results when more means are being estimated than there are means in the model, so it doesn't just apply to the variance/covariance matrix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 14:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-calis/m-p/886431#M43863</guid>
      <dc:creator>PhilWood</dc:creator>
      <dc:date>2023-07-26T14:10:38Z</dc:date>
    </item>
  </channel>
</rss>

