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

  • Querying jmp data table with JSL

    Hi, I need to get a list of distinct names for ages 12 and 13 in Big Class.jmp My current way seems to be very inefficient. (Select where, subset...) What is the way to do this with Query(); Thanks.   My script is: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); AgeList = {13, 15}; dt << Select where( Contains( AgeList, :Age ) > 0 ); SubsetDt = dt << Subset( Selected Rows, Columns( "name" ) ); Summariz...

    tom_abramov tom_abramov
    Discussions |
    Dec 21, 2019 2:32 AM
    5458 views | 5 replies
  • Even though it's not statistically significant, can I conduct multiple comparison test such as LSD?

    I conducted 2 way ANOVA model with blocks and the each main effect was significant, but the interaction was not significan (A). However, when I checked the LSD, it shows differences among the interaction (B). When I see the plot graph (C), it seems there are some differences visiually. Therefore, I did test slices about the interaction, and I found difference about TRs within genotype 3, and also ...

    JK JK
    Discussions |
    Dec 20, 2019 3:23 AM
    7766 views | 4 replies
  • Opening JMP Home Window opens other windows

    Has any had an issue where they open the JMP Home Windows and it opens other graphs and data tables, and runs scripts you created ages ago? The most odd thing being most of what is opening I have deleted from my computer (graphs, data table, and scripts). I've tried uninstalling and installing JMP, as well as rebooting my computer a million times. Any help is appreciated!

    _Mel _Mel
    Discussions |
    Dec 19, 2019 9:05 AM
    3673 views | 4 replies
  • Fit 2-level Screening Platform

    Just curious as to what happened to the Fit Two Level Screening or Fit Definitive Screening under Specialized Modeling>Specialized DOE Models in JMP Pro 14?  I can not find these platforms in JMP Pro 15.  Where they replaced with another platform or just dropped?  TIA.

    statman statman
    Discussions |
    Dec 19, 2019 9:01 AM
    3280 views | 3 replies
  • save report as interactive html

    Hi, I want to save a report including multiple Graph Builders as an interactive html. This is what I am doing:a_plot=Report(Graph Builder(...)); b_plot=Report(Graph Builder(...)); c_plot=Report(Graph Builder(...)); new_window = New Window( "NW", hlb = H List Box() ); hlb << append( V List Box( a_plot, b_plot, c_plot ); new_window << save interactive html("my_plots".htm");It work...

    Leily Leily
    Discussions |
    Dec 19, 2019 7:35 AM
    3520 views | 1 replies

Latest Discussions

  • Window/text box size

    Hi,   A very simple question that is still causing me some trouble. How do I change the size of the window so that it displays the full text (Input dosing date and time) when running the below script?     defdosingday = Today(); New Window( "Input dosing date and time", <<Modal, <<return result, V List Box( Text Box( "Date & time" ), str1 = Number Edit Box( defdosingday, 10, <<SetFunction(...

    JulieSAppel JulieSAppel
    Discussions |
    Dec 19, 2019 7:11 AM
    2886 views | 4 replies
  • Model: Are high VIF an issue in all cases?

    Here's the situation: I am trying to build a model to express a particular Y using 25 parameters in X. All the data from my parameters X is given by the same single technology, which is analyzing 1 sample using 25 frequencies (my X), as a frequency scanning to gain maximum information. In other word, for each single Y data, I will have 25 X.

    But the issue is that when I build models, I obtain huge ...

    Elofar Elofar
    Discussions |
    Dec 19, 2019 4:32 AM
    11406 views | 11 replies
  • Add reference line with different values for each chart in a Variability Plot and save in interactive html

    Hi, I am trying to create an interactive html of a variability plot graph with multiple charts in the same plot ( by(:<variable>)) and add unique reference lines with different values for each of the individual charts. Is there anyway we can achieve this with JSL? Currently I can plot and save as interactive html with JSL but unable to tailor the reference line values based on the value of the "by...

    psundar6 psundar6
    Discussions |
    Dec 19, 2019 3:01 AM
    3030 views | 1 replies
  • Stack Multiple Series

    I'm having trouble finding a way to stack multiple variables in rows with different types of data into columns. I would like to stack each series of 1, 2, 3 into 3columns but I'm not finding what I'm looking for in any help documentation Turn:123123 Into:123123

    mjvincent87 mjvincent87
    Discussions |
    Dec 18, 2019 11:41 AM
    4213 views | 1 replies
  • SQL Missing under Machine Data Source - How to Fix?

    I haven't connected to databases a lot but recently got set up to access a SQL data base. However, when trying to set up the connection, under "Machine Data Source" I don't see SQL listed (just Access and Excel). Before a recent computer upgrade I know I did have SQL listed there, just now it isn't. Can anyone tell me what I need to do to get this here?

    Mo Mo
    Discussions |
    Dec 17, 2019 5:20 AM
    4600 views | 3 replies

Latest Discussions

  • 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
  • Analysis of covariance (ANCOVA) for Split plot Design

    Hi, I have a problem where I want to do ANCOVA and It is new for me.We have,Main plot data (2 treatments)Subplot data (10 treatments)Yield datawe want to add lodging (%) score as a covariate. How to do it? (I have seen some video tutorial from Youtube but its not easy to understand for me) Your cooperation will be highly appreciated.

    Harun-Or-Rashid Harun-Or-Rashid
    Discussions |
    Oct 29, 2019 9:03 PM
    1435 views | 0 replies
  • Send Expects Scriptable Object in access or evaluation of 'Send' Error

    I create a new window with variability chart, and put into journal. After that i want to save into pdf. But at the last line to save into PDF, it give me error like below. and nothing is saved into pdf. Need some advice which part i am doing wrong?  ErrorSend Expects Scriptable Object in access or evaluation of 'Send' , report_R235 << /*###*/SavePDF( "C:\LimTY\NXP\Product\Pegasus\Characterization\...

    OneNorthJMP OneNorthJMP
    Discussions |
    Oct 10, 2019 8:43 PM
    1431 views | 0 replies
  • How to Add Profit Matrix to Neural Net Confusion Matrix

    Hi all, I'm using a neural net to predict whether or not a customer will prefer to buy retail items at a markdown or if they are likely to buy full-price (i.e., "bargain buyers" vs. traditional shoppers). I'd like to incoporate the opportunity cost of a false positive (giving discounts to what would otherwise be a full-price shopper) using a profit matrix, but changing values on the matrix in the ...

    GhostBen GhostBen
    Discussions |
    Aug 5, 2019 8:00 PM
    1505 views | 0 replies
view all discussions