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

  • 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
  • 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
    2043 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
    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 get peak position values in spectrogram using JSL

    Hi All,   I have some data that I'm performing a time series analysis on where I'd like to get the positions of the peaks from the Periodogram (Time Series > Save Spectral Density). You can for example do this with the Air.jmp sample data table, putting in only a Y column variable. You can put the X, Time ID variable in, but it's not necessary.   Anyway, once you save the Spectral Density, there a...

    SDF1 SDF1
    Discussions |
    Aug 17, 2023 9:54 AM
    1864 views | 3 replies

Latest Discussions

  • 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
  • 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
    1054 views | 1 replies
  • Comparison of Predicted Results vs Actual Observations

    A data review was conducted to evaluate the impact of animal-diet nutrient density (x) and subsequent final body weight (y).  Data represented a true response of the input across the entire population to be studied.  The regression lines developed were then input into an empirical model to predict body weight response if one or more of the nutrients were changed.  A subsequent study was conducted,...

    JakeP13 JakeP13
    Discussions |
    Aug 16, 2023 11:37 PM
    2309 views | 3 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
    1078 views | 0 replies
view all discussions