cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • Differentiate between entire column and current row

    Hello, I am struggling to implement a simple "contains" formula. Here's a sample data set and formula: Here's the text: Contains(:Column 1, :Column 2) The issue: I think it is always checking the current row of Column 1 (whole). I want it to check the entire column, not just the current row. You can see the E and B are in Column 2, but the output is saying that it does not find the part in the who...

    KevinBrunner KevinBrunner
    Discussions |
    Sep 12, 2024 7:35 AM
    4323 views | 15 replies
  • Using R script in JMP

    Dear Community, I have read a past post on this topic regarding using R Init(), R Send()....etc to send data from JMP table and utilize the R to peform the task. However it does not show more in details on how to do it. For example I have a R script attached and would like to use this R Script to run in JMP. How should it be modify or scripted in JSL using those RInit()....etc? Thanks to advise. B...

    ChrisLooi ChrisLooi
    Discussions |
    Sep 12, 2024 7:23 AM
    454 views | 1 replies
  • Mixture design screening

    Hi  I have four factors (A, B, C, D); out of that, I need to use only 3 at a time (either A, C, D or B, C, D at a single run) and the sum of three should be 100. How can I do that in a single mixture design  

    Statexplorer Statexplorer
    Discussions |
    Sep 12, 2024 2:37 AM
    504 views | 2 replies
  • How do i determine sample size in two-group survival analysis?

    Hi every oneWe are in the process of planning a time-to-event analysis study. Our objective is to compare two groups and assess if there's a significant difference in the time until the event occurs. Based on our preliminary estimations, we anticipate that there may not be a significant difference between the two groups. However, to ensure the validity of our study, we want to choose an appropriat...

    Saba Saba
    Discussions |
    Sep 12, 2024 2:19 AM
    833 views | 4 replies
  • Making Graph Builder's "Size" scale to axes

    Suppose I have a dataset of flaws found on a surface of manufactured products that looks like this: SNX(cm)Y(cm)Diameter(cm)00012.31.150.0400012.70.440.1200011.52.60.3500025.41.90.1700023.14.10.59 In Graph Builder given that I Local-Data-Filter the SN, and plot X(cm)->X, Y(cm)->Y, and Diameter(cm)->Size, is there a way to make the resulting dot sizes be drawn to scale on the plot? 

    BHarris BHarris
    Discussions |
    Sep 11, 2024 2:06 PM
    1387 views | 7 replies

Latest Discussions

  • Using R script in JMP

    Dear Community, I have read a past post on this topic regarding using R Init(), R Send()....etc to send data from JMP table and utilize the R to peform the task. However it does not show more in details on how to do it. For example I have a R script attached and would like to use this R Script to run in JMP. How should it be modify or scripted in JSL using those RInit()....etc? Thanks to advise. B...

    ChrisLooi ChrisLooi
    Discussions |
    Sep 12, 2024 7:23 AM
    454 views | 1 replies
  • How do i determine sample size in two-group survival analysis?

    Hi every oneWe are in the process of planning a time-to-event analysis study. Our objective is to compare two groups and assess if there's a significant difference in the time until the event occurs. Based on our preliminary estimations, we anticipate that there may not be a significant difference between the two groups. However, to ensure the validity of our study, we want to choose an appropriat...

    Saba Saba
    Discussions |
    Sep 12, 2024 2:19 AM
    833 views | 4 replies
  • Making Graph Builder's "Size" scale to axes

    Suppose I have a dataset of flaws found on a surface of manufactured products that looks like this: SNX(cm)Y(cm)Diameter(cm)00012.31.150.0400012.70.440.1200011.52.60.3500025.41.90.1700023.14.10.59 In Graph Builder given that I Local-Data-Filter the SN, and plot X(cm)->X, Y(cm)->Y, and Diameter(cm)->Size, is there a way to make the resulting dot sizes be drawn to scale on the plot? 

    BHarris BHarris
    Discussions |
    Sep 11, 2024 2:06 PM
    1387 views | 7 replies
  • Enable button box after pressing enter at a Number edit box

    I have the following window:What I am trying to do is to enable the 'Select data to import' button after pressing enter at the Number Edit window above.docId = "xxxxxx"; WidthDescripWin = 500; init_value =31; win = New Window("Landing page for study evaluation add-in", <<On close(EndAddin()), << Padding( {Left( 10 ), Top( 10 ), Right( 10 ), Bottom( 10 )} ), // Construction of landing page. ...

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Sep 11, 2024 10:57 AM
    708 views | 3 replies
  • Access script of each journal outline box

    Is there a way to access each individual report inside a journal as a script. i am writing a script where i want to access each report inside a jounral and modify some of their properties using jsl script? so is there a way to access individual script of reports in journal and modify them in jsl to reflect on the journal ? kindly guide

    ComplexNerd ComplexNerd
    Discussions |
    Sep 11, 2024 8:37 AM
    427 views | 1 replies

Latest Discussions

  • Exploring JMP Add-Ons and Extensions for Big Data Analytics

    Hello JMP Community, I hope this message finds you well. I’m reaching out to the community with a specific inquiry about leveraging JMP for big data  analytics. As someone deeply involved in analyzing large-scale datasets, I’m keen to maximize JMP’s potential and am particularly interested in any add-ons or extensions that can enhance its capabilities for big data work. In my current role, I often...

    leoarthur01 leoarthur01
    Discussions |
    Sep 8, 2024 11:34 PM
    494 views | 0 replies
  • Multinomial Logistic Regression Confidence for Specific Parameter Changes

    Hi,  I have a multinomial logistic regression of 3 classes: 0, 1, and 2 and have associated individual models (via Fit Y by X) for N parameters. I am now looking into a sensitivity like study in which each parameter is assumed at certain levels (e.g. at min, max etc..). I have probabilities computed at each such parameter level. I like to rank order probability change in each class (0, 1 and 2) du...

    altug_bayram altug_bayram
    Discussions |
    Sep 5, 2024 9:02 AM
    425 views | 0 replies
  • Building and validating zero-inflated negative binomial regression models

    Dear JMP community,I am presented with a problem of building a model using over-dispersed zero-inflated count data. I hope you can help me with this.I have attached both training and validation datasets to this post. My objective is to build my model on the training dataset and validate it using the validation dataset. I have not worked with such count data before and therefore do not know validat...

    stat_ranger stat_ranger
    Discussions |
    Sep 4, 2024 1:57 AM
    516 views | 0 replies
  • Flame graphs

    Out of curiosity, has anyone ever managed to create something like a flame graph ( https://www.brendangregg.com/flamegraphs.html ) using Graph Builder? It looks like it would be ideal for analyzing hierarchical data, e.g. using the output of a linux "find . -ls" command to visualize disk usage.

    BHarris BHarris
    Discussions |
    Aug 30, 2024 2:07 PM
    363 views | 0 replies
  • AlT two factors with example fail

    Could you provided me some example, file,with example of ALT, two faftors, for example temerature and humidity. Please

    Juancho97 Juancho97
    Discussions |
    Aug 25, 2024 12:16 PM
    326 views | 0 replies
view all discussions