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

  • Discriminant analysis - how are circles calculated?

    Hi,   Does anybody know how the inner and outer circles of a discriminant analysis is calculated?   I use JMP18 and can't find any explanation.   Thanks in advance!

    WhiteCow2000 WhiteCow2000
    Discussions |
    Mar 25, 2025 4:12 AM
    404 views | 1 replies
  • Type of DOE

    Hi, My DOE has multiple factors, each with different levels ranging from 3 to 5. I cannot create a full factorial design because the total number of runs exceeds 20,000. Instead, I tried to create a custom design with only main effects and no interaction effects. The number of tests provided is 21. How can I ensure that this custom design is reliable? Additionally, is there any method where I can ...

    faizarizmin faizarizmin
    Discussions |
    Mar 25, 2025 3:47 AM
    740 views | 2 replies
  • How to distinguish whether there are empty values in a column?

    I want to distinguish whether the cells in the column are empty using "is missing". In the JSL below, I hope to differentiate between the "name" and "Apple" fields, but the results are all 1. How should I modify it?   dtTest = Open( "$SAMPLE_DATA/Big Class.jmp" ); show(IsMissing(:age)); dtTest << New Column( "Apple", "Character", "Nominal" ); show(IsMissing(:Apple));

    BabyDoragon BabyDoragon
    Discussions |
    Mar 25, 2025 2:04 AM
    649 views | 3 replies
  • Assessing for colinearity for categorical variables and/or binary outcome

    I am seeking to assess for colinearity among categorical variables to be included in a multi variable nominal logistic regression. I understand that VIF is useful for this, but I’m unable to find VIF for categorical variables or a binary outcome. Other methods have been less initiative like a LASSO. Is there a way to, either with or without LASSO, to evaluate for colinearity? Thanks!

    gstins gstins
    Discussions |
    Mar 25, 2025 2:01 AM
    684 views | 2 replies
  • Practical Implementation of FDE Results

    This is not a specific question regarding how to use FDE, or how to interpret any of its output, more so a question around implementing it in a practical way and what that workflow looks like.   JMPs documentation on the FDE platform suggests that the 2 main ways to use FDE is for exploratory analysis (so in a manufacturing context let's call that process monitoring through the FPC control charts)...

    rcast15 rcast15
    Discussions |
    Mar 25, 2025 1:59 AM
    469 views | 1 replies

Latest Discussions

  • Assessing for colinearity for categorical variables and/or binary outcome

    I am seeking to assess for colinearity among categorical variables to be included in a multi variable nominal logistic regression. I understand that VIF is useful for this, but I’m unable to find VIF for categorical variables or a binary outcome. Other methods have been less initiative like a LASSO. Is there a way to, either with or without LASSO, to evaluate for colinearity? Thanks!

    gstins gstins
    Discussions |
    Mar 25, 2025 2:01 AM
    684 views | 2 replies
  • Practical Implementation of FDE Results

    This is not a specific question regarding how to use FDE, or how to interpret any of its output, more so a question around implementing it in a practical way and what that workflow looks like.   JMPs documentation on the FDE platform suggests that the 2 main ways to use FDE is for exploratory analysis (so in a manufacturing context let's call that process monitoring through the FPC control charts)...

    rcast15 rcast15
    Discussions |
    Mar 25, 2025 1:59 AM
    469 views | 1 replies
  • Test post-hoc Kruskal Wallis

    Hello,
    I'm running a Kruskal Wallis test on JMP. I want to observe whether the score obtained in paragraph comprehension differs between 3 groups. The samples are small and unpaired: a group of 5, a group of 5, and a group of 11.
    The Kruskal-Wallis test is significant. I want to carry out post-hoc tests to see which group differs from the central tendency.
    Is the Wilcoxon pairwise test appropriate? I...

    Sarah666 Sarah666
    Discussions |
    Mar 25, 2025 12:51 AM
    949 views | 4 replies
  • Request for Expert Assistance: Receiving Real-Time Stock Data in JMP Using JSL and Python

    I’m working on a project to receive real-time stock market data using JMP software and need your guidance. JMP supports its scripting language (JSL) and embedded Python execution, which I’d like to leverage. My goal is to capture specific stock data fields from a 32-bit DLL (StockDrv.dll) and store them in a JMP data table. I’ve developed a solution, but I’d greatly appreciate your review and sugg...

    lala lala
    Discussions |
    Mar 24, 2025 1:30 AM
    757 views | 3 replies
  • Force JMP to match line of fit line color to marker color along with a forced line style

    JMP 17.2.0   EDIT: Example data file uploaded with main post.   I have run into a slight issue when trying to customize my graphs, either through graph builder or via JSL (or combo). I have scoured the JMP forums and found some similar topics, but no solution that actually works for what I specifically want to do.   What I want JMP to do is: color code my markers by test number (or in the code its...

    Plotasaurus Plotasaurus
    Discussions |
    Mar 23, 2025 2:26 PM
    1829 views | 10 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
    409 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