<?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 questions,how to deal with it. in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/811993#M40030</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not download attachments if not absolutely needed (and I am not the only one with that habit).&lt;/P&gt;
&lt;P&gt;Can you post your PROC CALIS code in a reply?&lt;BR /&gt;When editing your reply, click on the running-man-icon" in the toolbar with tip-text "Insert SAS Code". A pop-up window appears wherein you can paste your SAS code. That way, structure and formatting of the SAS-program is preserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you dealing with&amp;nbsp;the LINEQS Model or another one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;: maybe you can answer? I am not very familiar with PROC CALIS and SEM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Sun, 08 May 2022 13:32:57 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-05-08T13:32:57Z</dc:date>
    <item>
      <title>PROC CALIS questions,how to deal with it.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/811988#M40027</link>
      <description>&lt;P&gt;I use proc calis create a SEM, I run the program as below but proc calis couldn't function.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;ERROR: Variable V1 in the VARIANCE or STD statement is not independent.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;ERROR: Variable V2 in the VARIANCE or STD statement is not independent.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;how to deal this problems? thank ahead!&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 09:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/811988#M40027</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2022-05-08T09:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROC CALIS questions,how to deal with it.</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/811993#M40030</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not download attachments if not absolutely needed (and I am not the only one with that habit).&lt;/P&gt;
&lt;P&gt;Can you post your PROC CALIS code in a reply?&lt;BR /&gt;When editing your reply, click on the running-man-icon" in the toolbar with tip-text "Insert SAS Code". A pop-up window appears wherein you can paste your SAS code. That way, structure and formatting of the SAS-program is preserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you dealing with&amp;nbsp;the LINEQS Model or another one?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60873"&gt;@jiltao&lt;/a&gt;&amp;nbsp;: maybe you can answer? I am not very familiar with PROC CALIS and SEM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 13:32:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/811993#M40030</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-05-08T13:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: The code attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/812065#M40048</link>
      <description>&lt;PRE&gt;proc calis data=HBM_CSSF_ALL1 covariance modification MAXITER=50000000;&lt;BR /&gt;lineqs&lt;BR /&gt;V1 = LV1F1*F1 + E1,&lt;BR /&gt;V2 = LV2F1*F1 + E2,&lt;BR /&gt;V5 = LV5F1*F1 + E5,&lt;BR /&gt;V3 = LV3F2*F2 + E3,&lt;BR /&gt;V4 = LV4F2*F2 + E4,&lt;BR /&gt;V6 = LV6F3*F3 + E6,&lt;BR /&gt;V7 = LV7F3*F3 + E7,&lt;BR /&gt;V10 = LV10F4*F4 + E10,&lt;BR /&gt;V11 = LV11F4*F4 + E11,&lt;BR /&gt;V12 = LV12F4*F4 + E12,&lt;BR /&gt;V13 = LV13F4*F4 + E13,&lt;BR /&gt;V19 = LV19F6*F6 + E19,&lt;BR /&gt;V21 = LV21F6*F6 + E21,&lt;BR /&gt;V25 = LV25F6*F6 + E25,&lt;BR /&gt;V26 = 1*F7 + E26&lt;BR /&gt;;&lt;BR /&gt;variance&lt;BR /&gt;V1-V7=VARV1-VARV7,&lt;BR /&gt;V10-V13=VAR10-VAR13,&lt;BR /&gt;V19=VARV19,&lt;BR /&gt;V21=VARV21,&lt;BR /&gt;V25=VARV25,&lt;BR /&gt;V26=0,&lt;BR /&gt;F1=1,F2=1,F3=1,F4=1,F6=1,F7=1;&lt;BR /&gt;cov&lt;BR /&gt;F1 F2 = CF1F2,&lt;BR /&gt;F1 F3 = CF1F3,&lt;BR /&gt;F1 F4 = CF1F4,&lt;BR /&gt;F1 F6 = CF1F6,&lt;BR /&gt;F1 F7 = CF1F7,&lt;BR /&gt;F2 F3 = CF2F3,&lt;BR /&gt;F2 F4 = CF2F4,&lt;BR /&gt;F2 F6 = CF2F6,&lt;BR /&gt;F2 F7 = CF2F7,&lt;BR /&gt;F3 F4 = CF3F4,&lt;BR /&gt;F3 F6 = CF3F6,&lt;BR /&gt;F3 F7 = CF3F7,&lt;BR /&gt;F4 F6 = CF4F6,&lt;BR /&gt;F4 F7 = CF4F7,&lt;BR /&gt;F6 F7 = CF6F7,&lt;BR /&gt;V1 V2 = CV1V2;&lt;BR /&gt;var v1-v7 v10-v13 v19 v21 v25 v26;&lt;BR /&gt;run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 May 2022 04:03:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/812065#M40048</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2022-05-09T04:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: The code attached</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/812280#M40052</link>
      <description>&lt;P&gt;As stated in the documentation here --&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_025/statug/statug_calis_syntax151.htm" target="_blank"&gt;SAS Help Center: VARIANCE Statement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you cannot list any&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;endogenous&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;variables in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=" aa-argument"&gt;var-list&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;list of the VARIANCE statement.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;V's are your endogenous variables and you should not specify them in the VARIANCE statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Do you mean to specify the variance for the E's? You might want to replace the V's with the E's in your VARIANCE and COV statements.&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 01:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/PROC-CALIS-questions-how-to-deal-with-it/m-p/812280#M40052</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2022-05-10T01:39:58Z</dc:date>
    </item>
  </channel>
</rss>

