cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
Finding Standardized Values (z-Scores)

This guide demonstrates three methods for calculating standardized values (z-scores) for a continuous variable.

Method 1 (Save Standardized)

  1. From an open JMP data table, select Analyze > Distribution.
  2. Select one or more continuous variables from Select Columns and click Y, Columns.
  3. Click OK to generate a histogram and descriptive statistics.
  4. Click on the red triangle for the variable, and select Save > Standardized. A new column of the standardized values will be
    saved to the data table.  The column Std height contains z-scores for height.

Big Class.jmp (Help > Sample Data Folder)Big Class.jmp (Help > Sample Data Folder)

 

 

 

 

 

 

 

gail_massari_3-1753986383955.png

gail_massari_5-1753986496424.png

 

Method 2 (Instant Formula)

  1. From an open JMP data table, right click on the column that you want to standardize and select New Formula Column > Distributional > Standardize. A new column of the standardized values will be created
    in the data table.

To view the formula, right-click on the column header for this new column and select Formula.

Method 3 (Create Formula with Formula Editor)

  1. From an open JMP data table, select Cols > New Column.
  2. Under Column Name, assign a name for the column.
  3. Click Column Properties, and select Formula. This takes you to the JMP Formula Editor. A standardized value (z-score) is of the form:

gail_massari_1-1753986288558.png

  1. Create the formula. This will populate the column in the data table with standardized values for the variable. Below are two ways to create the standardized values in the Formula Editor. All functions in this example can be found under the “Statistical” functions.

gail_massari_6-1753986585740.pnggail_massari_7-1753986599191.png

Visit Using JMP > Create Formulas in JMP in JMP Help to learn more.

Recommended Articles