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

  • How to set a Reference Line on each page with Page option in Graph Builder?

    The following script plots some charts with the page option in graph builder? How to I set a horizontal reference line, for each chart, say at Weight = 80Kg and label it (80kg) using JSL?(I need the reference line to remain even if there is a change in the number of charts plotted)Names Default To Here(1); dt = open("$SAMPLE_DATA/Big Class.jmp"); gb = dt << Graph Builder( Size(528, 2954), Show ...

    Neo Neo
    Discussions |
    Sep 13, 2024 3:30 AM
    6685 views | 10 replies
  • adding a table on the firts tab of a dashboard

    Can i add in the first tab a table ?  like the example. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); // Create a table for the first tab tableBox = dt << Summary( Group( :sex ), Mean( :weight ), Mean( :height ), N ); gb_collector = Tab Box( "Dashboard", V List Box( tableBox ) ); For( i = 1, i <= 20, i++, // Column box for plot o...

    ConvergentWhale ConvergentWhale
    Discussions |
    Sep 13, 2024 2:25 AM
    2255 views | 3 replies
  • How to find out which formula was used if there are different formulas available based on different conditions?

    Hi all, I'm wondering if there's a way to find out which exact formula JMP used to calculated a certain value if there are several formulas available depending on different conditions.
    For example, calculation of Cpk and Ppk values: Depending on whether the data is normally distributed or not, different formulas are used for their calculation (see links of JMP documentation below). And again for no...

    RMSEBird223 RMSEBird223
    Discussions |
    Sep 13, 2024 2:17 AM
    3689 views | 5 replies
  • passing a variable into a Cusum script

    Hi Folks,   When I run the below script, the target value as per variable Targ of 8 is not being passed to the CuSum chart. Instead a Target value of 8.09629 is calculated and used. What's going on, and how do a pass a target value of 8 into the script ?   Thanks   Names Default To Here( 1 ); targ = 8; dt = Open( "$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp" ); obj = dt << CUSUM Control Chart( Y(...

    BrianK BrianK
    Discussions |
    Sep 13, 2024 1:16 AM
    4225 views | 6 replies
  • Fit multiple peaks on a FTIR spectrum data

    Hi all,  I would like to know if it was possible to fit multiple peaks (a lot, more than 10) from a FTIR spectra using JMP? I have read some things about using the modelling "Fit Curve"or "Fit non-linear" but it tries to fit one single curve for the entire set of data instead of individual peaks.  Thanks,Louis

    LGaspard_98 LGaspard_98
    Discussions |
    Sep 12, 2024 11:40 PM
    3045 views | 3 replies

Latest Discussions

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
    931 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
    1274 views | 0 replies
view all discussions