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

  • When to remove outliers when reducing model?

    Hi,   When I am reducing a model, I watch the externally studentized residuals to know when outliers are appearing. When should I remove these outliers throughout the model reducing process?   If I see no outliers when the model contains all terms, but then I remove a term and an outlier appears, do you remove that outlier immediately and continue reducing, or continue reducing and then remove the...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Mar 23, 2025 8:18 AM
    648 views | 3 replies
  • Pattern Match

    Hi, I'm trying to replace part of text and would appreciate help with the code.I noticed that running jsl with old column name syntax takes a toll on running time.I would like to make script a that takes my current jsl code and change it from this::Name( "col_name" )To this::"col_name"nI tried using Regex and Patt Match with no luck.Does anyone know how to do this?

    ADaskalo ADaskalo
    Discussions |
    Mar 23, 2025 7:36 AM
    973 views | 5 replies
  • How to use JSL to realize the hanging valley dynamic graph?

    grok3 Thanks Experts! Names Default To Here( 1 ); //---------------------------------------------------------- // 1. Create a data table and add rows // We only need 0 to 180 degrees (semi-circle) //---------------------------------------------------------- dt = New Table( "Radial Mesh Plot" ); dt << Add Rows( 181 ); // 0 to 180 degrees, 181 points //-----------------------------------------...

    lala lala
    Discussions |
    Mar 23, 2025 6:30 AM
    1485 views | 9 replies
  • Applying Neural Fit from one data table to a different one

    I have two tables of data from different sources.  Both tables have the exact same set of column variables, but have different numbers of rows (one has 35 rows and the other has 150 rows).

    I created a Neural Fit formula in JMP Standard for the larger dataset using 4 nodes and it resulted in a decent fit. I am now wanting to apply the exact formula created by the larger dataset to the smaller datas...

    NathanFisk NathanFisk
    Discussions |
    Mar 21, 2025 10:54 PM
    693 views | 3 replies
  • Insert contents of Parse expression rather than variable name into New Script

    I am looking to extend @Craige_Hales excellent answer from Insert contents of variable/expression rather than variable name into New Script by combining script, but have not worked out the syntax.  Any ideas to get this to work?   I am using JMP 18.1.2   Names Default To Here( 1 ); dt = New Table( "My Table" ); e1 = Expr( Print( "Run some code." ) ); e2 = Expr( Print( "Run some other code." )...

    robot robot
    Discussions |
    Mar 21, 2025 11:41 AM
    688 views | 2 replies

Latest Discussions

  • When to remove outliers when reducing model?

    Hi,   When I am reducing a model, I watch the externally studentized residuals to know when outliers are appearing. When should I remove these outliers throughout the model reducing process?   If I see no outliers when the model contains all terms, but then I remove a term and an outlier appears, do you remove that outlier immediately and continue reducing, or continue reducing and then remove the...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Mar 23, 2025 8:18 AM
    648 views | 3 replies
  • How to use JSL to realize the hanging valley dynamic graph?

    grok3 Thanks Experts! Names Default To Here( 1 ); //---------------------------------------------------------- // 1. Create a data table and add rows // We only need 0 to 180 degrees (semi-circle) //---------------------------------------------------------- dt = New Table( "Radial Mesh Plot" ); dt << Add Rows( 181 ); // 0 to 180 degrees, 181 points //-----------------------------------------...

    lala lala
    Discussions |
    Mar 23, 2025 6:30 AM
    1485 views | 9 replies
  • Applying Neural Fit from one data table to a different one

    I have two tables of data from different sources.  Both tables have the exact same set of column variables, but have different numbers of rows (one has 35 rows and the other has 150 rows).

    I created a Neural Fit formula in JMP Standard for the larger dataset using 4 nodes and it resulted in a decent fit. I am now wanting to apply the exact formula created by the larger dataset to the smaller datas...

    NathanFisk NathanFisk
    Discussions |
    Mar 21, 2025 10:54 PM
    693 views | 3 replies
  • STDF files

    HelloI have an STDF file and if I understood well JMP works just with a CSV filethere is any option to convert or upload an STDF file to JMP and work with it?I see there are any scripts to run it, but it's very difficult for me to work with them.

    Dennisbur1 Dennisbur1
    Discussions |
    Mar 21, 2025 9:49 AM
    7817 views | 8 replies
  • Can someone explain how outliers in JMP Clinical 18 are interpreted.

    I want to understand how the robust score is always +- 2.5. How is it better than volcano plot and a detailed principle behind this change in JMP18 update from JMP 8.

    BhavyaVijay BhavyaVijay
    Discussions |
    Mar 21, 2025 8:27 AM
    468 views | 1 replies

Latest Discussions

  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    394 views | 0 replies
  • Inquiry Regarding the Use of JMP and JMP Live (Suppress Eval?)

    Hello, I am a user of JMP Live.
    I am currently utilizing a simple function within JMP to leverage the Auto Refresh feature in JMP Live for dashboard purposes. However, while the function operates correctly on my PC, it does not work properly on JMP Live.Even though I have disabled "Suppress Eval" before executing Data Publish, when I later download the data, the column where the function should be ...

    DJ_Kim DJ_Kim
    Discussions |
    Feb 27, 2025 2:59 PM
    408 views | 0 replies
  • query text files from zip folder in Azure blob file system secure (ABSS) url

    Hi All,I wonder if anyone has the experience to query text files from zip folder through Azure blob file system secure (ABSS) url?
    the url looks like format below. If you do, can you share some script lines how to connect to the url at least?

    abfss://filesystemname@accountname.dfs.core.windows.net 

    dadawasozo dadawasozo
    Discussions |
    Feb 18, 2025 1:37 PM
    351 views | 0 replies
  • Streamlining Data Workflows With JMP & MATLAB

    Integrating tools like JMP and MATLAB offers a streamlined approach to engineering analysis, making workflows more efficient and reducing the need for redundant script rewriting. By leveraging JMP’s powerful data analysis and visualization capabilities alongside MATLAB’s robust computational tools, engineers can seamlessly combine the strengths of both platforms. This integration allows for the ra...

    brycerjs8 brycerjs8
    Discussions |
    Feb 18, 2025 7:07 AM
    432 views | 0 replies
  • Question About F-Tests in GLMMs with Binomial Errors

    Hi,
    I have a question regarding Generalized Linear Mixed Models (GLMMs) in JMP pro. Most statisticians consider it inappropriate to use F-tests or t-tests to evaluate predictor contributions in GLMs or GLMMs with binomial errors. This is because F- and t-tests are based on sums of squares, which assume normally distributed residual errors.
    While using a logit link function helps linearize the relati...

    LanaMilana LanaMilana
    Discussions |
    Jan 17, 2025 2:21 AM
    671 views | 0 replies
view all discussions