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

  • Fill in column values based on a sequence creation relying on table values

    I have a process data table including Start timestamp and End timestamp. I would like that the duration of the process is calculated from the timestamps, and then additional rows are added .Column values of start timestamp are added by increasing the time by 1 minute till the End time is reached. All the other values in the table should be just copied to the next row. 

    IloinenHamsteri IloinenHamsteri
    Discussions |
    Sep 13, 2024 6:36 AM
    2184 views | 3 replies
  • Scale Lambda for count setting for spline smoother in graph builder in JMP18

    I noticed that some of my reports were getting totally messed up due to spline smoother looking weird. After a lot of tinkering I come to conclusion that my X-group seemed to be affecting my smoother. From that a lot more looking around what is going on until I finally came across new settings "Scale lambda for count" which can be found from Spline smoothers red triangle menu Couldn't find it men...

    jthi jthi
    Discussions |
    Sep 13, 2024 6:18 AM
    1293 views | 1 replies
  • Not able to click "OneWay" in fit Y by X

    Hi, I am trying to perform one way ANOVA. but I am not able to click "Oneway" in below screen shot. Am I doing something wrong? I am using student edition.   JMP Pro 18.0.2. 

     

    PartialBeetle82 PartialBeetle82
    Discussions |
    Sep 13, 2024 3:45 AM
    2902 views | 4 replies
  • 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
    6686 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
    2258 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
    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
    1274 views | 0 replies
view all discussions