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 to use Filter Change Handler to work with Page option in Graph Builder?

    Attached is an example data table. The script below tries to plot each parameter selected via the Local Data Filter in a new "Page" in Graph Builder. As it stands, the y-axis title is shown as "Median" every time a new "Parameter" is selected via the Local Data Filter.I would like the Parameter name to be the y-axis title when new a parameter gets selected and plotted on a new "Page".I tried using...

    Neo Neo
    Discussions |
    Feb 8, 2024 8:29 AM
    9862 views | 30 replies
  • Add Reference Lines to multiple Variability Charts in a Column Group

    I have many columns with spec limits saved to column properties. I am trying to add reference lines to multiple variability charts in a column group. My problem is I cant seem to add these lines without looping through and creating over 400 instances of a variability chart and adding them manually. This causes way to much memory to be used and slows down if not crashes JMP. The first reference lin...

    JMewborn JMewborn
    Discussions |
    Feb 8, 2024 7:43 AM
    1050 views | 1 replies
  • Label the first event for each patient in a large dataset

    I have a medical dataset where each row represents an event for a patient. Some patients have only one event, some have multiple events (which are represented by several rows, each with the same "Tx ID" (see picture below), however, I just want to create a column which labels the first event for each patient.

    cjw99 cjw99
    Discussions |
    Feb 8, 2024 5:23 AM
    3647 views | 7 replies
  • Objects reference in jmp scripts

    Hello JMP community, I have a question regarding objects reference in jmp scripts. The below code runs (JMP pro 17.2), but the process screening pops out in a different window, not in the Make_Win function, where the button is also placed. I know that if I would copy paste the PS = dt << Process Screening(...); part inside the V List Box then the behavior becomes as expected, but then the code bec...

    JmpNoobScripter JmpNoobScripter
    Discussions |
    Feb 8, 2024 4:17 AM
    1732 views | 2 replies
  • Couleur dynamique

    Bonjour à tous,

    J’utilise le constructeur de graphique dans JMP.
    A partir des colonnes de ma base de données, je crée des mesures (indicateurs) directement dans le constructeur de graphique pour les afficher.

    Par exemple avec ma colonne A et ma colonne B, je crée la mesure avec la formule A-B.
    Cette mesure fait référence à un indicateur que je rajoute dans mon graphique juste en dessous du titre.

    Le pr...

    hcarr01 hcarr01
    Discussions |
    Feb 7, 2024 11:16 PM
    1238 views | 2 replies

Latest Discussions

  • Add Reference Lines to multiple Variability Charts in a Column Group

    I have many columns with spec limits saved to column properties. I am trying to add reference lines to multiple variability charts in a column group. My problem is I cant seem to add these lines without looping through and creating over 400 instances of a variability chart and adding them manually. This causes way to much memory to be used and slows down if not crashes JMP. The first reference lin...

    JMewborn JMewborn
    Discussions |
    Feb 8, 2024 7:43 AM
    1050 views | 1 replies
  • Couleur dynamique

    Bonjour à tous,

    J’utilise le constructeur de graphique dans JMP.
    A partir des colonnes de ma base de données, je crée des mesures (indicateurs) directement dans le constructeur de graphique pour les afficher.

    Par exemple avec ma colonne A et ma colonne B, je crée la mesure avec la formule A-B.
    Cette mesure fait référence à un indicateur que je rajoute dans mon graphique juste en dessous du titre.

    Le pr...

    hcarr01 hcarr01
    Discussions |
    Feb 7, 2024 11:16 PM
    1238 views | 2 replies
  • How to prevent GraphBuilder from resetting the Marker type ?!?

    Does somebody use GraphBuilder in his/her Dashboards - with manually selected markers? If yes, how do you prevent Graph Builder from overwriting YOUR settings?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Graph Builder( Variables( X( :height ), Y( :weight ), Overlay( :sex ), Color( :age ) ), Elements( Points( X, Y, Legend( 1 ) ) ), Local Data Filter( Add Filter( ...

    hogi hogi
    Discussions |
    Feb 7, 2024 6:42 AM
    1277 views | 3 replies
  • DoE CCD

    Hallo, Ich habe eine Reihe von Experimenten mit DoE (Wirkungsflächendesign) erstellt. Nachdem ich die Experimente durchgeführt hatte, erhielt ich ein Pareto-Diagramm bei einem Signifikanzniveau von 0,02, in dem eine Referenzlinie (blaue Linie) eingezeichnet ist. Ich würde gerne wissen, bei welchem Wert meine Referenzlinie liegt? Kann ich den Wert berechnen lassen? Vielen Danke Grüße

    ZE ZE
    Discussions |
    Feb 7, 2024 5:28 AM
    3095 views | 6 replies
  • Loglinear Variance Model Inconsistency

    Hello, While using Loglinear Variance model, there is an inconsistency in the model for the Variance model. I put up an example below to explain the situation. I build 2 models using Loglinear Variance: Model 1 : Response A.  Factors A, B, C.Model 2 : Response A , B. Factors A, B, C.Note: Response A and Factor A,B,C are the same data for both Model 1 and 2. Comparing Model 1 to Model B , we focus ...

    Zappy Zappy
    Discussions |
    Feb 6, 2024 11:56 PM
    1677 views | 3 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
    935 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
    743 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
    694 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
    723 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