cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • See how to understand variation and assess process behavior May 1.Register for Mastering JMP.
  • Follow us on LinkedIn to stay up to date on webinars, tips and tricks, product updates, and more.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Why is my bar graph faded?

    Hi,  I am having a hard time figuring out how to darken the bars in my bar graph.  Anyone out there have a solution for this? Attached is the graph I am currently working on.  

    AArevalo AArevalo
    Discussions |
    Jan 19, 2021 6:11 PM
    2215 views | 1 replies
  • Display a stopwatch counter (parallel with another JSL action)

    Does anyone know how to display a time counter (say 1 sec intervals using a wait(1) ), but while another JSL action is taking place?  So this stopwatch counter would display like 1, 2, 3,.... until that other action finished like pulling data from a database.  This stopwatch counter would be running in parallel in this case and keep running while waiting on the data pull to complete.  Is parallel ...

    djhanson djhanson
    Discussions |
    Jan 19, 2021 6:02 PM
    1815 views | 2 replies
  • Showing equivalence for 2 dose response curves

    I am looking for a test of equivalence for two dose response curves, which in the attached data set I refer to in the ‘Measurement’ category as ‘Predicted’ and ‘Corrected’. When evaluating as Specialized Modeling > Fit Curve withY = Copies/µLX = Copies/µL (Theoretical)Group = Measurementand giving a linear fit and testing for equivalence, we see that the slopes are equivalent but the intercepts ar...

    shhiggins shhiggins
    Discussions |
    Jan 19, 2021 12:36 PM
    2509 views | 3 replies
  • How to apply "Max Selected" to a check box list

    Hi, Is it possible to apply the "Max Selected" filter to limit the number of Check Boxes that a User can select?I will appreciate your suggestions.Names Default To Here( 1 ); New Window( "Example", cb = Check Box( {"One", "Two", "Three"}, Max Selected(2), Print( "Selected: " || Concat Items( cb << Get Selected(), ", " ) ) ) );

    ALopez ALopez
    Discussions |
    Jan 19, 2021 11:16 AM
    2005 views | 3 replies
  • Substitute characters in strings with new lines and tabs

    I am writing a OLEDB query that needs the SQL command to be in a string without containing end of lines or tabs, only spaces. The following works, but I cannot find how to do this without having to create the 'empty' strings. User may modify the SQL query, using JMP installed in Windows machines. SQL_query = "SELECT a, b, c FROM mytable WHERE a = 'alice' AND b BETWEEN '86' AND '91'"; // Clean...

    FN FN
    Discussions |
    Jan 19, 2021 11:13 AM
    1977 views | 3 replies

Latest Discussions

  • Display a stopwatch counter (parallel with another JSL action)

    Does anyone know how to display a time counter (say 1 sec intervals using a wait(1) ), but while another JSL action is taking place?  So this stopwatch counter would display like 1, 2, 3,.... until that other action finished like pulling data from a database.  This stopwatch counter would be running in parallel in this case and keep running while waiting on the data pull to complete.  Is parallel ...

    djhanson djhanson
    Discussions |
    Jan 19, 2021 6:02 PM
    1815 views | 2 replies
  • Scripting Guage R&R with tolerance Intervals

    Hi,   I am a new user to JMP and JSL scripting. I am trying to script a guage R&R and would like to include the tolerance interval in the script.    I already have a column (Named "Tolerance Interval") with tolerance intervals for each of my parameters. (Note that I am splitting the analysis by Parameter and each Parameter has a different tolerance interval). The script I have tried is below. It w...

    RSDK_JMP RSDK_JMP
    Discussions |
    Jan 19, 2021 7:15 AM
    2151 views | 3 replies
  • Transfer data from/ Excel/VBA to JMP and get data back to VBA

    Hi, I'd like to describe what I need in order to have some kind of automation I'm planning.I have a report I've already generated using Excel/VBA and I'm missing a distribution graph from JMP which is currently being made manuallyAnd added to the report.I'd like to know how can I send the data from Excel to JMP, generate the distribution graph and save it back to my excel sheet. To be specific, le...

    Lirsch Lirsch
    Discussions |
    Jan 19, 2021 3:05 AM
    1761 views | 1 replies
  • Add values to x# of lag rows

    I want to fill the previous 48 rows with the value of row i. I've got a dataset that is a continuous timeseries with a row for every 5 min increment of time. I have an identification column for select periods (e.g. ID#1, 2, 3, ... 1000). Not every row gets an identifier, just select periods of time. Now say row 1200 is the first value of ID # 250. I want the previous 48 rows (so rows 1152-1199), c...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 7:03 PM
    1243 views | 1 replies
  • Interpretation of a Factorial Design with binary outcome

    Hello!

    I am struggling with interpretation of factorial design with 4 elements. Before I tried experiments with 2 elements, and results were straightforward.Here in the attachment you can see my jmp dataset file with the experiment. As a result of removing non-significant elements I came to a conclusion that only C and В are significant with negative effect.
    Is my conclusion correct?
    Rsquare value is...

    gustavjung gustavjung
    Discussions |
    Jan 18, 2021 9:40 AM
    7283 views | 8 replies

Latest Discussions

view all discussions