cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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 to add a picture withine an outline in a journal?

    Hello everybody, When you copy / paste a picture in a journal, JMP places it at the end of the journal. However I would like to place it within a specific outline so that when I close the outline, the picture is hidden. Do you know how to do that? Thanks

    anne_sa anne_sa
    Discussions |
    Nov 30, 2020 8:21 AM
    1605 views | 2 replies
  • question about formula depot, Generate Python Code with error "Formula evaluation requires implementation of operator "IfMZ"

    I am using JMPpro 15 with Boosted Tree model to predict a target variable. when I am trying to use formula depot to generate Python Code for applying in python environment, it pops up JMP Alert Formula evaluation requires implementation of operator "IfMZ"   and the python code is not working due to it can't recognize it.  for example, in the python code exported from JMP _temp_5 = placeholder_IfMZ...

    lucy_luo_conoco lucy_luo_conoco
    Discussions |
    Nov 29, 2020 5:37 PM
    3021 views | 5 replies
  • How to generate a summary average of multiple csv files?

    I have multiple csv files in the attached format in a particular folder , how do I generate a new file which contains the summary of the average of all the columns A, B, C, D of each csv file in the below format:filenameABCD avg_colA_file1avg_colB_file1avg_colC_file1avg_colC_file1 avg_colA_file2avg_colB_file2avg_colC_file2avg_colC_file2     I know to generate the average of each csv file using tab...

    jojmp jojmp
    Discussions |
    Nov 29, 2020 11:00 AM
    8737 views | 13 replies
  • How to return value from check box to desired format?

    Hi, I am using example from scripting index and modified as per below script.Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, Print( cb << Get Selected () ) //{"Mean", "Std Dev"} or etc ) );Is there any possibility to return the selected value from checkbox into "One" or One instead of {"One"}? I would like to use selected value ...

    WanCine WanCine
    Discussions |
    Nov 29, 2020 3:04 AM
    1986 views | 3 replies
  • Reference line

    Hi, I'm trying to edit a graph builder script to use my table variables instead to plot the reference lines in the graphs. it's a plot of pressure drop vs dates. I have no issues with the y axis reference line, but the x axis reference line is giving me issues. I tried using the Date MDY() function to incorporate my table variables but it's not working.

    SCWong SCWong
    Discussions |
    Nov 28, 2020 7:19 PM
    2880 views | 5 replies

Latest Discussions

  • How to generate a summary average of multiple csv files?

    I have multiple csv files in the attached format in a particular folder , how do I generate a new file which contains the summary of the average of all the columns A, B, C, D of each csv file in the below format:filenameABCD avg_colA_file1avg_colB_file1avg_colC_file1avg_colC_file1 avg_colA_file2avg_colB_file2avg_colC_file2avg_colC_file2     I know to generate the average of each csv file using tab...

    jojmp jojmp
    Discussions |
    Nov 29, 2020 11:00 AM
    8737 views | 13 replies
  • How to return value from check box to desired format?

    Hi, I am using example from scripting index and modified as per below script.Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"Max", "Median", "Min", "Mean", "Std Dev"}, Print( cb << Get Selected () ) //{"Mean", "Std Dev"} or etc ) );Is there any possibility to return the selected value from checkbox into "One" or One instead of {"One"}? I would like to use selected value ...

    WanCine WanCine
    Discussions |
    Nov 29, 2020 3:04 AM
    1986 views | 3 replies
  • Reference line

    Hi, I'm trying to edit a graph builder script to use my table variables instead to plot the reference lines in the graphs. it's a plot of pressure drop vs dates. I have no issues with the y axis reference line, but the x axis reference line is giving me issues. I tried using the Date MDY() function to incorporate my table variables but it's not working.

    SCWong SCWong
    Discussions |
    Nov 28, 2020 7:19 PM
    2880 views | 5 replies
  • Regarding FDR P-value calculation in JMP

    Hi,I have performed two sample nonparametric test (Wilcoxon) to see the significance difference between male and female for approx. 100 gene gene expression in JMP. Now, I would like to see FDR p vale for this analysis. Could you please suggest me that how can I  perform this analysis in JMP?ThanksNeeraj

    Neeraj Neeraj
    Discussions |
    Nov 28, 2020 3:11 PM
    2567 views | 3 replies
  • Plot histogram with scatter

    I want to plot histogram with scatter plot for the same data as below. Can anyone help me please? Thanks and BR 

    Eddie Eddie
    Discussions |
    Nov 27, 2020 4:51 AM
    1801 views | 1 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1524 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1330 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    831 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1040 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1273 views | 0 replies
view all discussions