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

  • Want advice on implementing Statistical Process Control in a maturing manufacturing organization

    The scenario: We have a LIMS that pushes QC test data from manufacturing to a data warehouse. We have a handful of JMP users. We want to finally introduce a systematic approach to SPC and are discussing different strategies how to do that. One of the things that came up was the disappointment that we are not able to wholesale tap into our LIMS system, but will most likely have to pull the data for...

    Ressel Ressel
    Discussions |
    Feb 3, 2024 8:18 AM
    4373 views | 9 replies
  • Mixture DOE with covariate batch effects

    I have to generate a DOE with 7 mixture effects and 6 continuous covariate factors. The covariate factors are measurements of raw material batches, only 20 bathes are available. Mixture and quadratic covariariate effects as well as mixture -covariate interactions need to be estimate using a Kowalski with only 2nd order interactions. The number of runs exceeds #batches so repeated sampling from eac...

    frankderuyck frankderuyck
    Discussions |
    Feb 2, 2024 12:06 PM
    13074 views | 18 replies
  • Process Screening within JSL class

    Hello Everyone,Recently I got into jmp scripting, and am trying my best to learn it. The goal of the example below is to show the value of the "Column" for the selected rows.Cols = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1", "PNP4", "NPN3", "IVP2", "NPN4", "SIT1", "INM1", "INM2", "VPM1", "VPM2"}; dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); Define Class( "Test_Class", _init_ =...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 2, 2024 3:47 AM
    1642 views | 3 replies
  • Create different number of text boxes based on variable

    Dear JMPer, I try to create several text boxes in a new window,  the number of text boxes is a variableThen I have a slider box , and I need to set text for those tex boxes I just created as I move the barI guess a for loop should be the solution, but I just cannot get it done colname = {"Name", "Height", "Weight"}; //it's a list of column names from previous code, number of items is not fixed min...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 2, 2024 3:44 AM
    2436 views | 6 replies
  • Is there an easy way open a script generated graph with the script name as a title?

    Hi, I often find myself saving a few scripts that used the same application (e.g. Graph builder) to a datatable. When you run these scripts the window title of the graph will automatically be "Datatable - graph builder".When multiple scripts are run this creates the situation of having windows open with titles "Graph Builder 2", "Graph Builder 3" and I lose track of which script generated which wi...

    mvanderaa1 mvanderaa1
    Discussions |
    Feb 1, 2024 2:10 PM
    4203 views | 9 replies

Latest Discussions

  • Process Screening within JSL class

    Hello Everyone,Recently I got into jmp scripting, and am trying my best to learn it. The goal of the example below is to show the value of the "Column" for the selected rows.Cols = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1", "PNP4", "NPN3", "IVP2", "NPN4", "SIT1", "INM1", "INM2", "VPM1", "VPM2"}; dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); Define Class( "Test_Class", _init_ =...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 2, 2024 3:47 AM
    1642 views | 3 replies
  • Automate Powerpoint report filling via JSL

    Hello, Here's my problem: I have several powerpoint capability reports to generate for customers, all these reports use the same template (my company's template).What changes depending on the customer are the materials on which I make my control charts in these reports, and I don't have the same number of control charts to plot depending on the customer.I have >60 reports to generate. I wanted to ...

    SophieCuvillier SophieCuvillier
    Discussions |
    Feb 1, 2024 7:07 AM
    1228 views | 2 replies
  • How to Include a 'No Shift' Scenario in a Temperature Shift DOE

    I'm currently working on a Design of Experiments (DOE) for a process that involves temperature shifts at three different times. My challenge is incorporating a 'No Shift' scenario as one of the factors. My initial idea was to:Treat the three time points for temperature shifts (1 hour, 2 hours, 3 hours) as a continuous factor.Introduce a 'No Shift' scenario as a categorical factor (yes/no).However,...

    Nicola_Nuti Nicola_Nuti
    Discussions |
    Feb 1, 2024 12:07 AM
    2715 views | 7 replies
  • Add reference line to Y-group axis

    Hello, I am using graph builder (JMP 17) and have almost what I need. But I need to add a reference line.  This first image ('example') is what I currently have (I need all 3 viruses in 1 graph with lines and dots for the rates for both years). BUT, I need to add a reference line for each virus so that it looks like 'example with ref line' (below). I don't know if it is possible. But essentially, ...

    patriciafm811 patriciafm811
    Discussions |
    Jan 31, 2024 11:31 AM
    6927 views | 14 replies
  • How to get frequencies for 5 points summary values?

    I am struggling to understand how the frequency values are obtained in this example (5% and 95 % quantiles assumed).https://community.jmp.com/t5/JSL-Cookbook-Archived/Create-a-Box-Plot-from-a-Five-Number-Summary/ta-p/41278 How would the values change if I have 25% and 75% quantile values? (In my case, I will have Min, Q1 (25%), Median, Q3 (75%) and Max values)

    Neo Neo
    Discussions |
    Jan 31, 2024 11:07 AM
    1929 views | 4 replies

Latest Discussions

  • How might I include a line break (or a second line) in the print header of a PDF generated from a Journal window?

     w = New Window("window", <<Journal, hlb = hlistbox() ); w << Set Print Headers( "lineone \!n linetwo", "", "Page &pn; of &pc;" ); w << SavePDF ( "C:\Users\blahblah.pdf");The above script should include a line break in the "left header" so that it has two lines. Instead the resulting PDF just has a non-printing box character between the two words, like this ... and if i copy that text into this wi...

    mann mann
    Discussions |
    Jan 31, 2024 6:25 AM
    937 views | 0 replies
  • Optimal decision tree and Adam's consensus?

    Hello - First of all, I'm speaking very much as a non-statistician here. I have a paper I'm trying to replicate that is doing hierarchical clustering with multiple similarity functions and grouping methodologies, and then using an Adam's consensus to find a sort of "optimal" dendrogram, if you will. I looked at their software they were using, and its been out of comission for a good 15 years. JMP ...

    ehchandlerjr ehchandlerjr
    Discussions |
    Jan 26, 2024 11:06 AM
    744 views | 0 replies
  • Use Limits Table In Distributions Platform

    Hi, is it possible to use a limits table to load specifications grouped by some factor in platforms other than Process Screening? Ideally I'd like to use the limits table in the distributions platform. Thanks in advance, Alicia

    Alicia Alicia
    Discussions |
    Jan 25, 2024 8:24 AM
    696 views | 0 replies
  • Which predictive analysis method/column organisation for RSM output with duplicate samples

    Hi all. So I'm working on a project where I have 2 x component classes, each of which has 4 items within the class, which are mixed together at varying concentrations over 48 combinations. Figured the best Factor way to do this was to use 2 x Continuous for the max/min concentrations for each class, then 2 x 4-level Categoricals for each of the items. Each of the combinations was made twice, so af...

    ProbitLeopard63 ProbitLeopard63
    Discussions |
    Jan 25, 2024 3:06 AM
    727 views | 0 replies
  • how to show "nonparametric overlay" in the output of "Fit life by x"?

    I tried to do “Fit life by X” (fit TTF by voltage), but in the output, somehow “nonparametric overlay” did not show up. I was hoping to see the probability of failure vs time at 80V, 50V, and 15V (use condition), but that plot was not included in the output. I attached the report here. If anyone can take a look and point out went wrong, that would be great. Thank you!

    RenZ RenZ
    Discussions |
    Jan 22, 2024 10:02 AM
    580 views | 0 replies
view all discussions