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

Latest Discussions

  • How to build a prediction model of multi-step process: some runs don't have all the steps

    Hello,  I am hoping to get some advice in modelling based on the historical data. For the process the model is based on, it has 3 steps dep1->dep2->etch3, for each step there are 3 continuous factors. So in total, I have 3*3 factors, 9 factors. However, for some historical runs, there is no step 3etch but 1 and 2. Could I take the "3 steps run" and "2 steps run" as one table and build model out of...

    Fruit325 Fruit325
    Discussions |
    Sep 17, 2024 9:24 AM
    1293 views | 3 replies
  • How do I use JMP Pro to do machine learning predictions on a dataset with predictors that include latitudes/longitudes (i.e. a geospatial dataset)?

    Hi - I would like to do a machine learning algorithm in JMP Pro 17 to predict Y based on 7 variables (X1, X2, ...X7), two of which are spatial coordinates (latitude and longitude) and one of which is a date.  I would use a portion of my records as a training set, and a portion as my verification/testing set.   Is JMP Pro equipped to machine learn on this geospatial (lat/long) dataset?   And, if so...

    learning_JSL learning_JSL
    Discussions |
    Sep 17, 2024 7:54 AM
    1102 views | 3 replies
  • Does python write data from memory to JMP only in a circular form?

    import jmp;file_path = r"C:\0\test.txt" data = [] with open(file_path, 'r') as file: for line in file: row = line.strip().split('\t') data.append([float(row[0]), float(row[1])]) dt = jmp.DataTable("New Table", len(data)) col_A = dt.new_column('A', jmp.DataType.Numeric) col_B = dt.new_column('B', jmp.DataType.Numeric) for i, (a, b) in enumerate(data): dt['A'][i] = a dt[...

    lala lala
    Discussions |
    Sep 17, 2024 6:24 AM
    2950 views | 8 replies
  • Getting correct answers to correct questions quickly

    This is my view of (and possibly an update to?) old post by @LandraRobertson Getting fast helpful answers to your questions as a person who answers quite a few posts here in JMP Community. The post is quite lengthy one but hopefully it helps someone.   I have been mostly answering other peoples questions here in JMP community. I just wanted to write a Discussion topic on how you can get help faste...

    jthi jthi
    Discussions |
    Sep 16, 2024 11:53 PM
    11783 views | 8 replies
  • JMP Behavior in Preference "Hide ODBC Connection Strings" randomly reenables

    This is my first time posting in search of help. I am currently running JMP 17.1.0 and I cannot get the "Hide ODBC Connection Strings" in the preference to stay disabled. At seemingly random times it will reenables to an endless amount of frustration and lost work, needing to repull tables or salvage now useless queries. Recently it has been reactivating the moment I run a query, making all my dat...

    Name2AcessForum Name2AcessForum
    Discussions |
    Sep 16, 2024 11:59 AM
    2685 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
    792 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