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

  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    3644 views | 9 replies
  • Missing Red Triangle from Dashboard

    Hi, I have created two dashboards, which I would now like to edit.Dashboard one is displayed with the red triangle menu, Dashboard two has no red triangle.  Does anybody know why this happens and how I can ensure the red-triangle is shown?I have JMP 16.2.0Dashboard two has no red triangle 

    peterrow peterrow
    Discussions |
    Feb 5, 2024 2:38 AM
    1483 views | 2 replies
  • How do I display Control Chart control limit in "Duration - hr:m" format?

    Hi,I want to be able to display the control chart limits as a Duration but I can only display as numeric value. The column properties are defined as hr:m and I can display the axis, capability chart, etc. in hr:m but I am not even able to define a Control Limit manually in hr:m format. Does anybody know a work-around? Thanks,Chris

    ChrisDavis218 ChrisDavis218
    Discussions |
    Feb 5, 2024 1:09 AM
    1594 views | 2 replies
  • Data Table On Close Issue depending on how it is closed

    Hello, I am having an issue with how JMP decides to close the data tables that have the following script: dt << On Close(close(Current Data Table(),nosave)); My main issue is how the data tables close when there are multiple windows open with this script. If the X in the top right corner is used it will work perfectly 10/10 times, but if you go down to the taskbar and hover over each table and hit...

    ralphtedesco ralphtedesco
    Discussions |
    Feb 4, 2024 12:52 PM
    3848 views | 9 replies
  • Private yes/no?

    When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private) Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option
    ... up to now, but a s...

    hogi hogi
    Discussions |
    Feb 4, 2024 7:36 AM
    1002 views | 1 replies

Latest Discussions

  • Box plots from five number summary - missing table?

    I am trying to understand the proposed solution (by @mpb ) here https://community.jmp.com/t5/Discussions/Box-plots-from-five-number-summary/td-p/2786but the table suggested in the solution is missing. Can anyone help me with a similar table?

    Neo Neo
    Discussions |
    Feb 5, 2024 6:52 AM
    3644 views | 9 replies
  • How do I display Control Chart control limit in "Duration - hr:m" format?

    Hi,I want to be able to display the control chart limits as a Duration but I can only display as numeric value. The column properties are defined as hr:m and I can display the axis, capability chart, etc. in hr:m but I am not even able to define a Control Limit manually in hr:m format. Does anybody know a work-around? Thanks,Chris

    ChrisDavis218 ChrisDavis218
    Discussions |
    Feb 5, 2024 1:09 AM
    1594 views | 2 replies
  • Private yes/no?

    When I open a data table, I can use the option private to hide the data table:dt = Open( "$SAMPLE_DATA/Big Class.jmp", private ); The same feature is also available for table operations like Subset, Concatenate, and so on:Data Table( "Big Class" ) << subset(1, Private) Data Table( "Big Class" ) << Concatenate( Data Table( "Big Class" ), Private);For MFI, there no such option
    ... up to now, but a s...

    hogi hogi
    Discussions |
    Feb 4, 2024 7:36 AM
    1002 views | 1 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
  • 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

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
    936 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
    726 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