<?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 &amp;lt;PROC CALIS&amp;gt;  how to create a acceptable pathdiagram。 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/812558#M40071</link>
    <description>&lt;P&gt;In the procedure Proc CALIS, is there a decent way to create&amp;nbsp;resonable&amp;nbsp; pathdiagram for structural equations model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I drew a diagram, but it looked so confusing!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pathdiagram" style="width: 723px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71296iF09933324152D7E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220511145524.png" alt="pathdiagram" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pathdiagram&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data and programe has attached as follows:&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
proc calis data=abort_miss  modification maxit=500000 method=ml PLOT=pathdiagram;
	lineqs
		V5 =         F3 + E5,

		V6 = LV6F1   F1 + E6,
		V7 = LV7F1   F1 + E7,

		V8 = LV8F4   F4 + E8,
		V9 =         F4 + E9,
		V10 = LV10F4   F4 + E10,
		
		V11 = LV11F2 F2 + E11,
		V12 = LV12F2 F2 + E12,
		V14 = LV14F2 F2 + E14,

		V13 =        F5 + E13,
		V15 = LV15F5 F5 + E15,
		V16 = LV16F5 F5 + E16,
		V17 = LV17F5 F5 + E17,
		V18 = LV18F5 F5 + E18,

		V22 =        F6 + E22,

		V23 =        F7 + E23,

		F7 = PF1F7 F1 + PF2F7 F2 + PF3F7 F3 + PF4F7 F4 + PF5F7 F5 + PF6F7 F6 + D7
	;
	variance 
		E5      =  0.01,
/*		E3-E4   =  VARE3-VARE4,*/
		E6-E18  =  VARE6-VARE18,
		E22     =  0.01,
		E23     =  0.01,

		D7      =  VARD7,

		F1      =  VARF1,
		F2      =  VARF2,
		F4      =  VARF4,
		F5      =  VARF5,
		F3      =  VARF3,
		F6      =  VARF6
	;
	COV
		F1 F2 = CF1F2,
		F1 F3 = CF1F3,
		F1 F4 = CF1F4,
		F1 F5 = CF1F5,
		F1 F6 = CF1F6,
		F2 F3 = CF2F3,
		F2 F4 = CF2F3,
		F2 F5 = CF2F5,
		F2 F6 = CF2F6,
		F3 F4 = CF3F4,
		F3 F5 = CF3F5,
		F3 F6 = CF3F6,
		F4 F5 = CF4F5,
		F4 F6 = CF4F6,
		F5 F6 = CF5F6
	;
	VAR V1-V18 V22-V23;
	*by center;
RUN;
ods graphics off;

&lt;/PRE&gt;</description>
    <pubDate>Wed, 11 May 2022 07:10:32 GMT</pubDate>
    <dc:creator>Phoenix_LJ</dc:creator>
    <dc:date>2022-05-11T07:10:32Z</dc:date>
    <item>
      <title>&lt;PROC CALIS&gt;  how to create a acceptable pathdiagram。</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/812558#M40071</link>
      <description>&lt;P&gt;In the procedure Proc CALIS, is there a decent way to create&amp;nbsp;resonable&amp;nbsp; pathdiagram for structural equations model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I drew a diagram, but it looked so confusing!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pathdiagram" style="width: 723px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71296iF09933324152D7E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20220511145524.png" alt="pathdiagram" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pathdiagram&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;data and programe has attached as follows:&lt;/P&gt;
&lt;PRE&gt;ods graphics on;
proc calis data=abort_miss  modification maxit=500000 method=ml PLOT=pathdiagram;
	lineqs
		V5 =         F3 + E5,

		V6 = LV6F1   F1 + E6,
		V7 = LV7F1   F1 + E7,

		V8 = LV8F4   F4 + E8,
		V9 =         F4 + E9,
		V10 = LV10F4   F4 + E10,
		
		V11 = LV11F2 F2 + E11,
		V12 = LV12F2 F2 + E12,
		V14 = LV14F2 F2 + E14,

		V13 =        F5 + E13,
		V15 = LV15F5 F5 + E15,
		V16 = LV16F5 F5 + E16,
		V17 = LV17F5 F5 + E17,
		V18 = LV18F5 F5 + E18,

		V22 =        F6 + E22,

		V23 =        F7 + E23,

		F7 = PF1F7 F1 + PF2F7 F2 + PF3F7 F3 + PF4F7 F4 + PF5F7 F5 + PF6F7 F6 + D7
	;
	variance 
		E5      =  0.01,
/*		E3-E4   =  VARE3-VARE4,*/
		E6-E18  =  VARE6-VARE18,
		E22     =  0.01,
		E23     =  0.01,

		D7      =  VARD7,

		F1      =  VARF1,
		F2      =  VARF2,
		F4      =  VARF4,
		F5      =  VARF5,
		F3      =  VARF3,
		F6      =  VARF6
	;
	COV
		F1 F2 = CF1F2,
		F1 F3 = CF1F3,
		F1 F4 = CF1F4,
		F1 F5 = CF1F5,
		F1 F6 = CF1F6,
		F2 F3 = CF2F3,
		F2 F4 = CF2F3,
		F2 F5 = CF2F5,
		F2 F6 = CF2F6,
		F3 F4 = CF3F4,
		F3 F5 = CF3F5,
		F3 F6 = CF3F6,
		F4 F5 = CF4F5,
		F4 F6 = CF4F6,
		F5 F6 = CF5F6
	;
	VAR V1-V18 V22-V23;
	*by center;
RUN;
ods graphics off;

&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 May 2022 07:10:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/812558#M40071</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2022-05-11T07:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;PROC CALIS&gt;  how to create a acceptable pathdiagram。</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/812641#M40072</link>
      <description>&lt;P&gt;You might want to use the PATHDIGRAM statement in PROC CALIS, which provides much more controls over the appearance of the path diagram.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_009/statug/statug_calis_syntax121.htm" target="_blank"&gt;SAS Help Center: PATHDIAGRAM Statement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And also check out this paper --&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/stat/papers/2014/yungpd2014.pdf?msclkid=682adfa7d12911ec83b62fd6926fbc19" target="_blank"&gt;yungpd2014.pdf (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jill&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/812641#M40072</guid>
      <dc:creator>jiltao</dc:creator>
      <dc:date>2022-05-11T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;PROC CALIS&gt;  how to create a acceptable pathdiagram。</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/813456#M40110</link>
      <description>&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/lt-PROC-CALIS-gt-how-to-create-a-acceptable-pathdiagram/m-p/813456#M40110</guid>
      <dc:creator>Phoenix_LJ</dc:creator>
      <dc:date>2022-05-16T13:34:09Z</dc:date>
    </item>
  </channel>
</rss>

