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

  • Student Edition of JMP

    What are the limitations of the "Student Edition" of JMP? Are there techniques deleted from the "Student Edition" compared to the JMP Pro version?

    FrequencyLimit9 FrequencyLimit9
    Discussions |
    Sep 15, 2024 7:54 AM
    1348 views | 1 replies
  • [JSL] Add more info to Columns in a List Box ()

    Hello, I am trying to display a New Window() to request the user to select some categorical factors from a data table in a List Box().I would like to add more insight to this choice, by highlighting:- the number of level for each factors- a color to show the ratio of empty cells within each factors columnssee attached an example of what I would like to achieve. In the following script, I calculate...

    Voizingu Voizingu
    Discussions |
    Sep 14, 2024 9:26 PM
    1719 views | 5 replies
  • How to split a column with unstructured string

    Hi, expertsI like to split the column with unstructured string into bunches of columns. But I fail to make it because it is complicated. my thinking is to split by line break, but can't make it from text to columns by delimiter. the alternative is to replace line break with any signals available in delimiter. the one option is to run Regex ( :Column 1, "^\R", "#",GLOBALREPLACE ), but it shows unex...

    ReliabilityWolf ReliabilityWolf
    Discussions |
    Sep 14, 2024 10:43 AM
    2532 views | 8 replies
  • Eliminate empty rows from a script

    I have a script that builds a second script inside a JMP table, copies that and pastes it to a JMP script window to make a functional script.  Because of the nature of how this is achieved, I get a lot of empty rows in the finished script and I'd like to eliminate those.  Reformat doesn't do the trick and my attempts at REGEX and GLOBALREPLACE also fail.  Anyone succeed with this? I looked in here...

    SpannerHead SpannerHead
    Discussions |
    Sep 13, 2024 3:22 PM
    1980 views | 8 replies
  • Overlay profiler from two different models

    Is is possible to overlay in the profiler two different models? I ran a DOE in a simulation software and created a model for it. I then ran the same DOE in an actual experiment also and have a model from that experiment. So both models have same factors and factor names, and responses and response names. I want to now see a profiler from both simulation and actual experiment in the same profiler n...

    harshnaik harshnaik
    Discussions |
    Sep 13, 2024 1:10 PM
    2601 views | 5 replies

Latest Discussions

  • Student Edition of JMP

    What are the limitations of the "Student Edition" of JMP? Are there techniques deleted from the "Student Edition" compared to the JMP Pro version?

    FrequencyLimit9 FrequencyLimit9
    Discussions |
    Sep 15, 2024 7:54 AM
    1348 views | 1 replies
  • 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
    596 views | 0 replies
  • 95% confidence ellipse in a PCA biplot

    Hello, everyone.I'm currently conducting a PCA biplot analysis and would like to add a 95% confidence ellipse for each of the three groups I'm analyzing. While I know this is possible in other software like R, I'm unsure how to achieve this in JMP Pro 17. Could someone help me?I attached two figures, an exemple of a 95% confidence ellipse that I want to do and my PCA biplot.

    vtrbrn25 vtrbrn25
    Discussions |
    Sep 13, 2024 9:05 AM
    1874 views | 1 replies
  • DOE experiment design table decimal places

    When I create the DOE experiment in JMP, the data table is generated with 8 decimal places. I only need max of like 2 decimal places.How can I fix this?

    LoglinearMouse1 LoglinearMouse1
    Discussions |
    Sep 13, 2024 8:33 AM
    761 views | 2 replies
  • How to get spec limits in separate columns in 5 point summary table?

    The example script below gets me the 5 number summary in the format I need. However, I would also like to get the spec limits for each parameter (under Analysis Columns) , LSL and USL, in two separate columns in the final "Summary" data table? How to get this via JSL?Also, is a another/better way to do what I am need without using Tabulate ()?Names Default To Here( 1 ); Clear Log(); dt = Open( "$S...

    Neo Neo
    Discussions |
    Sep 13, 2024 6:47 AM
    1996 views | 6 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
    596 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
    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
view all discussions