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

  • 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
  • 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
    1763 views | 1 replies
  • How to graph a column chart with error bars calculated in JMP

    Hello all,   I am a new to JMP and am trying to understand or figure out how to plot a column chart and include error bars calculated in JMP. To illustrate my question I have attached a screenshot of the column chart and error bars I would like to generate. The dataset has 4 replicates denoted R1-R4. I would like to calculate the mean of R1&2 and separately calculate the mean of R3&R4. The resulti...

    censoredcactus censoredcactus
    Discussions |
    Jan 18, 2021 11:28 PM
    4829 views | 3 replies

Latest Discussions

  • 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
    1763 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
    1244 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
  • How to create a range control chart based on the median range and not the average range

    Is there any easy way to use JMP 13 to create a range chart based on the MEDIAN range and not the average range? (Hence the upper range limit would also be based on the median range as well.)If not I assume one option is to use the run chart and adapt it through scripts. I'd put the range values for all the subgroups into a list, find the median of this list, and then take it from there (i.e. addi...

    scottahindle scottahindle
    Discussions |
    Jan 18, 2021 8:41 AM
    10205 views | 10 replies

Latest Discussions

view all discussions