cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Get Graph Builder from Report Window

    Hello everyone,I have a number of already created graphs - all one graph in a single window.Now I'm creating a script that goes over all open graph windows and changes some text within the graph.I got this far: wList = Get Window List(Type("Reports")); For(w = 1, w <= nitems(wList), w++, Print(wList[w] << Get Window Title()); wList[w] << SendToReport( [...]Basicially, once I have the window, I'...

    Samu Samu
    Discussions |
    Jan 22, 2020 5:05 AM
    3163 views | 2 replies
  • Neural nets_validation sets get higher model fits than training sets

    Problem: Why my validation sets worked better than the training sets?Data: 200 data points; 90% for training and 10% for validationStatistical:    1. make validation column           Make Validation Column(
               Training Set( 0.90 ),
               Validation Set( 0.10 ),
               Test Set( 0.00 ),
               Formula Random);    2. neural nets:            one hidden layer, 3 nodes TanH           B...

    Adele Adele
    Discussions |
    Jan 22, 2020 4:40 AM
    10493 views | 18 replies
  • How to display variables in a dialog box

    Hello everyone, I am struggling to understand the logic with the JSL language... I have tried to look for this in the help/ scritping menus but there is just too much information there... How do you display a variable in a dialog box ? I'm using instructions likeHList ("Some message" ), HList ( "Another message"), HList ( "blablabla"), HList(variable), The messages between " " display fine, but wh...

    bobmorrane bobmorrane
    Discussions |
    Jan 22, 2020 1:18 AM
    5697 views | 3 replies
  • K Nearest Neighbor: Making a Prediction for New Record

    Hi!  I've run k-nn and saved prediction formulas for my dataset.  Now I am trying to make predictions for a number of new records and can't seem to recall how to do this (I have done this before but it's been several months).   Any help on this would be much appreciated!  Thanks in advance for your suggestions/tips!

    drvijay drvijay
    Discussions |
    Jan 21, 2020 9:28 PM
    3064 views | 2 replies
  • Summarize Without Alphabetizing

    I have a dataset where the order is important and I want to be able to summarize a character column with repeat values without the results being in alphabetical order. column_A ffbbbdaacccee Usual methods return {a,b,c,d,e,f},I am trying to get {f,b,d,a,c,e} Please advise.

    nbullen nbullen
    Discussions |
    Jan 20, 2020 11:25 PM
    12045 views | 8 replies

Latest Discussions

  • Analysis of means (ANOM) decision limits for log transformed data glitch [fit curve]

    Hello, I am doing some fit curve work on log transformed mortality data using 2 parameter probit and am super confused as to why the upper and lower limits are the same value for this log transformed dataset when comparing using an ANOM:  When I run this on the same data untransformed I get appropriate limits for a comparison. is this a glitch or am I doing something wrong?  Kind regards,Joe    

    joemama985 joemama985
    Discussions |
    Jan 17, 2020 1:52 PM
    3571 views | 5 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Sort Columns in Descending Order and use 4 largest for calculation

    I have a data table and I need to get the first 4 largest values from a range of columns, labeled "Nozzle #". These column values vary by variable, or column labeled "Test #". I then need to apply these values and in a new column calculate area of a circle per test #. Since I have a larger data table, I would like to either group the columns using the For, If, and Contains logic or is there a more...

    morenrx1 morenrx1
    Discussions |
    Jan 16, 2020 9:16 PM
    4332 views | 7 replies
  • Formulas similar to Frequently used excel formulas in JMP

    How to enter a formula similar to sumif, count if and vlookup in jmp

    Sivaguru Sivaguru
    Discussions |
    Jan 16, 2020 6:41 AM
    4163 views | 1 replies
  • Help with Scripting to Compile Parameters from Curve Fit

    I am in need of help editing a script originally developed to pull microbial growth parameters from a Logistic 4P model (Fit Curve Platform). I would like to edit the script to pull parameters from each treatment "strain, media, replicate", see desired output for what I would like. I am obviously missing some important language in the script but I am not clear how to do this. A scripting answer wo...

    kprobst100101 kprobst100101
    Discussions |
    Jan 16, 2020 5:12 AM
    2581 views | 3 replies

Latest Discussions

  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2016 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1660 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1600 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1681 views | 0 replies
  • How can I run a .py python script and python scripts compiled as .exe from JMP

    Hello,  So I've written a JMP UI, and once I gather data from the user I have a button that dumps the form data to a CSV.Now I need to launch my python script and other .exe  (as an administrator), my python scripts pick up the user input from the CSV and perform the next steps.Right now it's a .py but I may need to run it through py2exe and compile it into an exe later so a solution that supports...

    xxvvcczz xxvvcczz
    Discussions |
    Oct 30, 2019 6:44 PM
    2077 views | 0 replies
view all discussions