cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Test Time measurement

    Hi all, I'm not 100% sure, but I think I have seen a function that stores the run time. I need a function that captures the test time from the moment I click run until the analysis is complete. I'm using JSL. Thanks

    RA899 RA899
    Discussions |
    Feb 7, 2024 2:46 PM
    3134 views | 3 replies
  • [JSL] add reference lines in graph builder with formula

    Hi,I am fairly new to JMP and I would like to be able to add variable references lines based on formula in the graph builder.When I plot the Y with several X (groups), I would like to generate for each X in graph builder:- 2 lines with the formula (Mean-4*Std ; Mean+4*Std)- Fill the range with a color - Label with the value on each line  I tried to add these lines in JSL but without success. The f...

    Voizingu Voizingu
    Discussions |
    Feb 7, 2024 11:15 AM
    5277 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
    2113 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
    5379 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
    2846 views | 3 replies

Latest Discussions

  • 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
    2113 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
    5379 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
    2846 views | 3 replies
  • Heatmap: color for Missing Values?

    In Graph Builder, there is a special color ("Missing"), which is used if the entry of the color column is empty in the respective row.
    Very convenient. This functionality is enabled for Points, Bar, Heatmap and Treemap plots, if a column with modeling type ordinal or nominal is used. This functionality is enabled for Points, Bar, and Treemap plots, if a column with modeling type continuous is used....

    hogi hogi
    Discussions |
    Feb 6, 2024 7:20 PM
    4135 views | 4 replies
  • Bug Report

    6 Factor CCD, 9 CP vs 14, the labels should be switched. 9 is UP, 14 is Orth.  

    DavidReilly007 DavidReilly007
    Discussions |
    Feb 6, 2024 11:22 AM
    2597 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
    1387 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
    1160 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
    1079 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
    1109 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
    991 views | 0 replies
view all discussions