<?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 Problems Running a CFA in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Problems-Running-a-CFA/m-p/410774#M21527</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my PhD courses I'm asked to perform a CFA in SAS.&lt;/P&gt;&lt;P&gt;The task description&amp;nbsp;last two questions concerning the CFA are the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;In the SAS data file "psy.sas7bdat" (or in "psy.txt" on the website) you can find the correlation matrix based on nine psychological tests which were administered to 145 children. The variables are denoted by the labels v1 through v9. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hypothesis is that these are indicators of three latent factors which are called ‘Visual’,&lt;/P&gt;&lt;P&gt;‘Verbal’ and ‘Speed’ (v1-v3 for ‘Visual, v4-v6 for ‘Verbal’ and v7-v9 for ‘Speed’). The factors are assumed to correlate.&lt;/P&gt;&lt;P&gt; Does this model fit the data?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Test whether the loadings of v5 and v6 are the same.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Test whether the correlation between the factor ‘Visual’ and the factor ‘Speed’ = 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Arial,Arial" size="3"&gt;TIP&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;: Sometimes it can be necessary to increase "maxiter" in the proc calis procedure in SAS to achieve convergence.&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;does anyone know how to&amp;nbsp;solve the two last questions (in&amp;nbsp;&lt;STRONG&gt;bold)&lt;/STRONG&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;To read the data you can use this statement:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename webdata url "&lt;A href="http://feb.kuleuven.be/martina.vandebroek/public/Statdata/psy.txt" target="_blank"&gt;http://feb.kuleuven.be/martina.vandebroek/public/Statdata/psy.txt&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;&lt;STRONG&gt;data &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;testimport (type=corr); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infile webdata;&lt;/P&gt;&lt;P&gt;input _TYPE_$ _NAME_ $ v1 v2 v3 v4 v5 v6 v7 v8 v9;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;&lt;STRONG&gt;proc print &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;data = testimport; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Does anyone know how to test whether two loadings are the same, and how to test correlation between two latent factors in the CFA?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thanks in advance,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Maarten &lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2017 08:19:19 GMT</pubDate>
    <dc:creator>MaartenCerpenti</dc:creator>
    <dc:date>2017-11-06T08:19:19Z</dc:date>
    <item>
      <title>Problems Running a CFA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problems-Running-a-CFA/m-p/410774#M21527</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my PhD courses I'm asked to perform a CFA in SAS.&lt;/P&gt;&lt;P&gt;The task description&amp;nbsp;last two questions concerning the CFA are the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;In the SAS data file "psy.sas7bdat" (or in "psy.txt" on the website) you can find the correlation matrix based on nine psychological tests which were administered to 145 children. The variables are denoted by the labels v1 through v9. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hypothesis is that these are indicators of three latent factors which are called ‘Visual’,&lt;/P&gt;&lt;P&gt;‘Verbal’ and ‘Speed’ (v1-v3 for ‘Visual, v4-v6 for ‘Verbal’ and v7-v9 for ‘Speed’). The factors are assumed to correlate.&lt;/P&gt;&lt;P&gt; Does this model fit the data?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Test whether the loadings of v5 and v6 are the same.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Test whether the correlation between the factor ‘Visual’ and the factor ‘Speed’ = 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Arial,Arial" size="3"&gt;TIP&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;: Sometimes it can be necessary to increase "maxiter" in the proc calis procedure in SAS to achieve convergence.&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;does anyone know how to&amp;nbsp;solve the two last questions (in&amp;nbsp;&lt;STRONG&gt;bold)&lt;/STRONG&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;To read the data you can use this statement:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename webdata url "&lt;A href="http://feb.kuleuven.be/martina.vandebroek/public/Statdata/psy.txt" target="_blank"&gt;http://feb.kuleuven.be/martina.vandebroek/public/Statdata/psy.txt&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;&lt;STRONG&gt;data &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;testimport (type=corr); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infile webdata;&lt;/P&gt;&lt;P&gt;input _TYPE_$ _NAME_ $ v1 v2 v3 v4 v5 v6 v7 v8 v9;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;&lt;STRONG&gt;proc print &lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;data = testimport; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New,Courier New PS" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Does anyone know how to test whether two loadings are the same, and how to test correlation between two latent factors in the CFA?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thanks in advance,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Maarten &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problems-Running-a-CFA/m-p/410774#M21527</guid>
      <dc:creator>MaartenCerpenti</dc:creator>
      <dc:date>2017-11-06T08:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems Running a CFA</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Problems-Running-a-CFA/m-p/412539#M21618</link>
      <description>&lt;P&gt;You can refer the following paper on Factor Analysis using SAS it might help you to get the answer for your query&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ijsmi, Editor (2017-04-26).&amp;nbsp;&lt;A href="http://www.ijsmi.com/Journal/index.php/IJSMI/article/view/6" target="_blank"&gt;&lt;EM&gt;"Tutorial: Factor analysis revisited – An overview with the help of SPSS, SAS and R packages"&lt;/EM&gt;&lt;/A&gt;.&amp;nbsp;International Journal of Statistics and Medical Informatics.&amp;nbsp;&lt;STRONG&gt;3&lt;/STRONG&gt;&amp;nbsp;(1).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ijsmi.com/Journal/index.php/IJSMI/article/view/6" target="_blank"&gt;http://www.ijsmi.com/Journal/index.php/IJSMI/article/view/6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2017 04:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Problems-Running-a-CFA/m-p/412539#M21618</guid>
      <dc:creator>statuser1</dc:creator>
      <dc:date>2017-11-11T04:50:26Z</dc:date>
    </item>
  </channel>
</rss>

