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

  • Bootstrap Forest Platform

    I am trying to use Bootstrap Forest with JMP17Pro. At the JMP support page I read that "The Bootstrap Forest red triangle menu contains the following options:" listing ROC Curve, Decision Threshold, Plot Actual by Predicted, among others. However, in my JMP pro there options do not show up, only a few of them. When clicking on the red triangle, most of these options are absent. I have checked the ...

    MargaridaSoares MargaridaSoares
    Discussions |
    Sep 10, 2024 1:30 AM
    1003 views | 2 replies
  • How can I reverse the axis of this ternary plot in JMP?

    Dear JMP experts, I am making a ternary plot in JMP and want to reverse all axes. Unfortunately, the reverse order option is blocked in this setting. Do you know how I can fix this?. Thank you in advance. 

    danghuyenchau89 danghuyenchau89
    Discussions |
    Sep 10, 2024 12:53 AM
    1004 views | 2 replies
  • Column Formula identification cross is highlighted or shaded. What is the difference?

    Hi, I have these to crosses in the column overview Window. Both Formulas work and no error code. What is the difference? ThanksPeter

    peter_michel peter_michel
    Discussions |
    Sep 10, 2024 12:13 AM
    952 views | 1 replies
  • Alarm Script not writing to a file.

    Hi there, I'm struggling with an alarm script, like in the below. This CuSum chart is generating 7 alarms, and therefore should be generating the log file, however it is not, or not every time the script is run, which is strange. Any ideas on what's going on? I'm using version 17.2 pro.  Names Default To Here( 1 );
    dt = Open( "$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp" );
    obj = dt << CUSUM Control...

    BrianK BrianK
    Discussions |
    Sep 9, 2024 11:03 AM
    1589 views | 5 replies
  • 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

Latest Discussions

  • How can I reverse the axis of this ternary plot in JMP?

    Dear JMP experts, I am making a ternary plot in JMP and want to reverse all axes. Unfortunately, the reverse order option is blocked in this setting. Do you know how I can fix this?. Thank you in advance. 

    danghuyenchau89 danghuyenchau89
    Discussions |
    Sep 10, 2024 12:53 AM
    1004 views | 2 replies
  • Alarm Script not writing to a file.

    Hi there, I'm struggling with an alarm script, like in the below. This CuSum chart is generating 7 alarms, and therefore should be generating the log file, however it is not, or not every time the script is run, which is strange. Any ideas on what's going on? I'm using version 17.2 pro.  Names Default To Here( 1 );
    dt = Open( "$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp" );
    obj = dt << CUSUM Control...

    BrianK BrianK
    Discussions |
    Sep 9, 2024 11:03 AM
    1589 views | 5 replies
  • 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
    5258 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

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
    557 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