cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Delete "List Check" and "Range Check" properties from entire data table

    Hello,I need to loop through all the columns in xml import data tables and remove the "List Check" and "Range Check" properties throughout. I've tried several different iteration of doing this and nothing is working for me. Here is an example of non-working code: dt = current data table(); //********************\\ colNames = dt << get column names( string, character ); For( i = 1, i <= N Items( ...

    lilysecret lilysecret
    Discussions |
    Aug 18, 2023 10:17 AM
    1253 views | 2 replies
  • Maximizing PDF Import Wizard window

    I'm using the PDF Import Wizard in JMP 17.0.  Is there any way to maximize the size of the Wizard window?  I don't see any buttons for max/min in the upper right. Joel

    jc510_2 jc510_2
    Discussions |
    Aug 18, 2023 10:15 AM
    820 views | 1 replies
  • 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
    1833 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
    2062 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
    1521 views | 3 replies

Latest Discussions

  • Maximizing PDF Import Wizard window

    I'm using the PDF Import Wizard in JMP 17.0.  Is there any way to maximize the size of the Wizard window?  I don't see any buttons for max/min in the upper right. Joel

    jc510_2 jc510_2
    Discussions |
    Aug 18, 2023 10:15 AM
    820 views | 1 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
    2062 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
    1979 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
    892 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
    1521 views | 2 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
    979 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
    868 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
    812 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
    1094 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
    1080 views | 0 replies
view all discussions