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.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.

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

  • Create an add-in to run a python script

    Hello,   Thanks @martindemel for the advice, so I will repost my questions. I would like to create an add-in to run a python script, can you please help ?    Thanks in advance Ahmed

    AhmedMetroEM AhmedMetroEM
    Discussions |
    Mar 25, 2025 1:39 PM
    269 views | 7 replies
  • need to extract slope and intercept from parameter estimates table in a linear least squares model fit and save to a file

    My code is not working and I'm having trouble identifying why.  Any help would be most appreciated - thanks!   dt = Open("C:\Users\trcampbell\Desktop\MASTER ECOLI\2025\2024.xlsx");   obj = Fit model( Y( :LOGECOLI ), Effects( :LOGTURB), Personality( "Standard Least Squares" ), Emphasis( "Effect Leverage" ), Run(:LOGECOLI )) ;      // Extract slope and intercept reportObj = obj << Report; paramTab...

    learning_JSL learning_JSL
    Discussions |
    Mar 25, 2025 12:57 PM
    134 views | 4 replies
  • The y-axis scale is not changing

    Hello! I am working on JMP 17 and trying to graph this data set, with the timepoints (months) on the x-axis and the pH results on the y-axis. I did the overlay as "batch". I was able to graph it, however, when I try to edit the y-axis to make the scale from 5-6 and increments of 0.5, nothing happens. I am assuming it has to be with the value and label thing, but how do I make it so its standard sc...

    Maryumbhatti Maryumbhatti
    Discussions |
    Mar 25, 2025 10:58 AM
    108 views | 1 replies
  • SEM: Moderated-Mediation How-To

    Good afternoon, JMP Community.Here is the scenario:Version:  JMP Pro 18.0.2Research Question:  To what extent do non-financial incentives (NFIs) influence employee retention as moderated by employee level (junior, middle, senior) and mediated by job satisfaction?Observations = ~130,000 |  Variables = ~100 variablesMeasuresIndependent Variables/Factors (NFIs)Training and Development (TAD) - compris...

    ArthurB ArthurB
    Discussions |
    Mar 25, 2025 9:35 AM
    303 views | 5 replies
  • How to display standard error bar *values* in distribution graph

    I have a distribution graph of a categorical variable with three levels. Two of the levels have very similar distribution percentages and I'm trying to see if their difference is larger than their error bars but I can't see it visually on the graph and I can't figure out how to see what the error bar values are. Also, I'm a little unclear on if the error bars are showing the standard error, the co...

    Poparad Poparad
    Discussions |
    Mar 25, 2025 8:41 AM
    155 views | 4 replies

Latest Discussions

  • Create an add-in to run a python script

    Hello,   Thanks @martindemel for the advice, so I will repost my questions. I would like to create an add-in to run a python script, can you please help ?    Thanks in advance Ahmed

    AhmedMetroEM AhmedMetroEM
    Discussions |
    Mar 25, 2025 1:39 PM
    269 views | 7 replies
  • The y-axis scale is not changing

    Hello! I am working on JMP 17 and trying to graph this data set, with the timepoints (months) on the x-axis and the pH results on the y-axis. I did the overlay as "batch". I was able to graph it, however, when I try to edit the y-axis to make the scale from 5-6 and increments of 0.5, nothing happens. I am assuming it has to be with the value and label thing, but how do I make it so its standard sc...

    Maryumbhatti Maryumbhatti
    Discussions |
    Mar 25, 2025 10:58 AM
    108 views | 1 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
    178 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
    105 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
    254 views | 4 replies

Latest Discussions

  • デザインスペースの領域が一致しません。

    JMPの練習のため、論文のデータを用いて解析・再現をしています。 その中で3つの不純物に対してPlackett-Burman計画によるスクリーニング・中心複合計画による最適化を実施し、予測モデルを作成しました。 論文中に記載されている予測モデル式はいずれも同様のものが作成できました。   論文中では最適化の過程でプーリングをしていますが、モデルを合わせたデザインスペース作成のため、すべてのパラメーターを含むモデルを使用したと記載があります。 これに従い、プーリングしない状態、すなわちすべてのパラメーターを含む状態で予測モデル式を作成し、デザインスペースを作りました。   しかし、不純物が0.1%以上となるデザインスペースのエリアが一致せず、私の作成したものの方が広くなっています。 デザインスペース作成に用いた予測モデルの式は記載がないため不明ですが、原因はどこにあるのでしょうか。   つた...

    keita_ keita_
    Discussions |
    Mar 23, 2025 10:48 PM
    74 views | 0 replies
  • Problems with Reproducibility

    I teach using JMP and I became aware of some reproducibility problems in the following cases:   1) My students who use different operating systems like windows and MacOS get different results from models that require randomization like NN even if they use the same random seed like 123. This problem is frustrating because assignments that use a random seed for reproducibility reasons are supposed t...

    onurseref onurseref
    Discussions |
    Mar 23, 2025 9:28 AM
    112 views | 0 replies
  • Bootstrap f2 study timepoints used

    Hello,   I have not been able to find if the bootstrap f2 test applies the more than 85% dissolution discarding rule or it only signals these values in yellow. Does anyone know?   Thank you

    V_Med V_Med
    Discussions |
    Mar 21, 2025 2:48 AM
    117 views | 0 replies
  • Panel Data Analysis

    Hi JMP Team, I am teaching Data analysis using JMP. Can we do a Panel Data analysis using JMP? Fixed Effects, Random Effects and Hausman Test? Also are there any JMP Add ins available for Econometric modeling? (ARCH, GARCH, etc) Thanks    

    statslearner statslearner
    Discussions |
    Mar 10, 2025 9:15 AM
    101 views | 0 replies
  • 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
    123 views | 0 replies
view all discussions