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

  • Set K sigma for the control limits in the control charts

    Hello everyone, I hope you are doing well. I have JMP version 5 and I have to build control charts with 4.5 or 5 sigma.How can I set the number of sigma to compute the control limits with a JMP script? Thank you very much and have a nice day, Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Apr 5, 2023 5:53 AM
    1967 views | 4 replies
  • What

    Hello what is the Experimentel design in regression?

    Barjas87 Barjas87
    Discussions |
    Apr 5, 2023 1:24 AM
    1134 views | 2 replies
  • How to check whether a preference is set and how

    I would like to check, whether a preference is set to a certain value, but with JSL I cannot retrieve the value to compare it in an if statement etc. and react upon situation. Get Preferences returns something, but what excactly is it and how to proceed with it? Names Default To Here( 1 ); // Task: what is the preference set to prefs = Get Platform Preference( Control chart builder( K sigma ) ); ...

    Georg Georg
    Discussions |
    Apr 4, 2023 2:30 PM
    2154 views | 3 replies
  • Possible to assign a list of items to part of a column?

    Hi.  I was wondering if there's a clever way to assign or append a list of items to column(s) in an existing table.  For example, I have a column of names and I would like to add more names (rows) to the column from a list.  The code below was one of my attempts.  The problem is that instead of assigning each item in the list to its own row, rows 1-6 are each assigned the entire list. Names Defaul...

    nikles nikles
    Discussions |
    Apr 4, 2023 8:23 AM
    2468 views | 6 replies
  • problème import date excel

    bonjour, je n'arrive pas pas à importer les bonnes dates à partir d'un fichier excel.j'ai mis au bon format la colonne date excel.j'ai essayé plusieurs formats dates dans Jump. Jump n'importe pas toutes les dates et pas au bon format. en jaune: le fichier excel. est-ce que quelqu'un a une solution? cordialement

    Françoise Françoise
    Discussions |
    Apr 4, 2023 12:38 AM
    2137 views | 5 replies

Latest Discussions

  • Set K sigma for the control limits in the control charts

    Hello everyone, I hope you are doing well. I have JMP version 5 and I have to build control charts with 4.5 or 5 sigma.How can I set the number of sigma to compute the control limits with a JMP script? Thank you very much and have a nice day, Jean

    PersuasionCamel PersuasionCamel
    Discussions |
    Apr 5, 2023 5:53 AM
    1967 views | 4 replies
  • What

    Hello what is the Experimentel design in regression?

    Barjas87 Barjas87
    Discussions |
    Apr 5, 2023 1:24 AM
    1134 views | 2 replies
  • problème import date excel

    bonjour, je n'arrive pas pas à importer les bonnes dates à partir d'un fichier excel.j'ai mis au bon format la colonne date excel.j'ai essayé plusieurs formats dates dans Jump. Jump n'importe pas toutes les dates et pas au bon format. en jaune: le fichier excel. est-ce que quelqu'un a une solution? cordialement

    Françoise Françoise
    Discussions |
    Apr 4, 2023 12:38 AM
    2137 views | 5 replies
  • How can merge such binaries with JSL?

    If I want to use JMP for something other than statistics: For example, I downloaded several video clips from the Internet, got binaries, and how to combine these binaries with JSL and save them as one video file. For example, this video is formatted as mp4 Thanks Experts!rr = ""; rs = ""; For( j = 1, j <= N Row( dt ), j++, u = dt[j, "url"]; request = New HTTP Request( URL( u ), Method( "Get" ) )...

    lala lala
    Discussions |
    Apr 3, 2023 4:48 PM
    1020 views | 2 replies
  • how does one add letters form a connecting letters report to a graph

    see question above

    LawOfLogsParrot LawOfLogsParrot
    Discussions |
    Apr 3, 2023 1:26 PM
    1648 views | 1 replies

Latest Discussions

  • 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
  • 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
    619 views | 0 replies
  • Hey I need help with solving this control chart problem?

    The largest purchaser of care of the WorldBest Healthcare System complained that the average C-section rate at WorldBest had increased from 1999 to 2000 and was now over 21 percent. The average at other area hospitals was between 17 to 19 percent. To investigate the situation, WorldBest wants to set up a control chart to monitor the number of C-Sections every month. 1. What type of control chart s...

    StarIconCohort4 StarIconCohort4
    Discussions |
    Apr 1, 2023 10:56 AM
    693 views | 0 replies
  • How do I get percentage difference by function within JMP platform?

    I'm working with a large dataset with a single continuous number column and then multiple nominal columns. I need to understand the % delta (or % difference) in the number column as a result of toggles in the nominal columns.With the Fit Y by X platform, I can readily add a function to provide the raw difference (as with the t test function), but I can find nothing for the % delta I'm needing. And...

    tsandidge tsandidge
    Discussions |
    Mar 30, 2023 11:09 AM
    962 views | 0 replies
  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1340 views | 0 replies
view all discussions