cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

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
    1973 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
    2052 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
    1919 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
    3137 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
    2248 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
    2052 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
    3137 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
    2248 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
    8802 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
    7009 views | 12 replies

Latest Discussions

  • 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
    1191 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
    1563 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
    965 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
    932 views | 0 replies
  • Machine data source list remove in "Database Operations"

    I used "File"-->Database-->Open table-->New connection to setup some tables from DB. but I found my list for new connections becomes longer and longer. like the attached pic. I did not found there is a way that i can remove any items from the connection list. the question is that is there a way that i can delete them. Thanks in advanced. KRSean

    Sean_ShCn0 Sean_ShCn0
    Discussions |
    Aug 22, 2024 7:24 AM
    1275 views | 0 replies
view all discussions