cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • How do I write a list to a column in a new data table?

    I'm trying to extract a list of elements from a column that satisfies a condition. I'd like to write this list to a data table with the same column name so I can keep track of my rows. I'd like to keep appending to this list with time. For example: p = :col_name[condition << get selected rows];I want to write this list to a table with the same column name and append to this table. Thanks.

    vkkumar321 vkkumar321
    Discussions |
    Jan 28, 2022 10:01 AM
    3032 views | 3 replies
  • Model screening using JMP16 and Imbalanced data

    Hello I have an imbalanced dataset with the outcome of interest of only 13% and many predictors. I want to analyse it using the Model screening platform in predictive analysis of JMP 16. In the previous version of JMP15 I was able to use the Add-inn for imbalanced data to look for the best preprocessing technique for my imbalanced dataset. How do I perform this in the present model screening modul...

    Lu Lu
    Discussions |
    Jan 28, 2022 3:45 AM
    1651 views | 1 replies
  • Assigning data table to new name and keep the original data table untouched after processing

    I'm trying to avoid making changes in my original data table and keep it un-intact when I do some operations say we have this kind of scenario <JSL>for (i = 1, 3, i++, dt_process = data table("dt_original); dt_process << newcolumn("elclassico", character,formula(if (Contains(:club, "BARC") , "Barcelona", "delete") dt_process << save("save_my_club"||char(i)) )After this p...

    joshua joshua
    Discussions |
    Jan 27, 2022 10:21 PM
    1769 views | 2 replies
  • Wilcoxan test

    Hello Full disclosure- VERY new to JMP and a super novice at stats.I am trying to run a Wilcoxan test and I'm not sure of two things:1. Does it matter what variable is listed first on the title? I have been trying to enter the Pre data before the Post data as detailed on a blog but every time I run the test the title of the dat comes up "Difference: PortPost-PortPre.2. At the bottom of the page ar...

    NJB187 NJB187
    Discussions |
    Jan 27, 2022 6:58 AM
    1844 views | 3 replies
  • Wählerstromdiagramm erzeugen

    Hallo liebe Community @Martin Demel,   In unserer Arbeitsgruppen möchten wir eine Zuordnung bezüglich eines Patientenkollektivs erstellen, welches in verschiedenen Risikogruppen (1 bis 4)  eingeteilt ist. Dabei wird einem Patienten zwei verschiedenen Gruppen zugeordnet: eine Risikogruppe, welche aus einem Score gebildet wird (RG_A) und eine Risikogruppe, welche ein Arzt empfiehl (B). Da beide den ...

    Tonchy Tonchy
    Discussions |
    Jan 27, 2022 1:30 AM
    1665 views | 2 replies

Latest Discussions

  • Model screening using JMP16 and Imbalanced data

    Hello I have an imbalanced dataset with the outcome of interest of only 13% and many predictors. I want to analyse it using the Model screening platform in predictive analysis of JMP 16. In the previous version of JMP15 I was able to use the Add-inn for imbalanced data to look for the best preprocessing technique for my imbalanced dataset. How do I perform this in the present model screening modul...

    Lu Lu
    Discussions |
    Jan 28, 2022 3:45 AM
    1651 views | 1 replies
  • Wilcoxan test

    Hello Full disclosure- VERY new to JMP and a super novice at stats.I am trying to run a Wilcoxan test and I'm not sure of two things:1. Does it matter what variable is listed first on the title? I have been trying to enter the Pre data before the Post data as detailed on a blog but every time I run the test the title of the dat comes up "Difference: PortPost-PortPre.2. At the bottom of the page ar...

    NJB187 NJB187
    Discussions |
    Jan 27, 2022 6:58 AM
    1844 views | 3 replies
  • Eliminate Negative values in multiple columns

    I have a table with 200 columns, and each column has negative values randomly populated. In some columns-like temperature- negative value is meaningful while performing summary statistics, but in others it is a filler for either "data not recorded- communication error" or "data not available- Equipment shut off". When I want to plot,  the negative values are useful. So my Q is how do I keep the ne...

    SymS SymS
    Discussions |
    Jan 26, 2022 8:51 AM
    3965 views | 5 replies
  • Enhanced log question

    In using the enhanced log in JMP 16, I don't seem to get the script for "make into data table" after a tabulation.  I open a file and tabulate and both of those appear in the script.  But when I make the tabulation into a data table no script appears.  If I close the data table I created, closing that file appears - but not the "make into data table."

    dale_lehman dale_lehman
    Discussions |
    Jan 24, 2022 2:29 PM
    1484 views | 3 replies
  • Multi-variable interpolation (modeling?)

    Suppose I have a big table of simulation output with 5 input variables (i1, i2, i3, i4, i5) and 2 output variables (o1, o2). Now suppose I have a pair of output numbers, e.g. (5,17) and I want to find pretty good values for i1 thru i5, such that if I put them back into the simulation, I'd get something close to (5,17) as output. Does JMP do anything like this?

    BHarris BHarris
    Discussions |
    Jan 19, 2022 10:19 AM
    3854 views | 7 replies

Latest Discussions

  • JMP > GraphBuilder > Parallel Plots >River / Sankey Plots > Maximum Items?

    Hi JMP Community,   I just came across an odd behavior in GraphBuilder with the Parallel Plot > Sankey Plot. If I limit the input to a maximum of 66 rows, the plot looks good. However, if I bump the number of rows to 67 or more,the output is no longer useful: no annotations: Is there a trick to maintain the axis annotations as shown in the first plot? Thanks. Best, TS

    Thierry_S Thierry_S
    Discussions |
    Dec 9, 2021 3:30 PM
    3239 views | 0 replies
  • Permutation Tests and Monte Carlo Cross Validations Using the Simulation Platform

    I'm trying to do permutation tests and Monte Carlo Cross Validations with the Iris sample dataset as a MWE for our dataset. I'm not sure if I'm doing things and interpreting output correctly.   1) Create New Formula Column (Random->Sample Without Replacement) for the Species Column for Permutation Test. 2) Create a Validation Column (0.75/0.25 split) and a new Formula Column (Random->Sample Withou...

    mjmg mjmg
    Discussions |
    Dec 1, 2021 7:53 AM
    1009 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1326 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    785 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    759 views | 0 replies
view all discussions