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

  • JMP SCRIPT: problem on the X scale with less than 10 values

    Hi everyone,I am making a P' chart of Laney with JMP 16.2. (I know that this chart is available with the new JMP version, however I have not this new version).I don't know why bur when I have less than 10 values, the X scale is not adapted. The X scale is set up for 10 values (whatever the number of values if it is lower than 10), and when I have more than 10 values the X scale is being adapted.He...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 18, 2023 6:11 AM
    1717 views | 4 replies
  • How to enlarge pictures with JSL?

    Big Class Families.jmpThanks!

    lala lala
    Discussions |
    Apr 18, 2023 12:59 AM
    822 views | 1 replies
  • JMP Script : Creation of a new list

    Hello everyone,I created a list named Y_list containing variable names. From this list, I would like to create a new list, containing only the variable names which contains values in the dataset.Example: Y_list contains {"height", "Weight", "Age"}_LimitsKeyheightWeightAge_UCL5480 _LCL72150 As there is no value in the Age row, I would like to create a new list containing only variables names which ...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 17, 2023 1:11 PM
    2288 views | 6 replies
  • Q: change column info value sort then save html will become not interactive?

    Hi I have one question and it seems to be a bug, any solution? I sort the data by STOP_TIMEThen change LOT_NO value order to ROW order Levels and draw charts  Then draw control chart and save to interactive HTML, but it becomes not interactive! Could you help to check this issue? attach file is data table and chart. Thank you. Regards, Chily

    Chily Chily
    Discussions |
    Apr 17, 2023 6:27 AM
    1725 views | 3 replies
  • What can I do if the temporary file name is the same during concurrent downloads using JMP 17?

    Hello!I used JMP 17 for a concurrent download, which resulted in temporary files with the same name, files being overwritten over and over, and only one file.
    How do you handle the downloaded code? rqs = New Multi HTTP Request(); For( i = 1, i <= N Items( u ), i++, rq = New HTTP Request( Method( "GET" ), URL( u[i] ), Timeout( 0.1 ) ); txt = rq << Send; rqs << Add( rq ); ); hh = rqs << Get ...

    lala lala
    Discussions |
    Apr 17, 2023 6:15 AM
    2330 views | 5 replies

Latest Discussions

  • JMP SCRIPT: problem on the X scale with less than 10 values

    Hi everyone,I am making a P' chart of Laney with JMP 16.2. (I know that this chart is available with the new JMP version, however I have not this new version).I don't know why bur when I have less than 10 values, the X scale is not adapted. The X scale is set up for 10 values (whatever the number of values if it is lower than 10), and when I have more than 10 values the X scale is being adapted.He...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 18, 2023 6:11 AM
    1717 views | 4 replies
  • How to enlarge pictures with JSL?

    Big Class Families.jmpThanks!

    lala lala
    Discussions |
    Apr 18, 2023 12:59 AM
    822 views | 1 replies
  • What can I do if the temporary file name is the same during concurrent downloads using JMP 17?

    Hello!I used JMP 17 for a concurrent download, which resulted in temporary files with the same name, files being overwritten over and over, and only one file.
    How do you handle the downloaded code? rqs = New Multi HTTP Request(); For( i = 1, i <= N Items( u ), i++, rq = New HTTP Request( Method( "GET" ), URL( u[i] ), Timeout( 0.1 ) ); txt = rq << Send; rqs << Add( rq ); ); hh = rqs << Get ...

    lala lala
    Discussions |
    Apr 17, 2023 6:15 AM
    2330 views | 5 replies
  • How to get the color from a cell in an HTML table?

    I have an HTML table at work with different colored cells.  For example, a green cell means equipment is running, red means that it is not qualified.  I can open the HTML table into JMP, but I have no idea how to also import the cell color.  

    elcid5441 elcid5441
    Discussions |
    Apr 14, 2023 11:17 PM
    867 views | 1 replies
  • Competing risk in multivariable Cox regression model

    Does JMP have this capability to calculate competing risk for a multivariable Cox regression model? Such as the Fine-Gray hazard model? I found a potential method using the fit parametric survival that allows for competing causes but I don't see where to generate hazard ratios, but I'm also not sure if this is the correct test to begin with. Thank you

    jmpquestions123 jmpquestions123
    Discussions |
    Apr 14, 2023 9:34 PM
    2223 views | 2 replies

Latest Discussions

  • 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
    985 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
    701 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
    620 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
view all discussions