<?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: Running Factor Score with Polychoric Correlation in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Running-Factor-Score-with-Polychoric-Correlation/m-p/238575#M12643</link>
    <description>&lt;P&gt;Take a close look at the actual contents of the data set you generated with Proc factor, maybe print all or part of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then take a look at the data set created by Proc Corr (which you don't show in your code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Score is expecting some specific bits that aren't in the default output of Proc Corr. You likely need to make a pass with a data step to add as a minimum a character variable named _type_ with values of SCORE.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 20:36:26 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-12-09T20:36:26Z</dc:date>
    <item>
      <title>Running Factor Score with Polychoric Correlation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Running-Factor-Score-with-Polychoric-Correlation/m-p/238502#M12635</link>
      <description>&lt;P&gt;I'm trying to get factor scores for my data set using polychoric correlation. I am trying to follow&amp;nbsp;the same precedure one would use for&amp;nbsp;Pearson Correlation. The following Pearson Correlation runs fine:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;proc factor&lt;/STRONG&gt; data=Diss.Impact method=principal score outstat=Diss.Fact;&lt;BR /&gt;var Impact_ELLs Impact_curric Impact_acheive Impact_manage Impact_teach;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;proc score&lt;/STRONG&gt; data=Diss.Impact score=Diss.Fact out=Diss.FScore;&lt;BR /&gt;var Impact_ELLs Impact_curric Impact_acheive Impact_manage Impact_teach;&lt;BR /&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I run the &lt;STRONG&gt;proc factor&lt;/STRONG&gt;, the&amp;nbsp;factor statistics table &amp;nbsp;gives me the correlations, eigenvaules, patters, and scores in the Diss.Fact file. When I run &lt;STRONG&gt;proc score&lt;/STRONG&gt;, I get a new data set with&amp;nbsp;my five variables and Factor score for each case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, to get the polychoric correlation stats, I run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;corr&lt;/STRONG&gt; data=Diss.Impact polychoric;&lt;/P&gt;&lt;P&gt;var Impact_ELLs Impact_curric Impact_acheive Impact_manage Impact_teach;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a new factor statistics table with the polychoric correlation stats&amp;nbsp;but I cannot&amp;nbsp;produce the coefficient score needed to run the &lt;STRONG&gt;proc score&lt;/STRONG&gt; test correctly. I get this error:&lt;/P&gt;&lt;P&gt;ERROR: No observation of scoring coefficients having _TYPE_='SCORE' is found in the SCORE= data&amp;nbsp;set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does one create the scoring coefficients when trying to produce factor score in a polychoric correlation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using SAS 9.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 13:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Running-Factor-Score-with-Polychoric-Correlation/m-p/238502#M12635</guid>
      <dc:creator>ssahr</dc:creator>
      <dc:date>2015-12-09T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running Factor Score with Polychoric Correlation</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Running-Factor-Score-with-Polychoric-Correlation/m-p/238575#M12643</link>
      <description>&lt;P&gt;Take a close look at the actual contents of the data set you generated with Proc factor, maybe print all or part of it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then take a look at the data set created by Proc Corr (which you don't show in your code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Score is expecting some specific bits that aren't in the default output of Proc Corr. You likely need to make a pass with a data step to add as a minimum a character variable named _type_ with values of SCORE.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Running-Factor-Score-with-Polychoric-Correlation/m-p/238575#M12643</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-09T20:36:26Z</dc:date>
    </item>
  </channel>
</rss>

