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

  • Import Png pics in each cell

    Hello, Is there a way to import the Histogram (.png) pictures into the excel cell (fit the cell by image) using jsl? Something like this.....JSL to iterate over column groups to export the picturesNames Default To Here( 1 ); dt2= Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); maindir = Pick Directory( "Choose a directory to save distribution images" ); distributiondir = Concat( maindir || "/...

    Jackie_ Jackie_
    Discussions |
    Feb 29, 2024 8:49 AM
    1373 views | 2 replies
  • Is there a way to change the defaults for the Summary platform?

    Hi All,   Does any know if it's possible to change the defaults of the Summary platform (Tables > Summary)?   By default, Summary sets the new column names to be stat(column) and checks that the new data table is linked to the original data table.  For much of the work I do, I don't like these features and wish I didn't have to change them every time I run a Summary. I know it can be useful at tim...

    SDF1 SDF1
    Discussions |
    Feb 29, 2024 8:08 AM
    621 views | 0 replies
  • PDF Page Setup Dialog box

    Hello guys, Can any1 say how to get the Page setup winsodw in jmp scripting. i want to export journal as pdf in app designer but i want user to specify the settings. i am not able to find any info how to open this page setup window. Kingly help. Thanks in advance 

    ComplexNerd ComplexNerd
    Discussions |
    Feb 29, 2024 6:42 AM
    1021 views | 1 replies
  • open multiple Journals

    Hello, I look for a script, where I can open multiple Journals, and ad to different points in script an object to the chosen Journal. With my script the diagrams are always in the last opened Journal, not in the Journal I choose. Could someone help me to solve the problem? dt = Open("C:\Program Files\SAS\JMP\17\Samples\Data\CrimeData.jmp"); ///Journale Erstellen J1 = New Window( "xxx1", <<Journal...

    voy-voy voy-voy
    Discussions |
    Feb 29, 2024 5:57 AM
    1267 views | 2 replies
  • How to create different spec limits for different category in the group by item

    file_path = pick file(     "Select Excel File", "$Documents",     {"All Files|jmp;jsl;xlsx;xlsm", "JMP Files|jmp;jsl", "Excel Files|*"},     1, //select item     0, //save file     "Daily_Cpk.xlsx", //selected by default ); dt = open(file_path); //Xaxis = {"db_data_source_cd"};Yaxis = {"offset_micron"}; //data = {"datatag_cd"};summarize(uparam=by(datatag_cd)); nw = new window("Daily Line Machine C...

    CoverCapybara38 CoverCapybara38
    Discussions |
    Feb 29, 2024 3:04 AM
    934 views | 1 replies

Latest Discussions

  • Import Png pics in each cell

    Hello, Is there a way to import the Histogram (.png) pictures into the excel cell (fit the cell by image) using jsl? Something like this.....JSL to iterate over column groups to export the picturesNames Default To Here( 1 ); dt2= Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); maindir = Pick Directory( "Choose a directory to save distribution images" ); distributiondir = Concat( maindir || "/...

    Jackie_ Jackie_
    Discussions |
    Feb 29, 2024 8:49 AM
    1373 views | 2 replies
  • Is there a way to change the defaults for the Summary platform?

    Hi All,   Does any know if it's possible to change the defaults of the Summary platform (Tables > Summary)?   By default, Summary sets the new column names to be stat(column) and checks that the new data table is linked to the original data table.  For much of the work I do, I don't like these features and wish I didn't have to change them every time I run a Summary. I know it can be useful at tim...

    SDF1 SDF1
    Discussions |
    Feb 29, 2024 8:08 AM
    621 views | 0 replies
  • How to create different spec limits for different category in the group by item

    file_path = pick file(     "Select Excel File", "$Documents",     {"All Files|jmp;jsl;xlsx;xlsm", "JMP Files|jmp;jsl", "Excel Files|*"},     1, //select item     0, //save file     "Daily_Cpk.xlsx", //selected by default ); dt = open(file_path); //Xaxis = {"db_data_source_cd"};Yaxis = {"offset_micron"}; //data = {"datatag_cd"};summarize(uparam=by(datatag_cd)); nw = new window("Daily Line Machine C...

    CoverCapybara38 CoverCapybara38
    Discussions |
    Feb 29, 2024 3:04 AM
    934 views | 1 replies
  • How can display the specified label on a 3D scatter plot?

    For example, generate the following 3D graph in Big Class.jmp. How do you make each point display its own age label?dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Sort( By( age ), Order( Ascending ), replace table ); ca = "nn"; New Column( ca ); Column( ca ) << Formula( If( Row() == 1 | age != Lag( age, 1 ), r = Row(); 1; , Row() - r + 1 ) ); dt << run formulas; Column( ca ) << deleteFo...

    lala lala
    Discussions |
    Feb 29, 2024 1:54 AM
    1533 views | 3 replies
  • Class inheritance, what am i missing?

    I run into a problem while writing a series of classes inheriting from each other.i stripped the code to the basic example below for simplicity.Basically i have a series of classes inheriting from each other in cascade (called MyBaseClass, MyDerivedClass, MyDoubleDerived)and they differ for the value assigned to the F_Type property (value 1 2 and 3 respectively). i am creating an instance of MyDou...

    peri_a peri_a
    Discussions |
    Feb 28, 2024 5:57 PM
    2676 views | 7 replies

Latest Discussions

  • Is there a way to change the defaults for the Summary platform?

    Hi All,   Does any know if it's possible to change the defaults of the Summary platform (Tables > Summary)?   By default, Summary sets the new column names to be stat(column) and checks that the new data table is linked to the original data table.  For much of the work I do, I don't like these features and wish I didn't have to change them every time I run a Summary. I know it can be useful at tim...

    SDF1 SDF1
    Discussions |
    Feb 29, 2024 8:08 AM
    621 views | 0 replies
  • How do you get the confidence intervals output for performance measures in the add ins imbalanced misclassification?

    I am wondering if you can let me know how can I get the performance measure Confidence Intervals (lower and the upper limit) and the alpha when I do the add ins imbalanced classification analysis to evaluate models (I picked all the models [except for generalized regression] and sampling techniques). I am able to get the PR Curve AUC, ROC Curve AUC, but I am not able to locate how to get the confi...

    NishaKumar NishaKumar
    Discussions |
    Feb 22, 2024 8:44 AM
    666 views | 0 replies
  • group file name and set lable by JSL looping, work fine but slowly

    I have a JLS works fine, but slowly, is there any method to improve it? 1. import multiple files2. base on file name rule group into a, b, c, d, e 3. base on file name rule to decide file count and set into rows for each groupNames Default To Here(1); dir = Pick Directory( "Select a directory" ); Multiple File Import( <<Set Folder( dir ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Se...

    BayesRabbit7133 BayesRabbit7133
    Discussions |
    Feb 22, 2024 12:24 AM
    726 views | 0 replies
  • JMP 16 Discreet Fit to Gamma Poisson to Kulmogrov

    Hello All, Need assistance trying to get the goodness-of-fit test for the following parameters in JMP 16: 1. Discrete Fit2. Fit Negative Binomial (equivalent to Gamma Poisson as no option to choose gamma poisson)3. Goodness-of-fit4. output -> Pearson Chi-square -> no values  From past version of JMP 14, there was a gamma poisson option with a goodness-of-fit option that outputted kolmogorov's D va...

    RichC RichC
    Discussions |
    Feb 19, 2024 10:19 AM
    562 views | 0 replies
  • Visualizing 2-way clustering

    Hello - I have a table of 180 factors. I have used the 2-way clustering to visualize the grouping in the dendrogram, which works really well for a few factors. Close to 200? Not so much, especially in a paper. In my mind, I have basically the K-means type plot of all of the factors clumped and colored. But this doesn't make sense for factors. Is there a way that to plot the clustering on a 2-D plo...

    ehchandlerjr ehchandlerjr
    Discussions |
    Feb 15, 2024 2:53 PM
    580 views | 0 replies
view all discussions