<?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: Help to develop script for normalized calcualtion in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221591#M44225</link>
    <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;You can calculate the standard scores by the following:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a summary data table&amp;nbsp;
&lt;OL&gt;
&lt;LI&gt;Tables==&amp;gt;Summary
&lt;OL&gt;
&lt;LI&gt;Specify to create the mean, standard deviation&lt;/LI&gt;
&lt;LI&gt;Group by the column that identifies each person&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Once the new table is created, go back to the original data table and
&lt;OL&gt;
&lt;LI&gt;Tables==&amp;gt;Join
&lt;OL&gt;
&lt;LI&gt;Match based upon the column that identifies each person&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL&gt;
&lt;LI&gt;In the new table that is created, create a new column
&lt;OL&gt;
&lt;LI&gt;use the formula&amp;nbsp; (:value-:mean)/:standard deviation&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This will create the standardized value for each persons data&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 00:57:43 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2019-08-14T00:57:43Z</dc:date>
    <item>
      <title>Help to develop script for normalized calcualtion</title>
      <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221554#M44219</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could I get some help to develop a script which can calculate a normalized score. For example, in the attached sheet I have point scores for 5 people. It is difficult to compare them as is since each person's score seem to be on a different scale.&lt;/P&gt;&lt;P&gt;I would therefore normalize the data and compare. First, I compute the average score for each person and then divide each person's score with his average to come up with the normalized score, this is what is in the normalized points column. This is a tedious job if the size of the data set is large.&lt;/P&gt;&lt;P&gt;I was wondering if I can get some help to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 19:10:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221554#M44219</guid>
      <dc:creator>raj138</dc:creator>
      <dc:date>2019-08-13T19:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help to develop script for normalized calcualtion</title>
      <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221576#M44220</link>
      <description>Hi Raj,&lt;BR /&gt;Assuming that you have JMP14, have you tried the "Standardize" option in the "New Formula Column &amp;gt; Distribution" menu (accessible by right-clicking on the columns containing your raw scores)?</description>
      <pubDate>Tue, 13 Aug 2019 21:26:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221576#M44220</guid>
      <dc:creator>Thierry_S</dc:creator>
      <dc:date>2019-08-13T21:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help to develop script for normalized calcualtion</title>
      <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221587#M44222</link>
      <description>&lt;P&gt;Hi Thierry,&lt;/P&gt;&lt;P&gt;It doesn't give me what I want since the calculation considers the whole data set at one. For example, it computes the average for all the values and uses it to standardize the data. What I want to do is that the average be computed for each person individually and use it to standardize the data for that particular person.&lt;/P&gt;&lt;P&gt;-Raj&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:15:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221587#M44222</guid>
      <dc:creator>raj138</dc:creator>
      <dc:date>2019-08-13T22:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help to develop script for normalized calcualtion</title>
      <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221591#M44225</link>
      <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;You can calculate the standard scores by the following:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a summary data table&amp;nbsp;
&lt;OL&gt;
&lt;LI&gt;Tables==&amp;gt;Summary
&lt;OL&gt;
&lt;LI&gt;Specify to create the mean, standard deviation&lt;/LI&gt;
&lt;LI&gt;Group by the column that identifies each person&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Once the new table is created, go back to the original data table and
&lt;OL&gt;
&lt;LI&gt;Tables==&amp;gt;Join
&lt;OL&gt;
&lt;LI&gt;Match based upon the column that identifies each person&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL&gt;
&lt;LI&gt;In the new table that is created, create a new column
&lt;OL&gt;
&lt;LI&gt;use the formula&amp;nbsp; (:value-:mean)/:standard deviation&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This will create the standardized value for each persons data&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 00:57:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/221591#M44225</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-08-14T00:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help to develop script for normalized calcualtion</title>
      <link>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/222332#M44356</link>
      <description>&lt;P&gt;Thank you Jim.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 21:30:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Help-to-develop-script-for-normalized-calcualtion/m-p/222332#M44356</guid>
      <dc:creator>raj138</dc:creator>
      <dc:date>2019-08-19T21:30:22Z</dc:date>
    </item>
  </channel>
</rss>

