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 do I sort my dates in order?

    Attached is my data table. You can see that my dates in the x-axis in my chart is not in order. How do I write a script to sort the date column before I build the chart? Notice that my date column in the table is in char.  

    cchueng cchueng
    Discussions |
    Feb 6, 2024 9:56 PM
    3721 views | 6 replies
  • String Col Box: how to pass a list of strings to a String Col Box as N individual strings.

    Hi, I'm having an issue with an outline string col box. Please see the attached image.    My issue is that instead of being able to individually provide each string as in the first example, I'm only able to provide a string list as the variable "ListOfStrings" in the image. Instead of having x y z in three different rows as in the first table, I have them in the same row which doesn't work with me...

    RA899 RA899
    Discussions |
    Feb 6, 2024 9:37 PM
    1889 views | 5 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
    2496 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
    1542 views | 3 replies
  • Auto Annotate Plots

    I have created a script to take a spec document and apply spec limits and notes to a data file.  I was trying to come up with a way to automatically add the notes input as an annotation to the subsequent plots. I came up with this with a lot of help from the user community.  Wondering if there are obvious opportunities to make the script more flexible in terms of plot types that can auto annotate?...

    SpannerHead SpannerHead
    Discussions |
    Feb 6, 2024 10:50 AM
    934 views | 1 replies

Latest Discussions

  • 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
    2496 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
    1542 views | 3 replies
  • Auto Annotate Plots

    I have created a script to take a spec document and apply spec limits and notes to a data file.  I was trying to come up with a way to automatically add the notes input as an annotation to the subsequent plots. I came up with this with a lot of help from the user community.  Wondering if there are obvious opportunities to make the script more flexible in terms of plot types that can auto annotate?...

    SpannerHead SpannerHead
    Discussions |
    Feb 6, 2024 10:50 AM
    934 views | 1 replies
  • JSL Query Table: Strange result


    dirLoc=Pick Directory("Select a directory", "my directory"); fileList = Files In Directory(dirLoc); dt1 = open(dirLoc || fileList[1]); dt1 << Select Where( :Amount>=1000 ); x=dt1<<Subset(Output Table Name("T1")); Close(dt1, NoSave); show(N Row(x)); x << Save("my directory\t1.jmp");
    Greetings!I am trying a simple query with a sample data file. The query returns right set of resu...

    monir monir
    Discussions |
    Feb 6, 2024 8:54 AM
    1107 views | 2 replies
  • JMP import csv, shows as empty

    Hi team,  The table shows as empty when i choose to import through csv file. I saw couple posts before showing there is a issue with uploading with csv, just wondered if there is a workaround for this issue? Or do I have to upload through xlsx file?   ThanksJason

    OutputCivet4254 OutputCivet4254
    Discussions |
    Feb 5, 2024 2:14 PM
    838 views | 1 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
    695 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
    725 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