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

  • Missing function column in Calculator Window

    I'm currently (real time) teaching a class and have encountered a JMP problem I've never seen before.  One student's calculator window appears to be missing all of the functions on the left side of the screen.  The columns appear and the calculator section of the window appears but there are no functions to choose from and I can't figure out how to get them back.  I don't see anything in the prefe...

    dale_lehman dale_lehman
    Discussions |
    Mar 26, 2022 2:18 PM
    1636 views | 3 replies
  • Mixed Logit Model

    How do I perform a Mixed Logit Model on JMP?

    ARR ARR
    Discussions |
    Mar 26, 2022 6:01 AM
    850 views | 1 replies
  • 这个脚本如何修改才能在工具栏的按键形式运行?

    这个脚本能运行。但将它放在工具栏的按键形式、却不能工作。需要如何修改代码 ?谢谢大家!

    lala lala
    Discussions |
    Mar 26, 2022 12:57 AM
    1243 views | 2 replies
  • How to script Column Matching Dialog

    I have a dialog where I need a user to match pairs of columns. Pretty much like we do in Join Tables. Specific example - I have sets of experimentally measured parameters and sets of their theoretical predictions. This data comes from different sources and colum naming can be arbitrary, so I need users to match theory vs experiment for each parameter.Is there an example on how to script this part?...

    miguello miguello
    Discussions |
    Mar 25, 2022 11:22 PM
    1721 views | 5 replies
  • Association Analysis not showing up in JMP Pro 16

    I am using JMP Pro 16 in my MIS class and I cannot see the option for Association Analysis when I Select Analyze > Screening > Association analysis. Please Help

    CanonicalMonk92 CanonicalMonk92
    Discussions |
    Mar 25, 2022 11:59 AM
    3209 views | 5 replies

Latest Discussions

  • Mixed Logit Model

    How do I perform a Mixed Logit Model on JMP?

    ARR ARR
    Discussions |
    Mar 26, 2022 6:01 AM
    850 views | 1 replies
  • May I change Color of Col' head????

    Hello,
    I have a quick question.
    Can I change the color of the JMP data table col' head?
    As you can see now, we are dividing by changing the color of the cell, but it would be great if we could only change the head, not the whole.
    (Actually, I think it would be better if we could form a group by column on data table toooo)
    Thank you..

    Dongjin Dongjin
    Discussions |
    Mar 25, 2022 5:46 AM
    904 views | 1 replies
  • Is it possible to have timestamp or part-id on X-axis in the Model driven Multivariate control chart?

    JMP Model-driven multivariate control charts are great but unable to use in our factory as a daily driver due to MDMCC X-axis doesn't have date-time or part-ids. 

    Can someone help how to add time/ID to the x-axis?

    anudeep39 anudeep39
    Discussions |
    Mar 25, 2022 4:09 AM
    875 views | 1 replies
  • How to select & delete rows when the cell did not start with W

    Hello,I have a table with 2 columns (Process & MC)I want to select and delete rows that fulfill 2 conditions below using scripting ;1. Column Process = WB2. Column MC = does not start with "W"I've checked through the scripting help but couldn't find anything useful. If I use below script, it will delete all rows that MC column cells starts with "W"  which is not what I want. dt3 << select where(:P...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Mar 24, 2022 11:02 PM
    762 views | 1 replies
  • Spec Limit

    Hi,I would like to ask if I set a particular column with spec limit(eg. low:100 and max:1000), from this limit set how can I create a corresponding column say Pass/Fail column to label those data within limit as Pass and out of spec as Fail.Thank you.   

    OneSidedCharts1 OneSidedCharts1
    Discussions |
    Mar 24, 2022 11:00 PM
    805 views | 1 replies

Latest Discussions

  • Column Switcher Button Removed from Plot Window Toolbar in JMP 16 for Mac

    Recently switched from JMP15 for Mac to JMP16 for Mac. I was surprised to see the column switcher button removed as an option in an analysis/plot window.  It used to reside up top next to the local data filter button (see black circle).  The option to customize it back is also missing and has been replaced by a 'properties' button.  This may also prove useful but I'm new to it.    To get the colum...

    datanaut datanaut
    Discussions |
    Mar 17, 2022 3:18 PM
    842 views | 0 replies
  • No table linking after saving the project?

    Hi,when I generate a summary table with the option "link to original data table" (selected by default), the two tables are linked:By selecting a row in the summary table the corresponding rows in the original table are selected.Cool.This also works for selections in Graphs and Dashboards.Very cool! Now my problem:After saving both tables to a project file, (precisely: after close & re-open the pro...

    hogi hogi
    Discussions |
    Feb 3, 2022 4:19 AM
    598 views | 0 replies
  • Setting Guardbands on Test Limits Using EMP

    Hello. I am trying to use the EMP tool to help set guardbands to my test limits based on my gauge R and R data from a final test machine.I used 10 devices and measured these devices 5 times each, across 5 different test sites on the machine.I need to know how much to guardband my Upper and Lower specs. I am having trouble understanding how to apply the data in the EMP report. I feel like this is a...

    Jbritsch04 Jbritsch04
    Discussions |
    Feb 2, 2022 8:49 AM
    770 views | 0 replies
  • How to introduce lower bounds for simulated data in Profiler platform

    Hi JMP community,   (JMP Pro 16.0.0)   I'm hoping to find out if there is a way to include lower bounds to simulated data in the Profiler platform. I have several predictors going into a model, but few data points to fit. So, in order to generate simulated ("synthetic") data, I use the Prediction Profiler platform along with the multivariate correlation structure of the data to generate thousands ...

    SDF1 SDF1
    Discussions |
    Feb 1, 2022 11:09 AM
    589 views | 0 replies
  • Query Builder filtering on date stored in Varchar(20)

    Query Builder - date filter.SQL ServerJMP version 16.2In the database (SQL Server) I get the Date field called RETURNDATE in ‘varchar20’ – I would like to use the Calendar functionality in the filter to select my dates I tried to create a calculated column (Calc1) and specify CAST([RETURNDATE] as date), which he doesn’t like. Using SQL outside Query BuilderSELECT TOP (1000) [LABJOBNO]      ,[DESPA...

    HansD HansD
    Discussions |
    Jan 25, 2022 6:12 AM
    1391 views | 0 replies
view all discussions