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

  • Highlight certain points on control chart

    Hi, I want to highlight data points <= the limit values, 98% in this case, but something doesn't seem to work. I'm not sure where I'm making the error. Here is my jsl code: Names Default To Here( 1 ); dt2 = Current Data Table();
    dt2 << begin data update; fairows = dt2 << get rows where( As Column( "1" ) <= 0.98 ); dt2 << end data update;
    vc1 = dt2 << Control Chart Builder( Size( 890, 273 ), Show
    ...

    Jackie_ Jackie_
    Discussions |
    Sep 20, 2024 9:07 AM
    2027 views | 7 replies
  • Hiding a Variable from the Log with Underscores ... Almost Works

    At the recent JMP Summit I was asking developers about how I could hide a variable that contained credentials to a database. My current solution is 80% of the way there. I set the credentials in a variable in an encrypted script, then I Include() that script and use the variable in a script that connects to the database. Anyone who opens the main script can see the credentials by going to the log ...

    jay_holavarri jay_holavarri
    Discussions |
    Sep 20, 2024 7:27 AM
    3864 views | 7 replies
  • Jump out of a function?

    Is there a way to cleanly jump out of a function?  Something like the break() function in a for loop.  I've tried throw() but that stops the entire JSL script.

    pmroz pmroz
    Discussions |
    Sep 19, 2024 10:40 PM
    4712 views | 5 replies
  • Pinned hover labels disappear in Gantt Chart

    Dear Experts: I am using a Gantt Chart Add-In to schedule my projects and pinning hover labels to bars to facilitate graph readability. However, if I change data, some pinned labels disappear and no longer available to pin (hovering over the bar does not make them showing up). They seem to be hidden out of view and I cannot neither close them nor create a new one. Can you advise please on how can ...

    Yuri1 Yuri1
    Discussions |
    Sep 19, 2024 2:16 PM
    856 views | 2 replies
  • Add result column based on diffent binning result

    I am not sure if this is even possible. I am trying to add final result column. In that I want to output first failure mode. Also if device pass in a retest I need pass as a result. 

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Sep 19, 2024 12:50 PM
    1116 views | 3 replies

Latest Discussions

  • Jump out of a function?

    Is there a way to cleanly jump out of a function?  Something like the break() function in a for loop.  I've tried throw() but that stops the entire JSL script.

    pmroz pmroz
    Discussions |
    Sep 19, 2024 10:40 PM
    4712 views | 5 replies
  • Pinned hover labels disappear in Gantt Chart

    Dear Experts: I am using a Gantt Chart Add-In to schedule my projects and pinning hover labels to bars to facilitate graph readability. However, if I change data, some pinned labels disappear and no longer available to pin (hovering over the bar does not make them showing up). They seem to be hidden out of view and I cannot neither close them nor create a new one. Can you advise please on how can ...

    Yuri1 Yuri1
    Discussions |
    Sep 19, 2024 2:16 PM
    856 views | 2 replies
  • Add result column based on diffent binning result

    I am not sure if this is even possible. I am trying to add final result column. In that I want to output first failure mode. Also if device pass in a retest I need pass as a result. 

    ConfidenceOwl94 ConfidenceOwl94
    Discussions |
    Sep 19, 2024 12:50 PM
    1116 views | 3 replies
  • While looping, extracting column name from list and adding it to report table

    I'm working on a script that loops through a list of Y responses and runs degradation (stability test) on each before outputting parts of the report to a combined data table. It consists of the following steps:Opens a dialog box where the user selects several "Y, response", the "Time", and the "label, system ID".For each "Y, response", the script loops through and runs a degradation stability test...

    yaroslaw yaroslaw
    Discussions |
    Sep 19, 2024 12:12 PM
    531 views | 1 replies
  • Possible to extract longitudinal confidence interval bounds from degradation stability test?

    My team frequently uses the Degradation Stability Test analysis to determine the predicted (95% confidence) values and upper and lower bounds for a response (y value). At this point we've been running the degradation stability test for each y variable (same series of x time point values) and then manually changing the longitudinal prediction time, saving the predictions into a new data window and ...

    yaroslaw yaroslaw
    Discussions |
    Sep 19, 2024 11:36 AM
    1877 views | 2 replies

Latest Discussions

  • how I can add standard deviation of two repeats in the fitted curve

    I am trying to build a growth curve based on two repeats I created the graph using graph builder and when I tried to analyze the graph to do curve fitting using Gompertz model it separates the two repeat again instead of the mean and I can not add the standard deviation to each data point how I can fix that?

    RankFilterWhale RankFilterWhale
    Discussions |
    Sep 13, 2024 10:14 AM
    594 views | 0 replies
  • 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
    785 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
    809 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
view all discussions