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

  • 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
  • Change the default -1 1 coding of categorical variable to 0 1 coding

    Dear JMP community,  I found that when fitting a multiple linear regression (y ~ X1 + X2, X1 is a continuous and X2 is a categorical variable), by default JMP defines the dummy variable X2 as -1 1. Is there a way to change it to 0 1, which will be the same as the default dummy variable coding as R? Thanks!

    Jogger560 Jogger560
    Discussions |
    Sep 17, 2024 1:37 AM
    4618 views | 10 replies
  • Automating parameters in neural network

    I want to try out different parameters in neural network fitting like number of hidden layers, no. of neurons, activation functions, holdback proportion. instead of manually clicking and generating results to compare models with their R2 and RMSE, is there a way to script it in JMP so that i will automatically do the trials?

    Raviintel Raviintel
    Discussions |
    Sep 17, 2024 12:43 AM
    1217 views | 2 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

  • 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
  • Mixture DOE

    Hello,Maybe an easy question!I have 6 mixture components. I am interested in finding the effect of two of them on the response. There is also process variables, "time" and "temperature". Not sure how to set up this experiment.

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    Sep 16, 2024 11:06 AM
    1494 views | 4 replies
  • Download speed comparison results :python asyncio async download VS JMP MultiHTTPRequest concurrent download

    I actually compare the different ways to GET and POST. python's asyncio asynchronous download is much faster. But the JSL code is very concise.

    lala lala
    Discussions |
    Sep 16, 2024 2:04 AM
    986 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
    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