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

  • Creating Bar Graph (Total Open and Close Cases) and Line Graph (Time to Close Trend)

    Hi, I have this bar graph below, which indicates total escalation cases for each month (YearMo). I would like to create two similar bar graph, but with a line graph representing a trend. How can I add a line graph on top of this to show: Line Graph 1. A mean line graph representing time to close trend (in days) for each YearMo?Line Graph 2. A line graph representing total cases closed for each Yea...

    Fwied Fwied
    Discussions |
    Nov 3, 2021 10:06 AM
    1292 views | 1 replies
  • Model process parameter interactions with process time

    Hello everyone,  I have a 3 step process with 7 factors A, B, C, D, E, F, G and a single response Y. Step 1: A and B are some continuous machine settings and C is the time for which those settings are applied20 <= A <= 100300 <= B <= 70030 <= C <= 180 Step 2: D and E are continuous factors for a treatment that is applied to the samples after step 1.  Step 3: F and G are discrete numeric factors fo...

    username-SAS username-SAS
    Discussions |
    Nov 3, 2021 9:00 AM
    2117 views | 6 replies
  • JMP16 : Column properties Spec Limits

    It appears once you have inserted spec limits into column properties JMP16 will not remove the spec limit column properties using the built in interface (Column info -> Column Properties -> Spec limits <Remove button>)The only way I can remove the spec limits is by scripting it...  E.g., :Test << Delete Property( "Spec Limits" ); I have a bunch of Columns where I would normally select them all and...

    justvince justvince
    Discussions |
    Nov 3, 2021 8:35 AM
    2968 views | 8 replies
  • Looping Summary Tables

    Hi all,I am trying to summarize multiple table but I need it to be in a loop form. 1. How can I loop the output table name to be in uniform name (eg. summary 1, summary 2)2. How can I loop the following output table again for another summary Please Help. TIA

    UserID16644 UserID16644
    Discussions |
    Nov 3, 2021 7:45 AM
    825 views | 1 replies
  • Use if condition for a graph builder

    Hi, I have been trying for a while to write a code in JSL where depending on the value of certain variable, the graph obtained from graph builder changes. My particular example right now is pretty simple, I have a check box and depending on the user selection (checked/unchecked) I want to add or remove groups into the graph using the local filter. Here is a very simple example dt = Open( "$SAMPLE_...

    teoten teoten
    Discussions |
    Nov 2, 2021 5:34 PM
    2629 views | 3 replies

Latest Discussions

  • Creating Bar Graph (Total Open and Close Cases) and Line Graph (Time to Close Trend)

    Hi, I have this bar graph below, which indicates total escalation cases for each month (YearMo). I would like to create two similar bar graph, but with a line graph representing a trend. How can I add a line graph on top of this to show: Line Graph 1. A mean line graph representing time to close trend (in days) for each YearMo?Line Graph 2. A line graph representing total cases closed for each Yea...

    Fwied Fwied
    Discussions |
    Nov 3, 2021 10:06 AM
    1292 views | 1 replies
  • Model process parameter interactions with process time

    Hello everyone,  I have a 3 step process with 7 factors A, B, C, D, E, F, G and a single response Y. Step 1: A and B are some continuous machine settings and C is the time for which those settings are applied20 <= A <= 100300 <= B <= 70030 <= C <= 180 Step 2: D and E are continuous factors for a treatment that is applied to the samples after step 1.  Step 3: F and G are discrete numeric factors fo...

    username-SAS username-SAS
    Discussions |
    Nov 3, 2021 9:00 AM
    2117 views | 6 replies
  • Looping Summary Tables

    Hi all,I am trying to summarize multiple table but I need it to be in a loop form. 1. How can I loop the output table name to be in uniform name (eg. summary 1, summary 2)2. How can I loop the following output table again for another summary Please Help. TIA

    UserID16644 UserID16644
    Discussions |
    Nov 3, 2021 7:45 AM
    825 views | 1 replies
  • How can I summarize multiple Excel Spreadsheets and output it into 1 table?

    Hello everyone! I look through a lot of data. Since all files are stored the same way I wanted to use this as a tool to help me find exactly what I'm looking for. I am currently able to summarize a single excel spreadsheet (removing duplicates) with this script. Clear Symbols(); names default to here(1); path = Pick File (); dt = Open( path, Worksheets( "Data" ), Use for all sheets( 1 ), Co...

    Hobbi Hobbi
    Discussions |
    Nov 2, 2021 11:08 AM
    1547 views | 1 replies
  • Generalized Estimated Equations or Logistic random-effects regression in JMP 16?

    Looking to perform either of the above methods on binary clustered data with JMP. Would be ok with JSL code if available.

    skram22 skram22
    Discussions |
    Nov 2, 2021 6:33 AM
    797 views | 1 replies

Latest Discussions

  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    1135 views | 0 replies
  • how can I use structural equation model to make predictions?

    Hi, I built a structural equation model and it works well. I would like use the model to make some predictions. Basically, what I want to do is to change the value of a variable and then JMP can calculate the values of other variables. Is there any way i can output the model equation so that I can use it to predict? Thanks.

    lujc07 lujc07
    Discussions |
    Oct 22, 2021 11:54 AM
    716 views | 0 replies
  • Get (x & y) intercept values from linear fit of the linear region of a curve/data and store them in a new column

    I have JMP data table with data from several parts for which a Capacitance 'C' has been measured as a function of reverse voltage 'V' (0 to -5 V in -0.1V step). A plot of [1/C]^2 vs V has a linear part for small reverse bias (say from 0 V to -0.5V and data is available at 0, -0.1, -0.2, -03, -0.4 -0.5 V within this range). How to do a linear fit to the points between 0 to -5V for each part, extrac...

    Neo Neo
    Discussions |
    Oct 22, 2021 10:15 AM
    685 views | 0 replies
  • Debugger report for finding bottlenecks

    I'm trying to find bottlenecks in a large script with many includes.  I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number.  I'm imagining a pareto.     Anyone know a good method to analyze script performance?  

    vince_faller vince_faller
    Discussions |
    Oct 22, 2021 7:31 AM
    642 views | 0 replies
  • world map server compatibility

    I have successfully used 1-2 world map servers in the past through GraphBuilder but am encountering issues recently (JMP Pro 16). I can't figure out if it's something on my/JMP's end, or the WMS themselves. For instance, the US government has all these presumably WMS-like mapping products:  Note: tiled services may show up as Web Map Tile Service (WMTS), rather than WMS. Most software that can loa...

    abmayfield abmayfield
    Discussions |
    Oct 22, 2021 4:56 AM
    740 views | 0 replies
view all discussions