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

  • 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
    1544 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
    3342 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
    1119 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
    1810 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
    2119 views | 6 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
    794 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
    661 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
    810 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