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

  • How I can graph many testing at the same time?

    I exported  my data from excel to JMP table. I have many batches. Each lot have many different testing. I need to split the data by lot , I mean , every column is a  batch. I need in this format in order to do all the graphs at the same time .How can I sort the data?  

    evargas evargas
    Discussions |
    Mar 4, 2022 4:22 PM
    770 views | 1 replies
  • JSL - Applying the same scale on GraphBuilder with varying number of Pages

    The snippet's goal below is to plot Current against Time. I have multiple devices differentiated by Serial.On GraphBuilder, I group the Serial by "pages". Since I have a variable number of devices, I have a variable number of pages. In setting the scale, I have a "dispatch" line per number of page (device) -- so below I have four dispatch lines to update the four charts for each device.How do I go...

    louiefb louiefb
    Discussions |
    Mar 4, 2022 12:07 PM
    1061 views | 1 replies
  • Proportional Hazards Fit, Confidence Intervals for Risk Ratios

    The Proportional Hazards Fit Procedure in JMP provides Risk Ratios together with Wald Test Type Confidence intervals. Is there a possibility to get profile likelihood based CIs as these are usually smaller compared to Wald based CIs?

    winfriedkoch0 winfriedkoch0
    Discussions |
    Mar 4, 2022 9:09 AM
    1267 views | 3 replies
  • Should there be automatic formula evaluation when source column data is changed?

    HI all. I should know this by now but why must I open a dependent column's formula every to produce a reevaluation when I change a value in one of the source columns?  Shouldn't this be set to automatically reevaluate, as in Excel, without me having to open every dependent column to update my table?  The formula columns are locked and I cannot uncheck that.  And the suppress eval, and the ignore e...

    aadecarlojr aadecarlojr
    Discussions |
    Mar 4, 2022 7:01 AM
    1490 views | 2 replies
  • list of marker color symbols and sizes in jsl

    Hi all,I would like to select some markers for selected rows in JSL. So this works: dt<<select where (:col== 11); dt<<colors("Blue")<<Markers("star")<<Label; However I had to guess that "Red" was an available color, "star" was a possible symbol and I have not guessed so far how to change the marker size. Is there a list available in some manual for these options?So what I am looking for is the ref...

    ValeriaL ValeriaL
    Discussions |
    Mar 4, 2022 6:20 AM
    3654 views | 2 replies

Latest Discussions

  • How I can graph many testing at the same time?

    I exported  my data from excel to JMP table. I have many batches. Each lot have many different testing. I need to split the data by lot , I mean , every column is a  batch. I need in this format in order to do all the graphs at the same time .How can I sort the data?  

    evargas evargas
    Discussions |
    Mar 4, 2022 4:22 PM
    770 views | 1 replies
  • JSL - Applying the same scale on GraphBuilder with varying number of Pages

    The snippet's goal below is to plot Current against Time. I have multiple devices differentiated by Serial.On GraphBuilder, I group the Serial by "pages". Since I have a variable number of devices, I have a variable number of pages. In setting the scale, I have a "dispatch" line per number of page (device) -- so below I have four dispatch lines to update the four charts for each device.How do I go...

    louiefb louiefb
    Discussions |
    Mar 4, 2022 12:07 PM
    1061 views | 1 replies
  • Proportional Hazards Fit, Confidence Intervals for Risk Ratios

    The Proportional Hazards Fit Procedure in JMP provides Risk Ratios together with Wald Test Type Confidence intervals. Is there a possibility to get profile likelihood based CIs as these are usually smaller compared to Wald based CIs?

    winfriedkoch0 winfriedkoch0
    Discussions |
    Mar 4, 2022 9:09 AM
    1267 views | 3 replies
  • JSL Scripting Index to add all columns

    Hi, Does JMP have any syntax or index to add all columns instead of manually typing all the column names?  Thanks

    Jackie_ Jackie_
    Discussions |
    Mar 3, 2022 11:37 PM
    1246 views | 2 replies
  • Can Web reports be grouped ?

    Hi, I have many Web reports and I would like to create for them level structure, which will group them similarly as here JMP HTML5 Examples Every help highly appreciated!Thanks,Li

    Li78 Li78
    Discussions |
    Mar 3, 2022 12:29 PM
    1223 views | 2 replies

Latest Discussions

  • 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
    593 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
    764 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
    585 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
    786 views | 0 replies
view all discussions