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

  • A question related to generating a plot using JMP

    Wonder if anyone know how to plot using JMP to get a plot similar to what I generated using excel.  The JMP table is attached.

    JMP2021 JMP2021
    Discussions |
    Feb 15, 2024 11:48 AM
    1552 views | 3 replies
  • Data Table Box with local data filter

    Bug, or user error?If I create a Data Table Box using the following code:Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); nw = New Window( "Demo Data Table Box", Data Filter Context Box( H List Box( dt << Data Filter( //Show Controls( 0 ), Local, //Add Filter( columns( :sex ) ) ), dtb = data Table Box( dt ) ) ) );then manually select 'sex' as the f...

    matth1 matth1
    Discussions |
    Feb 15, 2024 11:25 AM
    1599 views | 2 replies
  • JSL: Profiler Remember Settings

    Hi everyone, I have a model in the profiler and would like to save a bunch of different settings. Usually, I use the Remember Parameter Setting in the Profiler to do this. However, in this particular case I want to save all combinations for the parameters X1 to X4 from -1 to +1 in 0.1 steps.I need some help with the following JSL Code to do this:Profiler( Y( :Y ), Profiler( 1, Confidence Int...

    Marco_ Marco_
    Discussions |
    Feb 15, 2024 7:32 AM
    2422 views | 5 replies
  • Script for multiple data tables/ Workflow

    Hi everyone,  I am relatively new to JMP and especially to scripting in JSL. I am looking for a way to apply a existing script to all currently open data tables (imported via multiple files import). Even though I researched through the abundance of community threads about this topic, I was not able to piece together a working solution. Okay, so I have the following working JSL code (note: embedded...

    Gab_K Gab_K
    Discussions |
    Feb 15, 2024 7:30 AM
    1026 views | 1 replies
  • Save data as Excel file and immediately open it on the computer

    HelloI would like to save data in an Excel file and open itI have written the command at the end of the scriptI see JMP saved the data as well, but don't open the file in Excelwhat I have missed in JSL? dt_excel = dt_p << Save( "C:\Users\dburmist\Downloads\Bucket.xlsx" );
    dt_excel = dt_p << open( "C:\Users\dburmist\Downloads\Bucket.xlsx" );

    Dennisbur Dennisbur
    Discussions |
    Feb 15, 2024 7:23 AM
    1027 views | 2 replies

Latest Discussions

  • Script for multiple data tables/ Workflow

    Hi everyone,  I am relatively new to JMP and especially to scripting in JSL. I am looking for a way to apply a existing script to all currently open data tables (imported via multiple files import). Even though I researched through the abundance of community threads about this topic, I was not able to piece together a working solution. Okay, so I have the following working JSL code (note: embedded...

    Gab_K Gab_K
    Discussions |
    Feb 15, 2024 7:30 AM
    1026 views | 1 replies
  • Save data as Excel file and immediately open it on the computer

    HelloI would like to save data in an Excel file and open itI have written the command at the end of the scriptI see JMP saved the data as well, but don't open the file in Excelwhat I have missed in JSL? dt_excel = dt_p << Save( "C:\Users\dburmist\Downloads\Bucket.xlsx" );
    dt_excel = dt_p << open( "C:\Users\dburmist\Downloads\Bucket.xlsx" );

    Dennisbur Dennisbur
    Discussions |
    Feb 15, 2024 7:23 AM
    1027 views | 2 replies
  • Predictor Screening Question

    Just a general question - for the Predictor Screening Platform, if you're trying to find variables related to a particular Response Output (say product Yield) - would you ever bring in another response variable & add it to the "X" box - like "impurity" or something along those lines? Or should you only be bringing in explanatory variables in that "X" box? 

    mjz5448 mjz5448
    Discussions |
    Feb 15, 2024 12:23 AM
    1079 views | 1 replies
  • How to supress script dump in log upon closing a chart?

    Upon closing a chart the chart plotting script is reproduced in the embedded log of my JSL script (which is used to plot the chart). Any way to supress this? 

    Neo Neo
    Discussions |
    Feb 14, 2024 10:08 PM
    2763 views | 6 replies
  • Help to explanation of Hierarchical Clustering - Ward's method

    Hi all, I try to understand the example of hierarchical clustering (picture below) with a distance matrix from JMP here: https://www.jmp.com/support/help/14/example-of-a-distance-matrix.shtml#316781 Applying Ward's formula (picture below) from here: https://www.jmp.com/support/help/14/distance-method-formulas.shtml#177809 My question: How does JMP calculate the initial distance of 58,689863 betwee...

    Navntoft Navntoft
    Discussions |
    Feb 14, 2024 10:12 AM
    4698 views | 2 replies

Latest Discussions

  • Help with JMP formula (IFERROR)

    My excel formula is: =+IF(AND(E98=1, E108=1), IFERROR(E121-E$128, "NA"), "NA"). E98 = 1. E108 = 1. E121 is a calculation that came out to .267993337. E128 is a calculation that came out to -0.2792984. How can I re-create that formula in JMP? I'm trying with no success. 

    UpliftElk866 UpliftElk866
    Discussions |
    Feb 13, 2024 12:19 PM
    679 views | 0 replies
  • Scheduled job failed

    Hi, I'm trying to run daily scheduled job, but keep getting failing error "Process is terminated due to StackOverflowException".What might be the reason for this?

    shaiv90 shaiv90
    Discussions |
    Feb 11, 2024 11:09 PM
    706 views | 0 replies
  • PickFile(), Projects and Network Drives

    Did you notice that PickFile looks different when it's opened from within a project? More than that - when Pick File is opened from a project, with mydir pointing to a network drive with thousands of files, Jmp will freeze for dozens of seconds:mydir= "\\computername\directory"; Pickfile("select a file" , mydir) So, if you work in a project, to prevent Jmp from freezing, please be sure that your i...

    hogi hogi
    Discussions |
    Feb 9, 2024 3:07 PM
    758 views | 0 replies
  • 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
view all discussions