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

  • Creating DOE (and fitting) for non-linear response

    Hello, I am still new to JMP but I'm trying to determine the best way to model a non-linear system (generating DOE + model fitting). Context: Long story short, I have a large experimental space that I am trying to model (10 discrete variables + 10 continuous variables). Before I jump into my full experiment I'm working with a subset (1 discrete variable + 5 continuous variables) to make sure I'm m...

    EndogenousCame1 EndogenousCame1
    Discussions |
    May 20, 2024 1:19 PM
    594 views | 0 replies
  • Measuring for Trends in Numeric Ordinal Scores Measured on Lots over Time

    What is the best statistical measurement technique to monitor ordinal data so that we can detect trends in the data over time?  I have individual odor panel data (y-axis) for each lot of product (x-axis) produced over time and would like to detect a trend change. Details: (1) 2 odor panelists score each lot of product produced, (2) two panelists are random from a pool of trained panelists, (3) odo...

    HAL9000 HAL9000
    Discussions |
    May 20, 2024 12:42 PM
    913 views | 3 replies
  • RE: Statistical Layer for Digital Twins

    Has anyone worked with JMP to build the Statistical Layer for Digital Twins?  I need a firm to do that for my bid to the Gov't. 

    Residentx Residentx
    Discussions |
    May 20, 2024 9:10 AM
    1422 views | 4 replies
  • Copy Table Script - Calculated Values Missing

    I am using JMP Pro 17.2 and have compiled a JMP journal and would like the data table embedded.  I used the Copy Table Script option as detailed in the Help menu: https://www.jmp.com/support/help/en/18.0/index.shtml#page/jmp/manage-links-in-shared-journals.shtml I have set the table script to run in the journal through a Script Button by pasting the table script in the Set Script option for the bu...

    TimboK1 TimboK1
    Discussions |
    May 20, 2024 6:21 AM
    558 views | 1 replies
  • How to switch from REML to ML for Model Comparison

    Hello!I am trying to compare two mixed effect models with AIC (or AICc) values. When generating AIC values for model comparison of mixed effect models, I've seen (at least in R) that one must switch from Restricted Maximum Likelihood Estimation (REML) to Maximum Likelihood Estimation (ML). How do I do this in JMP?  I am using JMP 15 Pro provided through my work. Thank you! Info for this procedure ...

    DensityOfOkapi2 DensityOfOkapi2
    Discussions |
    May 20, 2024 6:17 AM
    1775 views | 5 replies

Latest Discussions

  • Creating DOE (and fitting) for non-linear response

    Hello, I am still new to JMP but I'm trying to determine the best way to model a non-linear system (generating DOE + model fitting). Context: Long story short, I have a large experimental space that I am trying to model (10 discrete variables + 10 continuous variables). Before I jump into my full experiment I'm working with a subset (1 discrete variable + 5 continuous variables) to make sure I'm m...

    EndogenousCame1 EndogenousCame1
    Discussions |
    May 20, 2024 1:19 PM
    594 views | 0 replies
  • Measuring for Trends in Numeric Ordinal Scores Measured on Lots over Time

    What is the best statistical measurement technique to monitor ordinal data so that we can detect trends in the data over time?  I have individual odor panel data (y-axis) for each lot of product (x-axis) produced over time and would like to detect a trend change. Details: (1) 2 odor panelists score each lot of product produced, (2) two panelists are random from a pool of trained panelists, (3) odo...

    HAL9000 HAL9000
    Discussions |
    May 20, 2024 12:42 PM
    913 views | 3 replies
  • How to multiply rows with the same properties

    Hello,I am trying to multiply certain rows based on their other properties. For example, I want to multiply the chance of having the same first and last name.How can I do this in code?Thank you.

    Liranlev Liranlev
    Discussions |
    May 20, 2024 5:39 AM
    824 views | 2 replies
  • Can animation of this difficulty be achieved with JSL?

    I saw this Rule30 in the video.https://mathworld.wolfram.com/Rule30.html It must be complicated. Thanks Experts!

    lala lala
    Discussions |
    May 19, 2024 7:37 AM
    1419 views | 7 replies
  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    841 views | 3 replies

Latest Discussions

  • Creating DOE (and fitting) for non-linear response

    Hello, I am still new to JMP but I'm trying to determine the best way to model a non-linear system (generating DOE + model fitting). Context: Long story short, I have a large experimental space that I am trying to model (10 discrete variables + 10 continuous variables). Before I jump into my full experiment I'm working with a subset (1 discrete variable + 5 continuous variables) to make sure I'm m...

    EndogenousCame1 EndogenousCame1
    Discussions |
    May 20, 2024 1:19 PM
    594 views | 0 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    491 views | 0 replies
  • Load an OASIS (.oasis) Chip Layout File in JMP?

    I have a .oasis file that contains layout data for a semiconductor die layout. Is it possible to load this file and view the layout in jmp 18? Similar to a Map file? Would then want to overlay defect location data on top of the die layout diagram.

    WoHNY WoHNY
    Discussions |
    May 16, 2024 12:02 PM
    493 views | 0 replies
  • Robust vs. Non Robust Response Screening/ Categorical Outliers

    Hello! I appreciate your help in advance!  I am currently trying to figure out the proper way to analyze my data!  I had used the DOE feature of JMP to create this fraction factorial of 24 runs for m experiment. The goal is two screen which categories have the most effect on the success rate. I had initially use the response screening option to analyze my results, when I did that none of my values...

    MedianPuppy4982 MedianPuppy4982
    Discussions |
    May 14, 2024 7:56 AM
    542 views | 0 replies
  • p-value or kappa for Interactions in Cox Proportional Hazard model?

    I'm using Cox Proportional Hazards modeling to evaluate the effect of 5-6 baseline variables on overall survival (OS) in a breast cancer dataset. Beyond evaluating the main effects of these covariates, I'd like to assess interactions between baseline variables. I've been using the "Cross" button to add these interactions to my model (e.g. ECOG status * Age). However, I could use some help determin...

    kdupree248 kdupree248
    Discussions |
    May 5, 2024 12:34 PM
    615 views | 0 replies
view all discussions