cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Data Transformation : Automatic Transform also Specs Limit in Column Properties

    Dear Community, I am opening this new discussion, as I'm not able to find any related discussion to this. I have input Specs Limit in the Column Properties in a column of data.When I do a Data Transformation on this column of data, JMP will create a new column with the transformed data. However, this transformed data column do not contain any transformed specs limit (from the original data column)...

    Zappy Zappy
    Discussions |
    Sep 9, 2024 10:57 AM
    1168 views | 3 replies
  • Is there a list of python library names in JMP18.0.0?

    I know it is possible to see a list of installed python libraries for JMPjmputils.jpip('list')
    But I would like to know the list of uninstalled python libraries that JMP software already includes
    For example I want JMP python to copy the result to the paste board and whether it wants to be installed  it can'tjmputils.jpip('install','pyperclip') Thanks Experts!

    lala lala
    Discussions |
    Sep 9, 2024 7:37 AM
    5256 views | 13 replies
  • How this JSL conversion to base 36 is done in python.

    txt = Hex( (Today() - Informat( "01/01/1970", "mm/dd/yyyy" ) - In Hours( 8 )) * 1000 + 600000 + Day( Today() ), base( 36 ) ); a = Today(); b = Informat( "01/01/1970", "mm/dd/yyyy" ); c = In Hours( 8 ); d = Day( Today() ); e = (a - b - c) * 1000 + 600000 + d; f = Hex( (a - b - c) * 1000 + 600000 + d, base( 36 ) );I asked ChatGPT several times and the results were inconsistent with the JSL resul...

    lala lala
    Discussions |
    Sep 9, 2024 5:56 AM
    4275 views | 12 replies
  • Surface plot with wrong response values

    Hi, everyone. I hope someone can help me.  I am working with some RSM results, but everytime I create a graph JMP gives me values I don't have in my results. How can I adjust conversion axis to fit my results ? I don't mean to rescale, but to create the right graph ?  (I'm using MacOS right now, but I tried on Windows and JMP versions 17 and 18)  Thank you in advance.  

    CriticalRatios1 CriticalRatios1
    Discussions |
    Sep 9, 2024 5:19 AM
    1361 views | 2 replies
  • How can I add extra runs into the designed runs from Definitive Screening Design?

    Dear JMP experts,  I am Chau Dang, and new to JMP. I used JMP to make design for my experiments. I selected a Definitive Screening Design (DSD) with 6 variables to create 17 runs for my experimental set. During the time of conducting the experiments, I made 7 extra runs (not designed by DSD) with the same variables. In the end, I want to analyze the results from 17 runs (from DSD) and 7 extra runs...

    danghuyenchau89 danghuyenchau89
    Discussions |
    Sep 9, 2024 12:53 AM
    1383 views | 3 replies

Latest Discussions

  • Data Transformation : Automatic Transform also Specs Limit in Column Properties

    Dear Community, I am opening this new discussion, as I'm not able to find any related discussion to this. I have input Specs Limit in the Column Properties in a column of data.When I do a Data Transformation on this column of data, JMP will create a new column with the transformed data. However, this transformed data column do not contain any transformed specs limit (from the original data column)...

    Zappy Zappy
    Discussions |
    Sep 9, 2024 10:57 AM
    1168 views | 3 replies
  • Is there a list of python library names in JMP18.0.0?

    I know it is possible to see a list of installed python libraries for JMPjmputils.jpip('list')
    But I would like to know the list of uninstalled python libraries that JMP software already includes
    For example I want JMP python to copy the result to the paste board and whether it wants to be installed  it can'tjmputils.jpip('install','pyperclip') Thanks Experts!

    lala lala
    Discussions |
    Sep 9, 2024 7:37 AM
    5256 views | 13 replies
  • How this JSL conversion to base 36 is done in python.

    txt = Hex( (Today() - Informat( "01/01/1970", "mm/dd/yyyy" ) - In Hours( 8 )) * 1000 + 600000 + Day( Today() ), base( 36 ) ); a = Today(); b = Informat( "01/01/1970", "mm/dd/yyyy" ); c = In Hours( 8 ); d = Day( Today() ); e = (a - b - c) * 1000 + 600000 + d; f = Hex( (a - b - c) * 1000 + 600000 + d, base( 36 ) );I asked ChatGPT several times and the results were inconsistent with the JSL resul...

    lala lala
    Discussions |
    Sep 9, 2024 5:56 AM
    4275 views | 12 replies
  • 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
    797 views | 0 replies
  • On Open script to save file

    I'm pretty new to JMP scripting.  Here's what I'm attempting to do.
    When I open a .jmp file, I have an On Open script.  This opens a datatable, generates a control chart, and saves the chart to an HTML file.

    I'm getting this message.  Is there any way to bypass this message?

    MartinFletcher MartinFletcher
    Discussions |
    Sep 8, 2024 8:07 AM
    1084 views | 3 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
    797 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
    665 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
    812 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
    556 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
    502 views | 0 replies
view all discussions