cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • JMP Script: Message with if condition

    Hi all, I am trying to make a control chart based on a condition. However, I received a message when the condition Eval(Y) is not present in the without_limits list (else condition).Here is my program: If (Contains(without_limits,Eval(Y)), graph=Control Chart Builder( Variables( Subgroup( :X ), Y( Eval(Y) ), Phase(:"Version") ) ), graph = RAW_DATA_TABLE << Contro...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 19, 2023 11:59 PM
    1952 views | 4 replies
  • Can I do a second pass Elastic Net only including the most significant predictors?

    First off, I am new to predictive modeling and I appreciate any advice. BACKGROUND:I am doing a binomial elastic net where n = 54 and p = 89. This model is for predicting drug effects clinically; thus, prediction by measuring as few variables as possible would be ideal. After Elastic Net variable selection/shrinkage, 24 predictors are included in the model. Of the 24 predictors included in the mod...

    User5555 User5555
    Discussions |
    Apr 19, 2023 10:11 AM
    776 views | 1 replies
  • Concevoir un plan d'expérience

    Bonjour,
    Je suis entrain de travailler sur un projet qui vise à déterminer la nature de certaines bactéries par isolement de différents aliments.
    J'ai voulu créer un plan d'expérience pour savoir le nombre de fois d'isolement que je devrai faire pour isoler la bactérie.
    Les variables que j'ai sont la nature de la bactérie et la nature de l'aliment ( variables qualitatives ) .
    Je me demande si je dois ...

    Syrine Syrine
    Discussions |
    Apr 19, 2023 9:58 AM
    1696 views | 5 replies
  • Concat the list that have variable that changed in a loop

    Hi, 
    I'm struggle to concat multiple list that has variable in it. I have a list, each item is string that is concatenated from a user-input variable. Since the variable is changed per loop, how I can get the list updated, and concat that list to other lists.bank_pcs = {"BGB1BESS001_B"||bank||"_W","BGB1BESS001_B"||bank||"_A","BGB1BESS001_V"||bank||"_W"}; For (i = 1, i<=6, i++, bank_num = 6*(k-1)+...

    mquyen mquyen
    Discussions |
    Apr 19, 2023 9:24 AM
    1591 views | 4 replies
  • Corrected mean calculation

    Hi All, I struggle to calculate a "corrected mean" out of 4 result columns with continuous numerical values that I get.How I define the "corrected mean"? I want to exclude the value which is the furthest away from the mean and double count the value closest to it (effectively replacing the excluded "outlier" with the value closes to it). See example below where excluded values are highlighted in r...

    P_E_Bachara P_E_Bachara
    Discussions |
    Apr 19, 2023 9:04 AM
    1310 views | 2 replies

Latest Discussions

  • Can I do a second pass Elastic Net only including the most significant predictors?

    First off, I am new to predictive modeling and I appreciate any advice. BACKGROUND:I am doing a binomial elastic net where n = 54 and p = 89. This model is for predicting drug effects clinically; thus, prediction by measuring as few variables as possible would be ideal. After Elastic Net variable selection/shrinkage, 24 predictors are included in the model. Of the 24 predictors included in the mod...

    User5555 User5555
    Discussions |
    Apr 19, 2023 10:11 AM
    776 views | 1 replies
  • Concevoir un plan d'expérience

    Bonjour,
    Je suis entrain de travailler sur un projet qui vise à déterminer la nature de certaines bactéries par isolement de différents aliments.
    J'ai voulu créer un plan d'expérience pour savoir le nombre de fois d'isolement que je devrai faire pour isoler la bactérie.
    Les variables que j'ai sont la nature de la bactérie et la nature de l'aliment ( variables qualitatives ) .
    Je me demande si je dois ...

    Syrine Syrine
    Discussions |
    Apr 19, 2023 9:58 AM
    1696 views | 5 replies
  • Need Help to automate stepwise model selection!

    Hi JMP experts, I need your help to revise my code to automate stepwise model selection with p value threshold. This attached JSL can run stepwise automatically based on assigned effects and response. I need to add more functions to make my work more efficient.1. I want to this script can generate interaction and quadratic automatically based on predictors (it's better to have it, but not necessar...

    lazzybug lazzybug
    Discussions |
    Apr 18, 2023 6:22 PM
    2165 views | 4 replies
  • JMP SCRIPT: Control chart based on conditions

    Hello everyone, I would like to make control charts based on conditions.I have two dataset:1) the first dataset which contains the data for the control charts (with different variables),2) the second dataset which contains the limits of the control chart. However, this dataset doesn't contain the limits of each variable of the first dataset. I would like to create the following conditions: if the ...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 18, 2023 2:32 PM
    2603 views | 7 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

Latest Discussions

  • 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
  • How do I choose which significant effects to use for a posthoc

    I'm looking at the impact of 4 two level independent categorical variables on a continous dependent variable. How to I choose what effect to use for a posthoc analysis? If I choose forexample size*treatment*shelfcode how do I consider the effect color to explain dependent variable Firmness?Do I do posthoc on all interactions? If yes, how do I interprete separate posthocs on the same variable firmn...

    JulianAch JulianAch
    Discussions |
    Apr 1, 2023 2:15 PM
    625 views | 0 replies
view all discussions