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

  • 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
    1103 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
    637 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
    1553 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
    3350 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
    1126 views | 3 replies

Latest Discussions

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
    796 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
    664 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
    555 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
    499 views | 0 replies
view all discussions