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

  • 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
    3396 views | 6 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
    1582 views | 2 replies
  • JSL > Preserving Default Entries for Text Edit Box: Code Improvement

    Hi JMP Community,I have been toying with a short script to group column automatically based on a starting and ending string.While this work fine on my local machine, I would like to know if there is a better way to preserve default entries for the Text Edit Boxes from run to run than holding those default entries in a separate file?Here is my code so far: Any suggestion on improving any part of it...

    Thierry_S Thierry_S
    Discussions |
    Dec 5, 2020 1:12 PM
    1415 views | 2 replies
  • Error for JMP application from JMP14 to JMP15

    Good day JMP community, I just installed JMP15 and I am finding some errors, hoping somebody can help me to fix this. I developed an application in JMP 14 to make interactive analysis easier, however I am finding errors when trying to use same application with JMP15. Here brief explanation of application, I press a button in the app and appears screen to interactively encode data (Baseline), then ...

    AndresGlez AndresGlez
    Discussions |
    Dec 5, 2020 5:17 AM
    1962 views | 3 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
    1821 views | 2 replies

Latest Discussions

  • 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
    1582 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
    1821 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
    1499 views | 2 replies
  • Prediction profiler - Interactive html

    Hi,I wanted to store an interactive html using the prediction profiler with two responses and three factors.Unfortunately the Log file displays:Interactive HTML: Controls are not interactive.
    Interactive HTML: Embedded profilers in this platform are not interactiveAnd after storage receive "This feature is not interactive".For one response it is interactive.Can you help making it work with two resp...

    JOE1 JOE1
    Discussions |
    Dec 4, 2020 11:00 AM
    1734 views | 2 replies
  • Hosmer-Lemeshow Test

    I need to conduct this test on some data predicting criminal offending status (yes or no) from age. Can anyone advise how to do this efficiently in JMP?

    profjmb profjmb
    Discussions |
    Dec 3, 2020 3:38 PM
    7150 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
    1522 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
    1326 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
    1270 views | 0 replies
view all discussions