cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Question about how to use fit object for prediction in JSL

    Hi - I have 2 columns X and Y. I am using the Neural platform to fit Y with X, because it is quite non-linear. Now, I want to use the fitted model to predict Y for a given X. How do I accomplish this in JSL? I have the following code:obj = dt << Neural( Y( :Vg ), X( :Id ), Informative Missing( 0 ), Validation Method( "Holdback", 0.3333 ) );After I have done the fit, I need to use this fit object t...

    shrirams shrirams
    Discussions |
    Feb 26, 2024 6:46 PM
    2036 views | 2 replies
  • JMP Two level Screening is giving me a different Design every time

    Hi! I am very new to JMP just as an fyi.. But I am trying to utilize the DOE Two-level Screening function. I had already gotten a design using this function however,  I am now trying to recreate this same output. I used the same factors and the same amount of runs yet I am getting a different outcome. Is this just a part of how the JMP software works?

    MedianPuppy4982 MedianPuppy4982
    Discussions |
    Feb 26, 2024 6:21 PM
    4365 views | 3 replies
  • Dealing with "On Change" within a Class in JSL

    Hello community! I got a bit stuck while using Classes, so I'm hoping someone could help me out. A bit of context: I am working on a script which is divided into two: a main script and a functions script, where the latter is then included into the main script. I am trying to work with Classes and Namespaces, to make sure variables are only found when they are supposed to be found. My specific prob...

    ThomasB ThomasB
    Discussions |
    Feb 26, 2024 3:57 PM
    3712 views | 4 replies
  • Pareto Front add in

    the add in is not working! 

    Mohamed213 Mohamed213
    Discussions |
    Feb 26, 2024 9:36 AM
    2340 views | 2 replies
  • How to provide column names manually in script for importing multiple text files?

    Hello, I was able to use the import multiple files tool to get a Skelton script. I would like to add column names to created table through the script. Is there a way to do that? 

    Singhthisside Singhthisside
    Discussions |
    Feb 26, 2024 9:27 AM
    1260 views | 1 replies

Latest Discussions

Latest Discussions

  • How do you get the confidence intervals output for performance measures in the add ins imbalanced misclassification?

    I am wondering if you can let me know how can I get the performance measure Confidence Intervals (lower and the upper limit) and the alpha when I do the add ins imbalanced classification analysis to evaluate models (I picked all the models [except for generalized regression] and sampling techniques). I am able to get the PR Curve AUC, ROC Curve AUC, but I am not able to locate how to get the confi...

    NishaKumar NishaKumar
    Discussions |
    Feb 22, 2024 8:44 AM
    1040 views | 0 replies
  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    1057 views | 0 replies
  • JMP 16 Discreet Fit to Gamma Poisson to Kulmogrov

    Hello All, Need assistance trying to get the goodness-of-fit test for the following parameters in JMP 16: 1. Discrete Fit2. Fit Negative Binomial (equivalent to Gamma Poisson as no option to choose gamma poisson)3. Goodness-of-fit4. output -> Pearson Chi-square -> no values  From past version of JMP 14, there was a gamma poisson option with a goodness-of-fit option that outputted kolmogorov's D va...

    RichC RichC
    Discussions |
    Feb 19, 2024 10:19 AM
    888 views | 0 replies
  • Visualizing 2-way clustering

    Hello - I have a table of 180 factors. I have used the 2-way clustering to visualize the grouping in the dendrogram, which works really well for a few factors. Close to 200? Not so much, especially in a paper. In my mind, I have basically the K-means type plot of all of the factors clumped and colored. But this doesn't make sense for factors. Is there a way that to plot the clustering on a 2-D plo...

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 15, 2024 2:53 PM
    929 views | 0 replies
  • Help with JMP formula (IFERROR)

    My excel formula is: =+IF(AND(E98=1, E108=1), IFERROR(E121-E$128, "NA"), "NA"). E98 = 1. E108 = 1. E121 is a calculation that came out to .267993337. E128 is a calculation that came out to -0.2792984. How can I re-create that formula in JMP? I'm trying with no success. 

    UpliftElk866 UpliftElk866
    Discussions |
    Feb 13, 2024 12:19 PM
    1067 views | 0 replies
view all discussions