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

  • Axis labels for hidden and excluded data

    When I hide and exclude data in a table and generate a chart, the labels for the hidden end excluded data still appear on the axis. How do I remove the labels for the hidden and excluded data from the chart?

    rwridle rwridle
    Discussions |
    Feb 17, 2020 4:46 AM
    2753 views | 3 replies
  • Outlier Deletion

    Is there a way to script the deletion of extreme outliers per column? My objective is once i run the script, it concatenates data tables, delete extreme outliers per column and display graphs but im having some sort of problem with the outlier part.

    viskovicz00012 viskovicz00012
    Discussions |
    Feb 16, 2020 2:46 PM
    2535 views | 2 replies
  • Generalized Linear Mixed Model (GLMM) JMP Pro 13 ?

    Can JMP Pro 13 do generalized linear mixed models ? It seems that the Fit Model platform does not offer this option. If not, is there another way of doing this in JMP? ? 

    JW JW
    Discussions |
    Feb 16, 2020 1:22 PM
    14213 views | 7 replies
  • Generating confidence intervals for sensitivity, specificity and AUC in ROC curves

    Hi,Can anyone help me with how to generate 95% confidence intervals in ROC curve analyses? I can generate the curves and view the tables but cannot find an easy way of getting the confidence intervals for sensitivity, specificity and AUC. Many thanks.   

    Harj Harj
    Discussions |
    Feb 16, 2020 1:08 PM
    5573 views | 1 replies
  • Check Display box existence by JSL

    Hi, Is there some function to check whether exists certain display box by number/title? For instance:   dist = Distribution(Continuous Distribution( Column( :weight ) )); Exists((dist<<report)[OutlineBox(10)])// will return return false Exists((dist<<report)[OutlineBox("ABC")])// will return return false     Thank you.

    tom_abramov tom_abramov
    Discussions |
    Feb 16, 2020 8:44 AM
    2137 views | 1 replies

Latest Discussions

  • Axis labels for hidden and excluded data

    When I hide and exclude data in a table and generate a chart, the labels for the hidden end excluded data still appear on the axis. How do I remove the labels for the hidden and excluded data from the chart?

    rwridle rwridle
    Discussions |
    Feb 17, 2020 4:46 AM
    2753 views | 3 replies
  • unbalanced data and weight classification

    Hello, I have a database with an highly unbalanced oridnal response. The class of major personal interest is a minority class (patients with a rare but severe infection, around 5% of the observations).The classification of the other oridinal classes work well with a boosted forest tree classifier but these classes or not at my interest (less severe infection or no infection at all). I wander wheth...

    Lu Lu
    Discussions |
    Feb 16, 2020 4:13 AM
    4402 views | 6 replies
  • Reference Line in X - Y graphs: Change to dashed line

    Using either Fit Y by X or Graph Builder, then clicking on Axis Settings, we can add reference lines to the graphs. An option is "Line Style". This options appears to be line width, not line style. Specifically, I would like to change a reference line to a dashed line rather than a solid line. Any suggestions?

    MAS MAS
    Discussions |
    Feb 14, 2020 7:38 AM
    4185 views | 1 replies
  • Multithreading troubleshooting using Parallel Assign

    I'm on a Mac system trying to get multithreading to work on a large datatable (>8MM) on row-wise operations. They're just simple calculations like division or copying values as is. I can't attach my proprietary data, but in this post I'll include in the JSL a random matrix the same size as my dataset but with random data. Names Default To Here(1);

    //For JMP community. dt = J(Random Integer(6000000
    ...

    msulzer_bsi msulzer_bsi
    Discussions |
    Feb 14, 2020 4:42 AM
    5357 views | 5 replies
  • Interactive HTML with filter

    I am able to create an interactive HTML using "save Interactive HTML". However, when I add a filter, it does not create the filter in the HTML, just gives me the plot. Is there something I am missing?

    My sample code: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); a = Variability Chart( Y( :height ), X( :age ), Analysis Type( "Choose best analysis (EMS REML Bayesian)" ), ...

    sac sac
    Discussions |
    Feb 14, 2020 3:32 AM
    5687 views | 5 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
    2019 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
    1663 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
    1602 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