cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    2717 views | 5 replies
  • Graph with two x-axes

    I have a graph with two different x-axes. I would like the graph to only use the smoother and not the actual values. However, when I turn on the smoother, the values for the second axis disappear (red values). Is there a way to prevent this from happening? Please see the attached image for an example of what I am talking about.   

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Apr 15, 2023 4:44 AM
    5548 views | 8 replies
  • Split plot DoE (limiting number of trial runs per day)

    Hello everyone, 

    New case:3 variables (factors) Factor 1 (Continuous) = 0 - 225Factor 2 (Continuous) = 0 - 10Factor 3 (Discrete - 2 level) = 60 and 90 (process step) Factor 3 can be considered as a final processing step for the mixture of the first 2 factors. So as an example: Factor 1 (225) combined with Factor 2 (10) - this batch would ideally be treated both at 60 and 90 the same day. The limiti...

    Bertelsen92 Bertelsen92
    Discussions |
    Apr 14, 2023 12:15 PM
    5333 views | 9 replies
  • JSL script to create or condition by looping thorough column names in a list

    I'd like to create a function in jsl that takes a given list of column names as input, uses those columns to do a OR condition, and outputs a column with that looping OR formula. How do U do that?  input_col_list = { "a", "b", "c"}; input_dt = dt; x = 0.1; input_dt << New Column("d", numeric, continuous, formula ( If( (As Column("a") >= x | As Column("b") >= x | As Column("c") >= x), 1, 0 )...

    OrdinaryParrot2 OrdinaryParrot2
    Discussions |
    Apr 13, 2023 10:40 PM
    1661 views | 2 replies
  • Parallelism Testing for Groups of 4PL Curves

    Hello All, I have what may be a very naïve question: is it valid to do parallelism testing on a group of independent curves (4PL in this case) at one time? I have a subset of potency data where all of the individual fits are good.  p values for both both F test and Chi square well below 0.05...so the test is indicating non-parallelism.  Now...what I am wondering, is this something that needs to be...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Apr 13, 2023 11:23 AM
    4303 views | 3 replies

Latest Discussions

  • 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
    2717 views | 5 replies
  • Parallelism Testing for Groups of 4PL Curves

    Hello All, I have what may be a very naïve question: is it valid to do parallelism testing on a group of independent curves (4PL in this case) at one time? I have a subset of potency data where all of the individual fits are good.  p values for both both F test and Chi square well below 0.05...so the test is indicating non-parallelism.  Now...what I am wondering, is this something that needs to be...

    ClusterFerret68 ClusterFerret68
    Discussions |
    Apr 13, 2023 11:23 AM
    4303 views | 3 replies
  • Tabulate

    Bonjour, est-ce qu'on peut remplacer les zéros dans un tableau par un espace (= pas de valeurs) pour mieux voir les données différentes de zéro?peut-on le faire avec le script du tableau? cordialement

    Françoise Françoise
    Discussions |
    Apr 12, 2023 12:43 AM
    958 views | 1 replies
  • JSL script to show mean value on the Variability chart?

    Any Script that can show the mean value on the variability chat, so that people directly see the actual value difference between groups?

    wencun6 wencun6
    Discussions |
    Apr 8, 2023 10:14 PM
    1126 views | 1 replies
  • Conditional formatting in JMP 17

    Hi, I updated the Cpk color codes at conditional formatting in Preferences > Reports > Conditional format rule > Capability Index. After the change is made, I clicked Apply and Okay to close the window. However, the color codes will return to default after I restart JMP 17. I had to update the conditional formatting again. How do I save this for good in JMP 17? I don't have this issue in JMP 16.  ...

    jerfuwu jerfuwu
    Discussions |
    Apr 5, 2023 7:37 PM
    1402 views | 1 replies

Latest Discussions

  • 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
    791 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
    1582 views | 0 replies
  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    903 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    950 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    1070 views | 0 replies
view all discussions