<?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 scale each column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/42463#M24678</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also have similar problem. I want to divide all of the first 10 columns to Column 11 and multiply them with 100&lt;/P&gt;&lt;P&gt;Column 1 / Column 11*100,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 2 / Column 11*100&lt;/P&gt;&lt;P&gt;Column 3 / Column 11*100....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Column 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a simple way of doing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 06:23:02 GMT</pubDate>
    <dc:creator>nac</dc:creator>
    <dc:date>2017-07-25T06:23:02Z</dc:date>
    <item>
      <title>How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12843#M12168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple question, I want to scale each column in a data table. So that each value of the same column is divided by the standard deviation of the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course I can use the formula editor therefore if I have only a few columns, unfortunately I have over 1000 columns. So it would be great to have a function/tool in JMP which allows me to do that with all columns iterative. So that all values in column 2 are divided by the standard deviation of column 2 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really searched for over 2 hours by myself to solve that problem, which can be solved in excel so easy. So I'm pretty sure there have to be an easy solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if someone can help me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 21:52:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12843#M12168</guid>
      <dc:creator>marcokunzelmann</dc:creator>
      <dc:date>2015-06-15T21:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12844#M12169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;Cols-&amp;gt;Standardize Attributes...&lt;/STRONG&gt; to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, use &lt;STRONG&gt;Cols-&amp;gt;Add Multiple Columns...&lt;/STRONG&gt; to add all the columns you'll need to hold your transformations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, select all the newly added columns and choose &lt;STRONG&gt;Cols-&amp;gt;Standardize Attributes...&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Standardize Attributes dialog choose &lt;STRONG&gt;Column Properties-&amp;gt;Formula&lt;/STRONG&gt; in the Standardize Properties section and check the &lt;STRONG&gt;Substitute Column Reference&lt;/STRONG&gt; option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8949_Pasted_Image_6_16_15__10_44_AM.png" style="width: 641px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/1654iD90B73079BC6896D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8949_Pasted_Image_6_16_15__10_44_AM.png" alt="8949_Pasted_Image_6_16_15__10_44_AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then click the &lt;STRONG&gt;Edit Formula&lt;/STRONG&gt; button. You'll be creating the formula for the first column in the selected columns and JMP will substitute any column references you use in the formula based on the relative position of the columns in the data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 23:32:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12844#M12169</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-18T23:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12845#M12170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Jeff. A JSL-free solution!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 18:18:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12845#M12170</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2015-06-17T18:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12846#M12171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Cool and easy. I have achieved similar results by "cheating", that is opening graph builder, transforming my columns and then adding the transformations into my tables.&amp;nbsp; The advantage to that "cheat" is that you get column names. But still no scripting involved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;However, the "Substitute Column Reference" option is a gem. Just "fixed" 6 column formulas by "fixing" one! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:26:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12846#M12171</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2015-06-18T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12847#M12172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit late from my side, but thanks for the answer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 20:44:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/12847#M12172</guid>
      <dc:creator>marcokunzelmann</dc:creator>
      <dc:date>2015-07-06T20:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to scale each column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/42463#M24678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also have similar problem. I want to divide all of the first 10 columns to Column 11 and multiply them with 100&lt;/P&gt;&lt;P&gt;Column 1 / Column 11*100,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 2 / Column 11*100&lt;/P&gt;&lt;P&gt;Column 3 / Column 11*100....&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Column 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a simple way of doing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 06:23:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-scale-each-column/m-p/42463#M24678</guid>
      <dc:creator>nac</dc:creator>
      <dc:date>2017-07-25T06:23:02Z</dc:date>
    </item>
  </channel>
</rss>

