cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • moving a few columns/rows from table a to b

    Clear Symbols(); // Open a file dialog to choose the text file txtFilePath = Pick File("Choose a text file", {"Text Files|*.txt"}); // Check if a file was selected If(txtFilePath != "", // Convert the file path to ensure it's in the correct format txtFilePath = Convert File Path(txtFilePath); // Import the text file into a new JMP table dt1 = Open( txtFilePath, Delimiter("\t") ...

    RepeatedCoyote3 RepeatedCoyote3
    Discussions |
    Jan 5, 2025 12:18 AM
    332 views | 2 replies
  • Find the Highest "F ratio" by fit stepwise

    Hello there,
    I need help with find the highest "F ratio" by fit stepwise. For example I have two groups- {A,B,C} and {1,2,3}
    I put the first group ({A,B,C}) in Y and put the second group ({1,2,3}) in "Construct model Effects".
    I want JMP will give the best pair between each group based on "F ratio"
    for example A-2, B-1, C-3

    How can I do it quickly and easily? It give me a lot of tabl

    Liranlev Liranlev
    Discussions |
    Jan 4, 2025 11:07 PM
    524 views | 2 replies
  • Expression Indexing: How to climb the Expression Tree?

    This post was born as a wishlist entry - but it turns out that the wish is already partially possible (see @jthi's answer below).
    So I moved it here to make the results more visible.

    The original wish - which asks for a functionality which goes beyond what is already possible - can be found here:
    Expression Indexing: read and write access Please have a look and decide if it could help you as well ......

    hogi hogi
    Discussions |
    Jan 4, 2025 12:03 AM
    1254 views | 2 replies
  • Script to Edit a Script

    I have a script that takes a standard contour plot output and rearranges the plots into columns. Goes from to The placement of the text boxes is causing the script to misfire. Is there a different way to get the result?  If not, can I adjust the present script somehow to sort it?  I was wondering if the parent script could execute a find/replace on the child script to perform some adjustments? cle...

    SpannerHead SpannerHead
    Discussions |
    Jan 3, 2025 10:32 PM
    843 views | 7 replies
  • Tables/Update: Preview -> crash

    There is a strange bug on our systems with the attached file. Some info about the file: The images are loaded incorrectly as New Image( Char To Blob( "", "base64compressed" ), "jpeg" ) When we try to update  Big Class.jmp with this file, a warning pops up:and when I change the settings to:... JMP crashes.

    We opened a ticket at JMP support: TS-00173091.

    Surprisingly, JMP support is not able to replic...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:40 PM
    741 views | 6 replies

Latest Discussions

  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    258 views | 0 replies
  • helpful Custom Functions

    You know a cool trick / helpful gimmick?-> please share with us : )

    hogi hogi
    Discussions |
    Jan 3, 2025 1:25 PM
    355 views | 2 replies
  • Topic Containers

    Trunk of the tree - here are the branches:

    hogi hogi
    Discussions |
    Jan 3, 2025 5:51 AM
    2882 views | 11 replies
  • Extracting text from a column of strings

    Hello,

    I am a bit of a novice when it comes to scripting in JMP, and I am trying to write a script that would be able to extract specific numbers from a string and create new columns for each one. Each number would always follow the characters 'DX' or 'DY' For example:

    D113U_NTCH_CM_MEAS_CD_SEM_{2UM_X6_NTCH_CM_IMAGE}_DX7DY11SDX11SDY15_2024-12-06_18-57-42.jpg

    I would want to extract and create these c...

    Seth Seth
    Discussions |
    Jan 3, 2025 3:04 AM
    563 views | 4 replies
  • Fit model

    Hello there,
    For example I have two groups- {A,B,C} and {1,2,3}
    I put the first group ({A,B,C}) in Y and put the second group ({1,2,3}) in "Construct model Effects".
    I want JMP will give the best pair between each group based on "F ratio"
    for example A-2, B-1, C-3

    Liranlev Liranlev
    Discussions |
    Jan 2, 2025 1:13 PM
    349 views | 1 replies

Latest Discussions

  • A custom function evaluates the return value

    fyi While debugging @replace Head, I noticed that a custom function evaluates the return values +1x compared to a standard function:myFunction = function({}, return(Expr(3*5))); add custom functions (newcustom function("my custom", "function", function({}, return(Expr(3*5))))); Show(myfunction()); Show(my custom:function())so maybe add another Expr() ...add custom functions (newcustom function("m...

    hogi hogi
    Discussions |
    Jan 3, 2025 2:05 PM
    258 views | 0 replies
  • ods output "DIFFS" in proc mixed

    Hi everyone,for my proc mixed I already got a table with Least-Squares Means, ods output "lsmeans".Additionally, I would like to have a table for the differences, ods output “DIFFS”.Can anyone tell me how to get to this output in the current jmp version (18.1.0)?Thanks in advance for your support.

    lvierbaum lvierbaum
    Discussions |
    Dec 12, 2024 5:32 AM
    355 views | 0 replies
  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    302 views | 0 replies
  • Optimizing Enterprise Server Connections in JMP Live

    Hello JMP Community,I’ve recently started using JMP Live to share and collaborate on statistical analyses with my team, and I’m encountering some challenges managing connections to our enterprise server. Our organization uses a centralized server to store and process data, and while the integration with JMP Live is robust, we’ve experienced occasional delays when syncing large datasets or during s...

    Harry_Cmary Harry_Cmary
    Discussions |
    Dec 9, 2024 10:03 PM
    300 views | 0 replies
  • Pressure Test Method Results have a significant effect on my sample size and capability, how to avoid?

    Hello dear JMP community I will first explain the test method (no need to comment on whether it is right or wrong because this is what I got). The purpose is to detect a leakage.

    Measurement processPart is mounted to a pressure stationPressure station rotate a vacuum pump x times to create a vacuum (atmospheric pressure is approx. 1000mbar)Pressure p1 is sampled at time t1After 15 seconds p2 is sam...

    qLienceStats qLienceStats
    Discussions |
    Dec 5, 2024 11:58 PM
    287 views | 0 replies
view all discussions