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

  • 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
    765 views | 0 replies
  • How do I remove CI region for individual graph in graph builder

    Hi, I am using graph builder with 3 individual graphs (wrap function) but I only want one of the graphs to display the CI region.Can somebody provide me with information if this is even possible, and if so give me instructions on how to remove CI regionfor individual graph.  Best regards,Baldvin 

    baldvin_thor baldvin_thor
    Discussions |
    Feb 2, 2022 7:36 AM
    1565 views | 4 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
    1415 views | 2 replies
  • JSL rename columns based on user selection

    I am trying to rename column names based on user selection of file. But, I am having trouble renaming the columns. I have added my code, the set name doesn't work for renaming. I think I am doing something wrong. Can anyone please let me know about this?Clear Log(); dt1_dir = Pick Directory( "Select directory for data table 1" ); dt1_Name = Pick File( "Select data file 1", dt1_dir, {"JMP Files|jmp...

    shasha_2 shasha_2
    Discussions |
    Feb 2, 2022 6:04 AM
    1335 views | 2 replies
  • Need help in determing what data should be threated as random in a repeated measurements

    Hi.Can someone help me with this one or verify that I am on good path here? I have data in a long format that contains month (from january till march), day of the month (from 1 till 31), shift (from 1 till 3), total energy consumption within shift (this is dependent variable) and working time in hours of 12 different systems (machines) within a shift (from 0 till 8 hours). I want to find out energ...

    MachineHippo109 MachineHippo109
    Discussions |
    Feb 2, 2022 2:35 AM
    2410 views | 7 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
    765 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
    1415 views | 2 replies
  • Need help in determing what data should be threated as random in a repeated measurements

    Hi.Can someone help me with this one or verify that I am on good path here? I have data in a long format that contains month (from january till march), day of the month (from 1 till 31), shift (from 1 till 3), total energy consumption within shift (this is dependent variable) and working time in hours of 12 different systems (machines) within a shift (from 0 till 8 hours). I want to find out energ...

    MachineHippo109 MachineHippo109
    Discussions |
    Feb 2, 2022 2:35 AM
    2410 views | 7 replies
  • Refitting a lasso regression at single penalty

    Scenario: I use validation data to tune my lasso penalty and now I want to refit to all of my data (training + validation) specifying that optimized penalty term. I can't see anyway to do that within the generalized regression platform. What is recommended here?

    Mittman Mittman
    Discussions |
    Feb 1, 2022 1:14 PM
    2702 views | 4 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
    587 views | 0 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
    765 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
    587 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
    1390 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
    788 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
    699 views | 0 replies
view all discussions