<?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 do you use JMP to standardize data? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14394#M13441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to solutions already offered, it sounded like you might want to use historical data to determine how to standardize new values. If so, then you simply compute and store the mean and standard deviation of the historical sample, then use this computation: (new-mean)/(standard deviation) to standardize the new value. The computation could be performed in a column formula or with a script, depending on the situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Sep 2015 14:14:53 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2015-09-25T14:14:53Z</dc:date>
    <item>
      <title>How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14390#M13437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An assignment requires that we standardize the data for a particular variable (runtime) and see what a current value would become after standardizing the data. Any ideas on how to do this? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 23:20:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14390#M13437</guid>
      <dc:creator>rebecca_drebin0</dc:creator>
      <dc:date>2015-09-22T23:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14391#M13438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rebecca,&lt;/P&gt;&lt;P&gt;the most trivial way would be to do a distribution of the variable and from the red triangle menu to choose save standardized as in the picture.&lt;/P&gt;&lt;P&gt;this will create a new column in the data table with the standardized values of the variable for each row.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9916_pastedImage_0.png" style="width: 1053px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2208i5AE3E3DF3D9BC7ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9916_pastedImage_0.png" alt="9916_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;otherwise you can create a new column and insert the Standardized formula manually.&lt;/P&gt;&lt;P&gt;in some cases (such as the fit model platform) you do not need to standardize the data prior to the analysis since you can request the standardized coefficients&amp;nbsp; in the results. to do this you right click on the parameter estimates table and ask for the Std beta under the Columns option.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9938_pastedImage_1.png" style="width: 717px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2209i6709BD5656870169/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9938_pastedImage_1.png" alt="9938_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:42:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14391#M13438</guid>
      <dc:creator>ron_horne</dc:creator>
      <dc:date>2016-10-19T00:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14392#M13439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add on to Ron's reply standardizing data can also be classified as centering and scaling the data.&amp;nbsp; Centering is where you subtract the mean from all values and scaling is dividing the centered data by the standard deviation.&amp;nbsp; You can build the formula for this by first doing Analyze &amp;gt; Distribution and getting the mean and standard deviation values for your data.&amp;nbsp; You can then make a new column and create a column formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime value - mean value/Stdev value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 12:10:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14392#M13439</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2015-09-23T12:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14393#M13440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you can create a virtual column this way, without the need to build a formula directly:&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="9936_Screen Shot 2015-09-23 at 13.19.23.png" style="width: 434px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2210iA2ADC92DDCFB8BF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9936_Screen Shot 2015-09-23 at 13.19.23.png" alt="9936_Screen Shot 2015-09-23 at 13.19.23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:42:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14393#M13440</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2016-10-19T00:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14394#M13441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to solutions already offered, it sounded like you might want to use historical data to determine how to standardize new values. If so, then you simply compute and store the mean and standard deviation of the historical sample, then use this computation: (new-mean)/(standard deviation) to standardize the new value. The computation could be performed in a column formula or with a script, depending on the situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 14:14:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/14394#M13441</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2015-09-25T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/215227#M43007</link>
      <description>&lt;P&gt;The "Distributional" option to standardize the column doesn't appear for me (JMP14). What version are you using?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605"&gt;@ian_jmp&lt;/a&gt;&amp;nbsp;wrote:&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3605"&gt;@ian_jmp&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;And you can create a virtual column this way, without the need to build a formula directly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9936_Screen Shot 2015-09-23 at 13.19.23.png" style="width: 434px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2210iA2ADC92DDCFB8BF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9936_Screen Shot 2015-09-23 at 13.19.23.png" alt="9936_Screen Shot 2015-09-23 at 13.19.23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;And you can create a virtual column this way, without the need to build a formula directly:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9936_Screen Shot 2015-09-23 at 13.19.23.png" style="width: 434px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2210iA2ADC92DDCFB8BF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9936_Screen Shot 2015-09-23 at 13.19.23.png" alt="9936_Screen Shot 2015-09-23 at 13.19.23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 04:29:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/215227#M43007</guid>
      <dc:creator>bayesfactor</dc:creator>
      <dc:date>2019-06-28T04:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use JMP to standardize data?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/215284#M43024</link>
      <description>&lt;P&gt;The Distributional feature is available in JMP 14.&amp;nbsp; Here is the documentation taken from the "Using JMP" document. The Distributional feature only appears if you right click on a numeric column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&lt;STRONG&gt;Transform Columns&lt;/STRONG&gt;&lt;BR /&gt;Each launch window in JMP enables you to create one or more temporary transform columns&lt;BR /&gt;for use in performing analyses. These transform columns are not part of the source data table&lt;BR /&gt;and only can be used within the context of the current launch window. Transform columns&lt;BR /&gt;use formulas or calculations to define the column values. Closing the launch window deletes&lt;BR /&gt;any transform columns.&lt;BR /&gt;Each column listed in the Select Columns pane of the launch window includes an icon&lt;BR /&gt;representing the column’s modeling type (continuous, ordinal, or nominal) and the column&lt;BR /&gt;name. Right-click on a column name to create a transform column using Transform, Character,&lt;BR /&gt;Combine, Pairwise, Aggregate, Distributional, Date Time, Random, Row, Vector, or Formula&lt;BR /&gt;to calculate the column’s values.&lt;BR /&gt;Right-click&amp;nbsp;options depend on the selected column’s data type and number of columns&lt;BR /&gt;selected.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;The "Using JMP" document is available&amp;nbsp;@&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Using JMP&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 08:56:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-you-use-JMP-to-standardize-data/m-p/215284#M43024</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-06-28T08:56:21Z</dc:date>
    </item>
  </channel>
</rss>

