<?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: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/259956#M19687</link>
    <description>Thank you very much!&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Mar 2016 03:44:40 GMT</pubDate>
    <dc:creator>smusaad</dc:creator>
    <dc:date>2016-03-30T03:44:40Z</dc:date>
    <item>
      <title>How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/251778#M19685</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am testing a structurual equation model using PROC CALIS (SAS 9.3).&lt;/P&gt;&lt;P&gt;I am using Full Information Maximum Likelihood with 373 complete records, and specify the relationships using the PATH statement.&lt;/P&gt;&lt;P&gt;I was wondering if anyone knows a way to obtain 95% confidence intervals for the standardized beta coefficients ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the advice&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 14:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/251778#M19685</guid>
      <dc:creator>smusaad</dc:creator>
      <dc:date>2016-02-23T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/259896#M19686</link>
      <description>&lt;P&gt;Add the following statement in between your PROC CALIS;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;output&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pathliststd = pathliststd;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;The table Pathliststd contains the 95% confidence intervals for the standardized beta coefficients. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:57:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/259896#M19686</guid>
      <dc:creator>cici0017</dc:creator>
      <dc:date>2016-03-29T20:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/259956#M19687</link>
      <description>Thank you very much!&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2016 03:44:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/259956#M19687</guid>
      <dc:creator>smusaad</dc:creator>
      <dc:date>2016-03-30T03:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/374648#M19688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having the same problem and the sugested solution does not work. I was wondering if you can help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my code (I'm using pathlist as I'm not interested in the standerdized estimates):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc calis data=data1 NOSTAND method=fiml ;&lt;BR /&gt;path V1&amp;lt;- V2 &amp;nbsp; &amp;nbsp;V3 &amp;nbsp; &amp;nbsp;V4; ods output PATHList = PATHList;&lt;BR /&gt;run;&lt;BR /&gt;proc print data= PATHList ; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 18:48:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/374648#M19688</guid>
      <dc:creator>seltonsy</dc:creator>
      <dc:date>2017-07-10T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/375557#M19689</link>
      <description>&lt;P&gt;Not sure why exactly does not work. But do you receive any error message in the log with the METHOD = FIML option on the CALIS statement?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 03:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/375557#M19689</guid>
      <dc:creator>cici0017</dc:creator>
      <dc:date>2017-07-13T03:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I calculate 95% confidence intervals for standardized beta coefficients in PROC CALIS?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/375790#M19692</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply,&lt;BR /&gt;&lt;BR /&gt;I just knew that SAS 9.3 does not have it, I will upgrade to 9.4 and it should work.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 13 Jul 2017 18:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-calculate-95-confidence-intervals-for-standardized/m-p/375790#M19692</guid>
      <dc:creator>seltonsy</dc:creator>
      <dc:date>2017-07-13T18:26:13Z</dc:date>
    </item>
  </channel>
</rss>

