cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

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
    10594 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
    3270 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
    7275 views | 3 replies
  • How can to remove the variation of a factor from data responses in a factorial design?

    Dear All, I conducted a factorial experiment. My factors are A (4-levels), B (2-levels) and C (2-levels) in 4 blocks. Factor A is different genotypes of a plant. I measured different traits in this experiment.I want to put my measurements in a model and I want to remove the variation of factor A from my data response. Can I do it?I saw a method about it in a paper. They analyzed the response of da...

    meelad meelad
    Discussions |
    Nov 15, 2018 4:41 PM
    17779 views | 12 replies
  • How can I loop through column names in a for statement?

    Hi, I'm trying to create a new formula column that will loop through preceding columns,  The preceding columns are in two groups, each group has column names which start with one of two strings.  Then these column headers end in integers, 0, 1, 2,...up through 22.  Please see attached pdf screenshot of my code and let me know why it won't work.  Having not used JMP before yesterday, I'm guessing t...

    Liz_S Liz_S
    Discussions |
    Nov 15, 2018 4:01 PM
    29264 views | 8 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
    10594 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
    3270 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
    2287 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
    4656 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
    13936 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
    2257 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
    2962 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
    3261 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
    2103 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
    2994 views | 0 replies
view all discussions