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

  • Can JMP open Minitab worksheets (*.mtw)?

    I have a need to convert Minitab worksheets (*.mtw) to JMP files.  There is potentially a very large number of files so I'm hoping to find some non-manual way of doing this. I realize I could save each file as a csv format and then open it in JMP but there are, again, potentially thousands of files.  I have done some searching and found the following link among other JMP notes.  The link below tal...

    DaveLee DaveLee
    Discussions |
    Apr 12, 2016 9:20 AM
    16210 views | 7 replies
  • Add columns by refering to column number

    Hello,I am trying to add columns together by refereing to the columns numbers instead of their names. Here is an example of what I worte so fardt = Current Data Table();dt << New Column("Luq", Numeric, continuos, Format ("Best", 5), << Set Each Value (2));dt << New Column("Fin", Numeric, continuos, Format ("Best", 5), << Set Each Value (3));dt << New Column("Final Result", Numeric, continous, Form...

    luqi luqi
    Discussions |
    Apr 11, 2016 8:38 PM
    12461 views | 2 replies
  • Update Col List Box

    Hi,I am trying to create a modal window where a Col List Box is updated based on user selection.  I think this is possible, but I am having trouble with the syntax.  Any suggestions?  I am using JMP12.// Example.Names Default To Here( 1 );// Open some data tables.Open( "$SAMPLE_DATA/Baseball.jmp" );Open( "$SAMPLE_DATA/Basketball.jmp" );Open( "$SAMPLE_DATA/Bicycle.jmp" );// Get list of available ta...

    robot robot
    Discussions |
    Apr 11, 2016 3:35 PM
    10718 views | 4 replies
  • Script Question

    The following is part of a script I am trying to run. I want to divide my X variable before plotting. I have tried several things, but am not getting it right. Can someone help me?

    Thanks!
    Graph Builder( Variables( X( :Line 160 Cases ), Y( :Line 160 Broke ), Wrap( :Month ), Color( :Month ) ), Points( X, Y, Legend( 27 ) ), Line Of Fit( X, Y, Legend( 29 ), Confidence of Fit( 0 ), Equation( 1 ) ) ),

    Steven_Moore Steven_Moore
    Discussions |
    Apr 11, 2016 12:32 PM
    10313 views | 6 replies
  • Changing the text color of a check box

    Hi - I want to change both the text color and the background color of a check box.  The following short example demonstrates that the background color is being changed to red and a border is being added as I'd expect, but the text color is not being changed to yellow as requested.  The properties appear to be correct.  Am I doing something silly here?cb = check box("Hi There!  ", beep(), << text c...

    DMR DMR
    Discussions |
    Apr 11, 2016 7:49 AM
    11320 views | 3 replies

Latest Discussions

Latest Discussions

  • Co-Kriging with JMP and Matlab

    Hi!I was wondering if anyone already tried to work with Co-Kriging, using JMP together with Matlab. As JMP only fits Ordinary Kriging Models (Gaussian Process with Gaussian Correlation Function), I would like to send data (generated with Space Filling JMP Platform) from JMP to Matlab, fit the models there (Matlab), and bring the MODELS back to JMP, to use inside Profile Platform. Do you have any e...

    samuelbbaco0 samuelbbaco0
    Discussions |
    Dec 4, 2015 12:32 PM
    3744 views | 0 replies
  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3751 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2487 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2768 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2512 views | 0 replies
view all discussions