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

  • Running a script multiple times with different inputs.

    Hi   I have written a script which gets some data, does some manipulation(like sorting,ordering,subset etc) and finally plots the data. Need to run this script several times with different inputs.How can I do this?   This is what I tried -   in_list = {}; in_list = Associative array(dtin:input) << get keys //this is to get all inputs into a list for(i=1,i<Nitems(in_list),i++, //put all the code ...

    ENTHU ENTHU
    Discussions |
    Nov 16, 2018 10:57 AM
    8954 views | 5 replies
  • Col list box() does not respect data table reference

    Using JMP 14.1:I want people to select two data tables and then display the columns in those datatables in two col list boxes. However when I set the columns in the boxes, JMP will only set the columns from the active data table and will not respect the data table argument. Any suggestions? Here is a quick example of the wrong behavior:dt = New Table( "Table 1", Add Rows( 0 ), Compress File When...

    pauldeen pauldeen
    Discussions |
    Nov 16, 2018 9:00 AM
    5826 views | 5 replies
  • Consolidating Rows and Deleting Blank Data in JMP13

    Hello all,  My question is twofold. My data appear something like this:  1-Ax y....1-A..zq..1-A....ww2-Byw....2-B..ty..2-B....qp I would like to A) delete the empty data points and B) consildate the rows according to the identifier in the first column that each row has in common (i.e. 1-A and 2-B).  I would like my end result to look like this:  1-Axyzqww2-Bywtyqp Does anyone have any suggestions ...

    cfsaylor cfsaylor
    Discussions |
    Nov 16, 2018 8:54 AM
    11802 views | 7 replies
  • I have some cells selected ... how do I set the values of those cells?

    I have a script which has already selected a set of cells.Now I want to set those cells to have a certain value, say 6.3201why doesn't the following work?set selected cells(6.3201);I know how to select the cells and don't need help with thatI need help with how to take a group of selected cells and simple want to place a value in themthanks  

    galactus3000 galactus3000
    Discussions |
    Nov 16, 2018 8:00 AM
    3663 views | 1 replies
  • Sort ascending script

    Hi,I would like to know how to creat a scrip of sort ascending on one of the column in my JMP file and thanks.

    CanhKhong CanhKhong
    Discussions |
    Nov 16, 2018 4:00 AM
    7931 views | 3 replies

Latest Discussions

  • Consolidating Rows and Deleting Blank Data in JMP13

    Hello all,  My question is twofold. My data appear something like this:  1-Ax y....1-A..zq..1-A....ww2-Byw....2-B..ty..2-B....qp I would like to A) delete the empty data points and B) consildate the rows according to the identifier in the first column that each row has in common (i.e. 1-A and 2-B).  I would like my end result to look like this:  1-Axyzqww2-Bywtyqp Does anyone have any suggestions ...

    cfsaylor cfsaylor
    Discussions |
    Nov 16, 2018 8:54 AM
    11802 views | 7 replies
  • I have some cells selected ... how do I set the values of those cells?

    I have a script which has already selected a set of cells.Now I want to set those cells to have a certain value, say 6.3201why doesn't the following work?set selected cells(6.3201);I know how to select the cells and don't need help with thatI need help with how to take a group of selected cells and simple want to place a value in themthanks  

    galactus3000 galactus3000
    Discussions |
    Nov 16, 2018 8:00 AM
    3663 views | 1 replies
  • Possible to disable alert for "Your JMP License has Expired"

    Hello, 

    Is it possible to disable the alert for JMP License Expiration? 
    If not, is it possible to close it automatically?

    My company is waiting on a PO to finalize to update the License, however this pop-up is blocking Task Scheduler from running scripts in JSL. Any help would be appreciated.

    tanavin tanavin
    Discussions |
    Nov 15, 2018 11:25 AM
    2688 views | 1 replies
  • How to import prediction formulas to excel - Recursive partitioning (Regression)

    Hey everyone,

    I'm very new to the JMP platform and the community. I am using JMP Pro, and have built a recursive partitioning model predictor. However, I'm really confused as to how to put it use for practical usage. I don't have too much experience with programming etc. so I'd like to export the prediction formula to excel and use it as a predictor. 

    For example: Inputting 3 values gives a target v...

    dcosta dcosta
    Discussions |
    Nov 15, 2018 4:30 AM
    5171 views | 2 replies
  • Transferring JMP to a new computer

    Hi,I have a JMP12 licence installed on my old computer and would like to transfer it to my new computer.Not so clear how to uninstall / release the licence from my old computer. Could you help me with this?Thanks in advance!

    Stephanie Stephanie
    Discussions |
    Nov 15, 2018 4:12 AM
    15922 views | 7 replies

Latest Discussions

  • I want to use LASSO and Group LASSO in JMP

    I'm involved in a project where we are applying lasso to build a logistic regression model from a "black box" set of predictors.  I need to get JMP Pro before trying out JMP's implementation.  I'm doing all the analysis in R at present.  Does JMP Pro also include group lasso?  I've found through using JMP Cluster Variables (CLUSVAR) that I can naturally group my predictors prior to group lasso.  F...

    gene gene
    Discussions |
    Nov 2, 2018 7:43 AM
    2561 views | 0 replies
  • Contingency table and mosaic plot are not same orientation

    // For a contingency table report, swap the x and y // currently can swap the mosaic plot only Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); myr = Contingency( Y( :Age ), X( :sex ) ); // Have to have a Contingency Analysis report open // Can add test to make sure it is open in the future myr = Current Report(); // taking apart CrossTabBox was easier using XML than JSL ...

    Vball247 Vball247
    Discussions |
    Oct 29, 2018 2:18 PM
    3235 views | 0 replies
  • how to change the type and color of lines in graph

    I am trying to show line of fit in graph builder for several sets of data. The data table have many columns, I want to show the column(i) vs column(1).Every column can  be grouped by A1 & a, also can  be grouped by B1 & b, but except column(1). The follow is the chart about column(2) vs column(1):  I use the follow script to change the type of lines:Dispatch( {}, "400", ScaleBox, {Legend Model( 8,...

    Yu Yu
    Discussions |
    Sep 25, 2018 2:34 AM
    3643 views | 0 replies
  • Mean separation letter from test slices

    Hello!

    How do I get the mean separation letter in for each level of a factor when interaction is significant? For example, if I have A*B interaction and I want to get the mean separation of B at each level of A, how do I get the LSD letters in JMP? I can do test slices and that will use the DF of the full analysis, but this does not shows which mean of B differs. If I do multiple comparison: How ca...

    jfranc19 jfranc19
    Discussions |
    Sep 14, 2018 2:35 PM
    2467 views | 0 replies
  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3443 views | 0 replies
view all discussions