<?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 Could you please help to share SAS codes/format for Harman’s single factor test? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857791#M37837</link>
    <description>&lt;P&gt;Could you please help to share SAS codes/format for Harman’s single factor test? I greatly appreciate it.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 17:02:12 GMT</pubDate>
    <dc:creator>Problem-Solver</dc:creator>
    <dc:date>2023-02-08T17:02:12Z</dc:date>
    <item>
      <title>Harman’s single factor test?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857789#M37836</link>
      <description>&lt;P&gt;Could you please help to share SAS codes/format for Harman’s single factor test? I greatly appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 16:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857789#M37836</guid>
      <dc:creator>Problem-Solver</dc:creator>
      <dc:date>2023-02-08T16:45:01Z</dc:date>
    </item>
    <item>
      <title>Could you please help to share SAS codes/format for Harman’s single factor test?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857791#M37837</link>
      <description>&lt;P&gt;Could you please help to share SAS codes/format for Harman’s single factor test? I greatly appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857791#M37837</guid>
      <dc:creator>Problem-Solver</dc:creator>
      <dc:date>2023-02-08T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Could you please help to share SAS codes/format for Harman’s single factor test?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857807#M37839</link>
      <description>&lt;P&gt;&lt;A href="https://www.lexjansen.com/mwsug/2014/AA/MWSUG-2014-AA11.pdf" target="_blank"&gt;Assuming this method is correct&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;
*ods select VarExplainWgt;
proc factor data=jobratings
   method=ml rotate=none nfactors=1 ;
   var 'Communication Skills'n
      'Problem Solving'n
      'Learning Ability'n
      'Judgment under Pressure'n
      'Observational Skills'n
      'Willingness to Confront Problems'n
      'Interest in People'n
      'Interpersonal Sensitivity'n
      'Desire for Self-Improvement'n
      'Appearance'n
      'Dependability'n
      'Physical Ability'n
      'Integrity'n
      'Overall Rating'n ;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/438478"&gt;@Problem-Solver&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Could you please help to share SAS codes/format for Harman’s single factor test? I greatly appreciate it.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 18:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857807#M37839</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-02-08T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Could you please help to share SAS codes/format for Harman’s single factor test?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857822#M37845</link>
      <description>Thank you</description>
      <pubDate>Wed, 08 Feb 2023 18:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857822#M37845</guid>
      <dc:creator>Problem-Solver</dc:creator>
      <dc:date>2023-02-08T18:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Could you please help to share SAS codes/format for Harman’s single factor test?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857824#M37846</link>
      <description>&lt;P&gt;Thank you...&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 19:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Harman-s-single-factor-test/m-p/857824#M37846</guid>
      <dc:creator>Problem-Solver</dc:creator>
      <dc:date>2023-02-08T19:00:14Z</dc:date>
    </item>
  </channel>
</rss>

