<?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 How do I get Z-scores in JMP? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909139#M106786</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking to figure out how to find Z-scores for my data in JMP, which is not a simple matched pairs. This is what some of my data looks like:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CompositeLemur6_0-1761154798354.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85542iB3917958CEFC50DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CompositeLemur6_0-1761154798354.png" alt="CompositeLemur6_0-1761154798354.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm looking at protein concentrations (JS values) for different proteins at 3 time points (day 0, day 30, day 90) for multiple subjects (only subject 1 and 2 are here). Is there a way I can format this data to obtain Z-scores for each protein type using JMP?&amp;nbsp; I do not completely understand JMP or how to manipulate this sort of data, so any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Oct 2025 17:43:53 GMT</pubDate>
    <dc:creator>CompositeLemur6</dc:creator>
    <dc:date>2025-10-22T17:43:53Z</dc:date>
    <item>
      <title>How do I get Z-scores in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909139#M106786</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking to figure out how to find Z-scores for my data in JMP, which is not a simple matched pairs. This is what some of my data looks like:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CompositeLemur6_0-1761154798354.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/85542iB3917958CEFC50DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CompositeLemur6_0-1761154798354.png" alt="CompositeLemur6_0-1761154798354.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I'm looking at protein concentrations (JS values) for different proteins at 3 time points (day 0, day 30, day 90) for multiple subjects (only subject 1 and 2 are here). Is there a way I can format this data to obtain Z-scores for each protein type using JMP?&amp;nbsp; I do not completely understand JMP or how to manipulate this sort of data, so any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 17:43:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909139#M106786</guid>
      <dc:creator>CompositeLemur6</dc:creator>
      <dc:date>2025-10-22T17:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Z-scores in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909176#M106787</link>
      <description>&lt;P&gt;You can always add columns with formulae. &amp;nbsp;Z-score = mean - (data point of interest) divided by standard deviation.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 18:32:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909176#M106787</guid>
      <dc:creator>statman</dc:creator>
      <dc:date>2025-10-22T18:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Z-scores in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909184#M106788</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/76003"&gt;@CompositeLemur6&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Following the advice from &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4358"&gt;@statman&lt;/a&gt;, JMP has some "built-in" functions that can be used easily.&lt;BR /&gt;One of them is "Standardize", which directly does the calculation you want. Simply right-click on the column you want to standardize, then go to "Distributional" menu and then choose "Standardize" : &lt;A href="https://www.jmp.com/support/help/en/18.2/#page/jmp/transform-columns-in-a-jmp-platform.shtml" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/18.2/#page/jmp/transform-columns-in-a-jmp-platform.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to standardize the values by protein, simply right-click on "protein name" column and choose "Group By" before standardizing the values.&lt;BR /&gt;&lt;BR /&gt;Hope this answer will help you,&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 22:11:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909184#M106788</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-10-22T22:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Z-scores in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909217#M106793</link>
      <description>&lt;P&gt;Yes, this is very helpful. Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 01:37:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909217#M106793</guid>
      <dc:creator>CompositeLemur6</dc:creator>
      <dc:date>2025-10-23T01:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get Z-scores in JMP?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909218#M106794</link>
      <description>&lt;P&gt;Thank you very much! This worked.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 01:37:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-Z-scores-in-JMP/m-p/909218#M106794</guid>
      <dc:creator>CompositeLemur6</dc:creator>
      <dc:date>2025-10-23T01:37:22Z</dc:date>
    </item>
  </channel>
</rss>

