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

  • Overall distribution with individual box plots

    Can I plot the overall/global distribution of the data-set (unlike individual distribution as in example chart below) together with individual box plots as in the attached example?  I do not need individual distributions on the right but a single global/combined distribution plot.(The example show oneway analysis but I would like to use graph builder)  

    Neo Neo
    Discussions |
    May 18, 2023 5:12 AM
    1414 views | 4 replies
  • Adding the bootstrap forest feature to my JMP

    I have a question about the features in the student version of JMP. I wanted to run a bootstrap forest analysis however, I am not seeing that feature available in my version. Would someone be able to assist me with obtaining that analysis feature?

    PivotalRaccoon6 PivotalRaccoon6
    Discussions |
    May 18, 2023 2:39 AM
    1469 views | 2 replies
  • GUI Combo Box based on Two Related Columns

    Hello,    If I have two columns in a file, I can create a combo box using the two columns separately (see JSL file attached). However, what I really want is that once I select the first option (say "a"), it should restrict my second box options to "a1", "a2" and "a3" only. See the Excel file attached.   Any help would be appreciated.    v1 = "m"; v2 = "n"; dt = Open("JMP_Question.xlsx", Worksheet...

    CircularPuppy35 CircularPuppy35
    Discussions |
    May 17, 2023 12:25 PM
    5875 views | 6 replies
  • format durée/date

    Bonjour à tous, Sur la base de données suivante j’ai un problème d’affichage des durées. La colonne « test » est la somme de toutes les durées en format « h : m : s », une fois que le compteur dépasse 24h il revient à zéro, d’où ici le résultat 14h faux mais positif (bon résultat 38h).La colonne « test2 » est la somme de toutes les durées en format « jour :h : min : s », on remarque toujours le mê...

    hcarr01 hcarr01
    Discussions |
    May 17, 2023 7:18 AM
    947 views | 2 replies
  • Life Distribution - How to Enable Left censor?

    Hi, I am working on the life distribution analysis, and I can only enable the data to right censor using censor column (censor code=1).But I had some data needed to be "left-censored" but I don't know how to enable left censor. Thanks in advanced!Yu-Kai

    YK-Chang YK-Chang
    Discussions |
    May 17, 2023 5:48 AM
    1476 views | 2 replies

Latest Discussions

  • Adding the bootstrap forest feature to my JMP

    I have a question about the features in the student version of JMP. I wanted to run a bootstrap forest analysis however, I am not seeing that feature available in my version. Would someone be able to assist me with obtaining that analysis feature?

    PivotalRaccoon6 PivotalRaccoon6
    Discussions |
    May 18, 2023 2:39 AM
    1469 views | 2 replies
  • format durée/date

    Bonjour à tous, Sur la base de données suivante j’ai un problème d’affichage des durées. La colonne « test » est la somme de toutes les durées en format « h : m : s », une fois que le compteur dépasse 24h il revient à zéro, d’où ici le résultat 14h faux mais positif (bon résultat 38h).La colonne « test2 » est la somme de toutes les durées en format « jour :h : min : s », on remarque toujours le mê...

    hcarr01 hcarr01
    Discussions |
    May 17, 2023 7:18 AM
    947 views | 2 replies
  • Life Distribution - How to Enable Left censor?

    Hi, I am working on the life distribution analysis, and I can only enable the data to right censor using censor column (censor code=1).But I had some data needed to be "left-censored" but I don't know how to enable left censor. Thanks in advanced!Yu-Kai

    YK-Chang YK-Chang
    Discussions |
    May 17, 2023 5:48 AM
    1476 views | 2 replies
  • problème avec HTML et carte de contrôle

    bonjour, j'ai une carte de contrôle IMR comme ceci: mais quand je la transforme en HTML (publier dans le fichier), j'ai des nouveaux traits qui apparaissent.quelle solution pour supprimer les traits obliques? cdlt

    Françoise Françoise
    Discussions |
    May 16, 2023 9:50 AM
    3348 views | 8 replies
  • Add a local data filter to a subset table command using code

    This is the code I wrote to create a subset table with a local data filter. I get a table with the columns selected but with all rows i.e., the local filter is not working.Data Table("JoinedData140523") << Subset( Selected columns only(0), columns( :age 2022, :"# of children"n, :Gender, :Nationality, :Religiosity, :Education 3, :TOP YN, :TOP NoRelig YN ), Local Data Filter( Add Filter( ...

    eliyahu100 eliyahu100
    Discussions |
    May 16, 2023 6:53 AM
    1207 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
    1194 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
    770 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
    984 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
    654 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
    698 views | 0 replies
view all discussions