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

  • Black error bars don't show up on black lines in Graph Builder

    I'm prepping a figure for manuscript publication and one of the editors is requesting a lot of minor edits in font size, color, marker size, etc.   For the error bars I have created for all of my marker points, for some reason, when I select the black color box the error bars disappear. For this screenshot here I have actually selected the darkest gray possible. When I select any other color, it s...

    SB_UTK_UGA SB_UTK_UGA
    Discussions |
    Dec 8, 2020 6:37 AM
    2058 views | 1 replies
  • For loop to calculate FDR on multiple Pvalue columns terminating prematurely

    Hello, I've been trying to write a script that will perform the FDR adjustment at the end of a process where many pvalues are calculated. Several columns of Pvalues are generated and I want to do the FDR adjustment on each columns. The example I have has 3 columns on which  it should calculate the FDR. I recycled a piece of code from the add-in developed by @John_Sall The script I have has a For L...

    Sburel Sburel
    Discussions |
    Dec 7, 2020 4:25 PM
    1338 views | 2 replies
  • Introducing double quotes "" inside string in JSL (JMP)

    I am not sure how to do the following: my_string = "Hello \!"\!" World!"; my_string = substitute(my_string , "\!"", """"); // This returns an error // Expected // "Hello // "" // World!"

    FN FN
    Discussions |
    Dec 7, 2020 10:07 AM
    3961 views | 5 replies
  • jmp combatiblity on the apple M1 mac book air

    Hello there Is  JMP® Pro 15.2.1 compatibile with the newly released Apple Mac book air M1 ? thanks for your timejambo

    jambo jambo
    Discussions |
    Dec 7, 2020 5:24 AM
    3375 views | 2 replies
  • JSL Saving txt files with Windows end of line ( EOL CRLF )

    I have a string which I want to save with end of line compatible with Windows (CRLF EOL).How or when can I specified such thing?  names default to here(1); clear log(); my_string = "\[Hello "" World!]\"; show(my_string); Write(my_string); // prints in JMP Log // "Hello // "" // World!" saveTextFile("$desktop/my_text.txt", my_string );

    // See output in Notebook++ below
     This is the desired outpu...

    FN FN
    Discussions |
    Dec 6, 2020 4:23 PM
    3399 views | 6 replies

Latest Discussions

  • Black error bars don't show up on black lines in Graph Builder

    I'm prepping a figure for manuscript publication and one of the editors is requesting a lot of minor edits in font size, color, marker size, etc.   For the error bars I have created for all of my marker points, for some reason, when I select the black color box the error bars disappear. For this screenshot here I have actually selected the darkest gray possible. When I select any other color, it s...

    SB_UTK_UGA SB_UTK_UGA
    Discussions |
    Dec 8, 2020 6:37 AM
    2058 views | 1 replies
  • jmp combatiblity on the apple M1 mac book air

    Hello there Is  JMP® Pro 15.2.1 compatibile with the newly released Apple Mac book air M1 ? thanks for your timejambo

    jambo jambo
    Discussions |
    Dec 7, 2020 5:24 AM
    3375 views | 2 replies
  • How to add control limits into a variability chart easily?

    I have a data table with multiple control limits for various parameters. How do I assign this control limits quickly into a variability chart? The method I'm currently doing is adding them manually into each variability charts then copy and save the scripts. Honestly I found it very time consuming and tiring. Could someone suggest an alternative. Sincerely appreciate it if there's a quicker way to...

    Danial1 Danial1
    Discussions |
    Dec 5, 2020 4:41 PM
    1585 views | 2 replies
  • Selecting Column By Modeling Type in JSL

    Hello, I am trying to perform the following actions on a data table: Add a row >> Select all Columns Based with Numeric Data Type >> Add a "0" to the New Row in all of these columns >> Add Equal Number of New Columns at End of the Data table as those selected >> Insert Formula into the New Columns Created >> Rename New Columns Based of Formula Reference Column. The biggest issue I am having at thi...

    JoshC JoshC
    Discussions |
    Dec 4, 2020 2:50 PM
    1822 views | 2 replies
  • Setting desirability in Prediction Profiler

    Is it possible to add desirability in the prediction profiler which is not a range, for example if we want to add desirability NLT 10?

    billi billi
    Discussions |
    Dec 4, 2020 2:25 PM
    1500 views | 2 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
    1523 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
    1328 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
    1039 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
    1271 views | 0 replies
view all discussions