<?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: JMP &amp;gt; Factor Analysis &amp;gt; Input Structure Issue in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485872#M72977</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9474"&gt;@Georg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reminding me of the examples and the scripting guide. I did study these examples, but I still struggle with applying this method to my large data set. Does it even make sense to look at 4800 variables in Factor Analysis? I am starting to believe that my original question was misguided.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 01:32:04 GMT</pubDate>
    <dc:creator>Thierry_S</dc:creator>
    <dc:date>2022-05-11T01:32:04Z</dc:date>
    <item>
      <title>JMP &gt; Factor Analysis &gt; Input Structure Issue</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/484949#M72910</link>
      <description>&lt;P&gt;Hi JMP Community,&lt;/P&gt;
&lt;P&gt;I have a large data set (354 cases [Rows] x 4800 variables [Columns]) derived from a metabolomic analysis. While reviewing the data by PCA, I noticed a clear separation of the data into two populations (see below). Now, I need to assess the possible contribution of cases' properties (e.g., Gender, Age, Treatment) to this separation.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thierry_S_0-1651953879707.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42300i0BBACFC519025D0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Thierry_S_0-1651953879707.png" alt="Thierry_S_0-1651953879707.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assumed that Factor Analysis would be the right platform to use, but I failed to grasp how to format the input for this analysis properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot share the actual data because of its confidential nature. Hence, let me know if it would help if I created and shared a mock table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:48:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/484949#M72910</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2023-06-10T23:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; Factor Analysis &gt; Input Structure Issue</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485865#M72974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;, did you check the two examples in the scripting index?&lt;/P&gt;
&lt;P&gt;Perhaps that may guide you through. Good Luck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Cities.jmp" );
obj = dt &amp;lt;&amp;lt; Principal Components(
	Y( :OZONE, :CO, :SO2, :NO, :PM10 ),
	"on Correlations"
);
obj &amp;lt;&amp;lt; Factor Analysis( "ML", "SMC", 2, "Varimax" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Georg_0-1652218872999.png" style="width: 822px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42367i28689DE2BD700B25/image-dimensions/822x339?v=v2" width="822" height="339" role="button" title="Georg_0-1652218872999.png" alt="Georg_0-1652218872999.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 21:43:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485865#M72974</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-05-10T21:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; Factor Analysis &gt; Input Structure Issue</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485872#M72977</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9474"&gt;@Georg&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reminding me of the examples and the scripting guide. I did study these examples, but I still struggle with applying this method to my large data set. Does it even make sense to look at 4800 variables in Factor Analysis? I am starting to believe that my original question was misguided.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;TS&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 01:32:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485872#M72977</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2022-05-11T01:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: JMP &gt; Factor Analysis &gt; Input Structure Issue</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485939#M72985</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11634"&gt;@Thierry_S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I do not have experience with that many factors.&lt;/P&gt;
&lt;P&gt;Maybe it's a good idea to have an example table, to get further ideas from the community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you have already identified the clusters (i.e. the "y"), what about response screening for identifying (and filtering) important factors? I believe, you have to test different ways and compare.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 06:18:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-gt-Factor-Analysis-gt-Input-Structure-Issue/m-p/485939#M72985</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2022-05-11T06:18:25Z</dc:date>
    </item>
  </channel>
</rss>

