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.

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

  • How to place label next to data point in GB using JSL

    Hi All,   Still working on improving a script I'm writing, and I've gotten a lot of help from @jthi and @txnelson on this -- thank you!   One "last little thing" (there's always something to improve isn't there?). I'd like to put a number label next to the peaks that are identified when looking at the spectral density. Something similar to the Control Chart Builder when you test for warnings beyon...

    SDF1 SDF1
    Discussions |
    Aug 18, 2023 7:38 AM
    1260 views | 3 replies
  • Http Request Post Failed to connect

    I tried to post a file, and it was successful when it was sent to the local API url But it fails when sending to the API of another IP url (I can successfully ping to this IP)I've tried to test in postman, it works but still can not work in jsl, need for help... 

    Kairen Kairen
    Discussions |
    Aug 18, 2023 6:01 AM
    1433 views | 3 replies
  • control chart with column switcher

    hi, I have an IMR control chart with the column selector on about ten variables for Y axisall variables do not have the same format for decimals and the same format (fixed decimal, percentage, ...).I can't get the format I want for each Y variable how to do it with jsl? best regards

    Françoise Françoise
    Discussions |
    Aug 18, 2023 12:38 AM
    1076 views | 3 replies
  • How to Write Conditional Change Expressions?

    //case1 x={"a01","b02","c003"}; dt << select where(:name=="a01"|:name=="b02"|:name=="c003"); //case2 x={"a01","b02","c003","e03"}; dt << select where(:name=="a01"|:name=="b02"|:name=="c003"|:name=="e03"); //case3 x={"a01"}; dt << select where(:name=="a01")I have a question: as in the three cases of the code below, I now have a list x that changes, so the code for the selection condition also cha...

    lehaofeng lehaofeng
    Discussions |
    Aug 17, 2023 11:19 PM
    1462 views | 6 replies
  • Looking for best DOE design

    Hello all,

    I am struggling to find the best DOE design for finding best conditions to my protocol.I looked into documentation, assist to many webinar but canot manage to find the best one. So I need your help on that.I have 2 categorical responses (4 levels), 1 continuous factor and 1 categorical (2 levels) factor.
    My continuous factor is concentration of a reagent. I need to include negative contro...

    mgerusdurand mgerusdurand
    Discussions |
    Aug 17, 2023 11:08 AM
    1394 views | 6 replies

Latest Discussions

  • Http Request Post Failed to connect

    I tried to post a file, and it was successful when it was sent to the local API url But it fails when sending to the API of another IP url (I can successfully ping to this IP)I've tried to test in postman, it works but still can not work in jsl, need for help... 

    Kairen Kairen
    Discussions |
    Aug 18, 2023 6:01 AM
    1433 views | 3 replies
  • Looking for best DOE design

    Hello all,

    I am struggling to find the best DOE design for finding best conditions to my protocol.I looked into documentation, assist to many webinar but canot manage to find the best one. So I need your help on that.I have 2 categorical responses (4 levels), 1 continuous factor and 1 categorical (2 levels) factor.
    My continuous factor is concentration of a reagent. I need to include negative contro...

    mgerusdurand mgerusdurand
    Discussions |
    Aug 17, 2023 11:08 AM
    1394 views | 6 replies
  • "This feature is not interactive"

    I've developed a dashboard with 6 Graph Builder visuals. Within JMP software, all graphs talk to each other. I cannot say the same with the exported Interactive HTML with Data when opened in both Edge and Chrome browsers. I am presented with a "This feature is not interactive" when attempting to click on the graphs. Are these not yet available to use for Interactive HTML? Please help. View more......

    Username01 Username01
    Discussions |
    Aug 17, 2023 10:33 AM
    618 views | 1 replies
  • How to select my main data table

    Hello,  So I'm working on a data table and I made a script to make several subsets of it. I'm going through a for loop to automate some modeling analysis. the first iteration goes well : do the subest, launch a fit model in the subset. But then in the second iteration of the loop, it doesn't work anymore, because the selected table is the subset and not the main table. I can't find the right comma...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 7:53 AM
    988 views | 2 replies
  • Row selection issue

    Hello, So I'm trying to do something fairly simple, but I get a weird behaviour wit hthe row selection.  So I got a table with some mixture design data. I've got 12 columns for 12 different mixture components. There are three columns which for each line tell which three components are present, named comp A, comp B, comp C. The runs have been split into series named with a letter from A to K. I wan...

    bobmorrane bobmorrane
    Discussions |
    Aug 17, 2023 4:27 AM
    716 views | 1 replies

Latest Discussions

  • How I Apply the deep learning models RNN and LSTM in JMP pro

    I want to apply deep learning models in JMP pro, but unfortunately I can't fine any option in JMP pro, Please guide me how I can apply it into JMP pro (if it is available), if not, is there any add in? 

    qreza110 qreza110
    Discussions |
    Aug 16, 2023 10:46 AM
    672 views | 0 replies
  • Robust Fit Outliers - different row set selected and excluded as outliers

    Dear community,I have a stacked data table, and want to exclude outliers by a Label (e.g. an element for some measurements).In the robust fit outlier platform I can detect outliers and than can select or exclude corresponding rows.For my understanding, rows that are selected than or excluded, should be exactly the same ones.And that is the case for the below sample data table used in the JSL below...

    Georg Georg
    Discussions |
    Aug 16, 2023 2:40 AM
    591 views | 0 replies
  • Two-way repeat measures ANOVA - data are not normally distributed

    I read the previous posts on the two-way repeat measures ANOVA - Multivariate or univariate analysis, and the full factorial mixed model add-in. Now I have two questions: 1) When the data are not normally distributed, would these methods be still valid for the analysis?  Any non-parametric analysis on JMP?  I noticed that R programming may have certain packages to provide solutions, but I am not a...

    HYang HYang
    Discussions |
    Aug 14, 2023 1:52 PM
    565 views | 0 replies
  • Graph Builder - Summary Statistics - select aggregation column?

    Points plot in Graph builder provides an option to calculate summary statistics.By default, points with same x value are aggregated into one value. Is there an option to select another column to specify groups of point which get aggregated?e.g. to display the median height/weight for different ages - with one click.  Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Graph Builde...

    hogi hogi
    Discussions |
    Aug 10, 2023 2:23 AM
    815 views | 0 replies
  • Get the JMP Default Dark color theme

    Hello, Is there anyway I could extract all the color codes used in these color themes, using JSL or any another way?I do have difficulties in dealing with colors, hence I rely more on HEX codes, or numeric codes.  Thank you.

    Kenobi Kenobi
    Discussions |
    Aug 9, 2023 9:26 AM
    794 views | 0 replies
view all discussions