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

  • How to set my Text Box Visibility("Collapse") by JSL

    I had a JSL for creating a window to show many Graph Builders, due to I used where language to filter data, the new window will auto creat a Text Box(" Where  :CID == a[1][g] & :VARABLE == a[2][g]  & :WNDOW==a[3][g]  & :SATISTIC==a[4][g] & :CLLECTION_NAME==a[5][g]"), I want to set this Text Box property "Collapse", Can you give me a solution, thanks a lot.Data Table( "FSS" ):RUN_START_DATE << Data...

    cubji1 cubji1
    Discussions |
    Sep 21, 2024 8:02 AM
    2153 views | 2 replies
  • How to release memory in loop script

    I created a loop script for a very big dataset. When looping, for all the temporary data table, I use close(dt, No Save), seems it can release the memory. However, in one of the data table, I keep adding a temporary column, did some post process, then delete that column. After I finish running the loop, 5G of my HDD is gone. Is there any way I can release the memory after I delete the temporary co...

    zephyrfei zephyrfei
    Discussions |
    Sep 21, 2024 5:45 AM
    2487 views | 5 replies
  • delay code until application is completed

    I have a script in which I am first asking a yes/no question in a dialogue box, if the use marks "yes", then a section of code will run that pulls data from a database which is then used to build an application. In that app the user interacts with the data (table and plots) to produce a pdf form, finalize those materials, close the application, and then move on to the next station at which time yo...

    RVhydrA RVhydrA
    Discussions |
    Sep 20, 2024 10:55 PM
    1858 views | 5 replies
  • Bar Chart

    I have to make a bar chart of the mean price of houses for cities. I have the bar chart up with the mean price of the houses, but it is putting every city in the whole data table in the chart, when I only need five of the cities. How should I go about only selecting the few cities I need. 

    Moe Moe
    Discussions |
    Sep 20, 2024 8:04 PM
    565 views | 1 replies
  • How can I hide/remove the "Legacy Control Charts are being removed in JMP 19" warning messages?

    Our application is executing JMP scripts via the COM automation objects to create control charts for product stability monitoring.  At a later date, we will look to update the scripts to use Control Chart Builder.  For now, we need to use the existing control charts.  After upgrading from JMP 14 to JMP 18, the control charts now show large red warning banners, as shown below.  Is there a setting c...

    AmitS AmitS
    Discussions |
    Sep 20, 2024 10:34 AM
    1677 views | 4 replies

Latest Discussions

  • delay code until application is completed

    I have a script in which I am first asking a yes/no question in a dialogue box, if the use marks "yes", then a section of code will run that pulls data from a database which is then used to build an application. In that app the user interacts with the data (table and plots) to produce a pdf form, finalize those materials, close the application, and then move on to the next station at which time yo...

    RVhydrA RVhydrA
    Discussions |
    Sep 20, 2024 10:55 PM
    1858 views | 5 replies
  • Bar Chart

    I have to make a bar chart of the mean price of houses for cities. I have the bar chart up with the mean price of the houses, but it is putting every city in the whole data table in the chart, when I only need five of the cities. How should I go about only selecting the few cities I need. 

    Moe Moe
    Discussions |
    Sep 20, 2024 8:04 PM
    565 views | 1 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
    4710 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
    1115 views | 3 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
    593 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
    782 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
    554 views | 0 replies
view all discussions