<?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 to change the variables name in PCA loading scatter plot? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/636924#M83483</link>
    <description>&lt;P&gt;The names of the variables in the loadings plot are the names of the data columns. Change the column names before the PCA.&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 16:06:06 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-05-30T16:06:06Z</dc:date>
    <item>
      <title>How to change the variables name in PCA loading scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/636469#M83457</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to change the variables name in loading scatter plot but I can't. The variables included in PCA analysis are from two linked data tables. I'd like to change the columns name to new abbreviation names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 16:46:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/636469#M83457</guid>
      <dc:creator>sofiasousa24</dc:creator>
      <dc:date>2023-05-29T16:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the variables name in PCA loading scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/636924#M83483</link>
      <description>&lt;P&gt;The names of the variables in the loadings plot are the names of the data columns. Change the column names before the PCA.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:06:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/636924#M83483</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-05-30T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the variables name in PCA loading scatter plot?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/637156#M83495</link>
      <description>&lt;P&gt;If for whatever reason you don't want to rename the columns, you could make calculated columns when launching the platform.&amp;nbsp; Here is one table with a PCA showing the original names and one with shorter names:&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/Quality Control/Chemical Reactor Process.jmp" );

New window("PCA Compare",
	h list box(
		dt &amp;lt;&amp;lt; Principal Components(
			Y( :A.Feed.S1, :D.Feed.S2, :E.Feed.S3, :Total.Feed.S4 ),
			Estimation Method( "Row-wise" ),
			Standardize( "Standardized" ),
			Loading Plot( 2 )
		),

		dt &amp;lt;&amp;lt; Principal Components(
			Transform Column( "S1", Formula( :A.Feed.S1 ) ),
			Transform Column( "S2", Formula( :D.Feed.S2 ) ),
			Transform Column( "S3", Formula( :E.Feed.S3 ) ),
			Transform Column( "S4", Formula( :Total.Feed.S4 ) ),
			Y( :S1, :S2, :S3, :S4 ),
			Estimation Method( "Row-wise" ),
			Standardize( "Standardized" ),
			Loading Plot( 2 )
		);
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 May 2023 20:51:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-change-the-variables-name-in-PCA-loading-scatter-plot/m-p/637156#M83495</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-05-30T20:51:24Z</dc:date>
    </item>
  </channel>
</rss>

