cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • deleting column with refs

    Hi I wrote a script to delete a column.  However, I am getting error that " Cannot delete this column while it is referenced by the formula to another column. " There are no formula, but if use "Remove Refs" option manually, I can delete column manually. I need to learn how to use this function in my script to use "Remove Refs"I am using JMP 16.1.0    

    Kdseagate Kdseagate
    Discussions |
    Feb 3, 2022 2:07 AM
    2609 views | 5 replies
  • JSL write to stdout

    I'm running a JSL script from powershell core on windows.  Does anyone have a good way to write to console from JSL so that it writes out to my powershell script? 

    Currently I'm writing to a temp file and then in the powershell script checking that file in a loop and writing the contents of that file.  Hoping someone has done something more robust.  

    vince_faller vince_faller
    Discussions |
    Feb 2, 2022 8:35 PM
    2458 views | 3 replies
  • How to find every test to screen a unit

    I'm fairly new to JMP and JSL and currently working on screening out a unit in a very large dataset. My goal is to get an output table containing a name of every test in which the unit (defined by it's ECID) has a z-score greater than 3 (or some other value I can choose). These z-scores need to be based on each tests respective distributions of passing units. Is there JMP functionality for this or...

    MichaelO MichaelO
    Discussions |
    Feb 2, 2022 1:35 PM
    4829 views | 9 replies
  • User Interface- How to use a Checkbox to run a function

    I am attempting to build a UI that asks for the user to select "Products" from a list, and then create a graph of each product and adding "Material" to then graph title based on if the check box is selected or not. So far I have my UI window, but I am lost on how to connect it to my graph script. I think something like an If statement may be the key, but I may be wrong. Names Default To Here( 1 );...

    Raybob Raybob
    Discussions |
    Feb 2, 2022 11:34 AM
    1215 views | 1 replies
  • Can we do gage R&R study with less than 5 Parts

    Hi All  I am planning to use gage r&r study for my research purpose and try to understand the effect of operator and pipette on final weights.Here the operators are 3, and parts (in my case pipettes) are also 2 where as trials are 5. Whatever the literature I read suggests the number of parts should be equal to or greater than 5. Can we use do the study in just 2 parts?

    OrdinaryOctopus OrdinaryOctopus
    Discussions |
    Feb 2, 2022 8:52 AM
    1744 views | 2 replies

Latest Discussions

  • deleting column with refs

    Hi I wrote a script to delete a column.  However, I am getting error that " Cannot delete this column while it is referenced by the formula to another column. " There are no formula, but if use "Remove Refs" option manually, I can delete column manually. I need to learn how to use this function in my script to use "Remove Refs"I am using JMP 16.1.0    

    Kdseagate Kdseagate
    Discussions |
    Feb 3, 2022 2:07 AM
    2609 views | 5 replies
  • User Interface- How to use a Checkbox to run a function

    I am attempting to build a UI that asks for the user to select "Products" from a list, and then create a graph of each product and adding "Material" to then graph title based on if the check box is selected or not. So far I have my UI window, but I am lost on how to connect it to my graph script. I think something like an If statement may be the key, but I may be wrong. Names Default To Here( 1 );...

    Raybob Raybob
    Discussions |
    Feb 2, 2022 11:34 AM
    1215 views | 1 replies
  • Can we do gage R&R study with less than 5 Parts

    Hi All  I am planning to use gage r&r study for my research purpose and try to understand the effect of operator and pipette on final weights.Here the operators are 3, and parts (in my case pipettes) are also 2 where as trials are 5. Whatever the literature I read suggests the number of parts should be equal to or greater than 5. Can we use do the study in just 2 parts?

    OrdinaryOctopus OrdinaryOctopus
    Discussions |
    Feb 2, 2022 8:52 AM
    1744 views | 2 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
    1022 views | 0 replies
  • Display Issues - Content does not update correctly

    Hi Community, I have an bug in JMP 16.2 when I scroll or switch between pages. The content does not show up right and sometimes is not updated. The images below as an example when I entered the "windows specific" settings or do some basic analysis.  Is this a known bug and does someone know how to fix that?Many thanks in advance!Tim 

    TimG TimG
    Discussions |
    Feb 2, 2022 6:21 AM
    1834 views | 2 replies

Latest Discussions

  • 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
    1022 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
    773 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
    1683 views | 0 replies
  • M1 Macbook Pro JMP Capabilities

    Hi all, 
    I'm thinking about upgrading from my windows set-up and running a M1 Macbook Pro as my primary set up. I wanted to open up the discussion and see if any other JMP users were using the newest Macbook Pro and if they have run into any hurdles yet? I do a lot of R/Python integration. I do have a decent set up right now, but want to know if anyone else has tested out this connection and knows ...

    MikeDereviankin MikeDereviankin
    Discussions |
    Jan 21, 2022 1:52 PM
    1012 views | 0 replies
  • How do I apply time fixed effects with multiple regression

    I have financial panel data and would like to hold dummy time variables fixed as I regress the other independent variables to test my model's significance. Not sure how to proceed. Is this function only available in SAS? Thanks   

    RiDe RiDe
    Discussions |
    Jan 10, 2022 11:18 PM
    882 views | 0 replies
view all discussions