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

  • Adjustable Lag Difference?

    Don't know how to title this but here goes. I have data sets with several time points per batch. For each batch I want to calculate the difference in results from time point zero. I used to compare each result to column min or max (as suitable) which worked fine, but when results are a bit jumpy, the max or min may happen at another time point than zero. I want the (desired) diff as below. Is ther...

    Ake Ake
    Discussions |
    May 3, 2023 9:26 AM
    1939 views | 4 replies
  • How can replace the following with a newline with a regular substitution in JMP software's JSL

    ],[Thanks! t1=Regex(txt,"],[","\!n",globalreplace);//??

    UersK UersK
    Discussions |
    May 3, 2023 6:27 AM
    1154 views | 1 replies
  • How to check if the running script is encrypted

    From a running script I would like to do a check if the script is encrytped or not. This is to seperate behavior between development versions and release versions of a script without having to change variables in the code. So something like:If( !Script is encrypted(), //Do bit of code for development version , //Do bit of code for release version ) One way is to check if the script starts with...

    pauldeen pauldeen
    Discussions |
    May 2, 2023 3:41 PM
    2913 views | 6 replies
  • How to see Fit Definitive Screening Design active effect decisions by stage?

    Using JMP 17.0, is there any way to see how it picked the effects it picked as active in the Fit Definitive Screening Report? For example, the Help file says in Stage 1 with fake factor or center point replicates, an estimator of error variance independent of the model is constructed.  Main effects are tested against this estimate and those with p-values less than a threshold p-value are considere...

    CanonicalHazard CanonicalHazard
    Discussions |
    May 2, 2023 12:48 PM
    3128 views | 8 replies
  • Extracting peaks from sine wave data

    Hi I have some motion data of cyclic movement measured as angle over time. Is there a way to extract the minimum and maximum peak values (I am a noob so a simple explanation is possible please). An example below. I have been doing it manually but I have some data with a large number of peaks so would like a more efficient way. Many Thanks 

    Steph136 Steph136
    Discussions |
    May 2, 2023 9:20 AM
    3168 views | 5 replies

Latest Discussions

  • How to see Fit Definitive Screening Design active effect decisions by stage?

    Using JMP 17.0, is there any way to see how it picked the effects it picked as active in the Fit Definitive Screening Report? For example, the Help file says in Stage 1 with fake factor or center point replicates, an estimator of error variance independent of the model is constructed.  Main effects are tested against this estimate and those with p-values less than a threshold p-value are considere...

    CanonicalHazard CanonicalHazard
    Discussions |
    May 2, 2023 12:48 PM
    3128 views | 8 replies
  • How do I get parametrized Process Capability Analysis and Interactive Capability Plot

    I would like to have parametrized Process capability, that is the process capability column will be changed by column switcher. However, the process capability analysis definition do not accept any parametrized value. In the following example, let's say the column switcher value is "d" which is a string "Displacement". The Process variables can be defined with Eval(d) without any issue, i.e., Proc...

    PanelKangaroo44 PanelKangaroo44
    Discussions |
    May 1, 2023 5:42 PM
    2011 views | 3 replies
  • Adjusted spearman correlation analysis

    how to run Spearman correlation adjusted with age by using JMP? Thanks, pls!

    CassyLiu CassyLiu
    Discussions |
    May 1, 2023 9:19 AM
    885 views | 1 replies
  • Nominal logistic regression

    For my master's thesis on sleep apnoea, I would like to create a model. In a first step, I want to use nominal logistic regressions to see which parameters are significant. However, when running these regressions, I find interpreting the results difficult. Is there anyone who can help me with this?
    The images below contain the outcome of
    1) Nominal Logistic Fit Model of a categorical variable (knowl...

    PV1 PV1
    Discussions |
    May 1, 2023 9:13 AM
    2727 views | 4 replies
  • Graph Builder how do i make it detect the variables and insert them in?

       NX = 5; //NX NY are to specify the matrix indices for Graph builder NY = 5; If( Is Missing(colX1[i]), NX = NX - 1 ); If( Is Missing(colX2[i]), NX = NX - 1 ); If( Is Missing(colX3[i]), NX = NX - 1 ); If( Is Missing(colX4[i]), NX = NX - 1 ); show(NX); If( Is Missing(colY1[i]), NY = NY - 1 ); If( Is Missing(colY2[i]), NY = NY - 1 ); If( Is Missing(colY3[i]), NY = ...

    Dyan Dyan
    Discussions |
    Apr 30, 2023 7:29 PM
    913 views | 1 replies

Latest Discussions

  • how to read the output from Johnson-Neyman plot and floodlight analyisis?

    hi,I have got an add-in from https://community.jmp.com/t5/JMPer-Cable/Who-what-why-and-how-Tools-for-modeling-and-visualizing/bc-p/624293#M842 to implement floodlight analysis through Johnson-Neyman Plot.  according to the table of the example from the linkage above; what does "_c" mean? such as "meaning_c" and overwhelming_c"? focus on my own study, I got a moderator called "SE" which is a contin...

    Rongyu_Kuang Rongyu_Kuang
    Discussions |
    Apr 23, 2023 8:56 AM
    1196 views | 0 replies
  • Goodness of Fit statistics for GLM Probit Fit: Deviance or Pearson?

    Which GoF statistic is best to use (Pearson or Deviance) when the results disagree?  Is one better suited for Probit than the other? I'm using JMP Pro 17.0.0 

    DBerger DBerger
    Discussions |
    Apr 18, 2023 12:50 PM
    775 views | 0 replies
  • Interpreting Pairwise Tukey HSD t ratio in Zero-Inflated Poisson

    The context of my data is from an e-commerce website. I am measuring the number of errors made based on different independent variables: Filtering technique (Alphabetical, Relevance and Search) and Number of Items added (Add one at a time, or add multiple items to cart at once). As the number of errors made is 0 most of the time, I have opted to use the Zero Inflated Poisson Regression. When I per...

    ConstructChart2 ConstructChart2
    Discussions |
    Apr 13, 2023 12:46 PM
    989 views | 0 replies
  • oci connection example

    I am looking for an example of how to connect to oracle data with JMP 16 via oci. I have seen notes indicating that it is a far faster connection.

    sconard sconard
    Discussions |
    Apr 10, 2023 10:40 AM
    658 views | 0 replies
  • Criblage des processus

    Bonjour à tous,Est-il possible de mettre dans le criblage des processus le format/la colonne de notre choix dans le module « dernière alarme ». Pour ma part j’aimerais pouvoir y mettre une colonne Date pour pouvoir contrôler à quels jour interviennent mes dernières alarmes.Merci pour votre aide.

    hcarr01 hcarr01
    Discussions |
    Apr 3, 2023 2:41 AM
    705 views | 0 replies
view all discussions