cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • How do I display a text box asking for input from the user?

    Hi,   I am trying to create a basic script which analyses my data.   When I press the thumbnail linked to the script, I want it to 1. Ask the user to input the ranges 2. Create a data table which shows the max and min 3. Generates a graph with the min, max and the target in it.   So far all I can do is get the script for the data table or the graph and incorporate it into shortcuts in JMP separate...

    EFarrell EFarrell
    Discussions |
    Nov 17, 2023 5:44 AM
    23602 views | 9 replies
  • How to script to apply spec limit values appearing in a column to its own property based on labels on other columns?

    I have incoming data similar to the attached data table.I would like to (as an example)save the row values appearing (first/top) in column Breakdown_5 against rows USL/LSL (under Label) for T5 (under TestStage) as limits in Breakdown_5 column property, similarly save the row values appearing (first/top) in column Resistance_7 against rows USL/LSL (under Label) for S7 (under TestStage) as limits in...

    Neo Neo
    Discussions |
    Nov 17, 2023 4:54 AM
    3199 views | 6 replies
  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1199 views | 0 replies
  • Make invisible data table out of a graph builder

    Hello , Inside a loop, I make datatables out of graph builders . Point is that I would like those data tables to be invisible and I cannot figure out how to do it. As an illustration, here is the exemple from the scripting help : Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); obj = Graph Builder( Variables( X( :Sex ), Y( :Height ), Group X( :Age ) ), Elements( Box Plot( X...

    johanna_younous johanna_younous
    Discussions |
    Nov 17, 2023 2:53 AM
    1354 views | 2 replies
  • set control limits in Control Chart

    Greetings,
    I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)
    edt is the data table.
    below is my script:

    graph = edt << Control Chart Builder( Size( 1123, 586 ), Show Alarm Report( 1 ), Show Control Panel( 0 ), K Sigma( 2.5 ), Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ), Chart( Position( 1 ), Limits, Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg( ...

    Celine1 Celine1
    Discussions |
    Nov 17, 2023 1:56 AM
    1544 views | 1 replies

Latest Discussions

  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1199 views | 0 replies
  • Capability from a bivariate regression

    Hi I read this post by Phil Kay, and it helped we some of the way towards my goal: https://community.jmp.com/t5/Discussions/Tolerance-Interval-for-Regression/m-p/302845 Would it also be possible to calculate an expected capability from a bivariate regression, if I have a lower and upper spec limit? Example: I have data measured for and Response(Y) at several different temperature levels (X) and I ...

    Knekse Knekse
    Discussions |
    Nov 16, 2023 11:01 PM
    2137 views | 5 replies
  • Generate data using the Arrhenius equation for pharmaceuticals

    Greetings! I am looking to generate data based on the Arrhenius equation for pharmaceuticals under different temperatures. The data is to study how temperature excursion would affect the behavior of the product in last-mile delivery. The problem is, I have no initial data [which I have been searching for quite a while to no avail]. Would it be possible to generate such data with JMP? Best,

    PieLeopard439 PieLeopard439
    Discussions |
    Nov 16, 2023 9:57 PM
    1259 views | 1 replies
  • Does "wilcoxon each-pair" account for multiple pairs?

    When using the "Wilcoxon Each-Pair" option in JMP, should I use Bonferroni correction, adjusting the alpha to account for multiple pairs? Or does the "wilcoxon each-pair" option already adjust for multiple pairs?

    MarkovRank1093 MarkovRank1093
    Discussions |
    Nov 16, 2023 12:46 AM
    974 views | 1 replies
  • JSL providing variability chart with greyed out background, how to "click" on the graph to make vibrant?

    Hi all, I have made variability charts in the past but for some reason I am getting this greyed background for the graphs that makes it seem like it is unselected as below:When I click on the graph as below the color is how I expect it to. Is there some jsl code that accomplishes this? I have tried to "Select" the object but it highlights the entire region and doesn't provide me with the below pic...

    neelsrejan neelsrejan
    Discussions |
    Nov 15, 2023 8:16 PM
    1860 views | 4 replies

Latest Discussions

  • Caution: Places where Jmp does something unexpected

    Definitely, JMP is Not a Spreadsheet . And that's great!! Besides this difference, there are other places where Jmp doesn't do/behave/produce what a newbie / innocent Jmp user expects.
    If a user knows these issues and the remedies and workarounds -  he/she can
    a) save a lot of time b) be safe from data loss c) be sure that the results are as expected.

    [More Topic Containers like this]   Topicdescrip...

    hogi hogi
    Discussions |
    Nov 17, 2023 4:15 AM
    1199 views | 0 replies
  • Is it possible to change the color of the median line in a box plot (with graph builder) via JSL?

    Is it possible to change the color of only the median (horizontal) line in a box plot (with graph builder) via JSL? If yes, could I get an example please (I am on JMP 16.2)?

    Neo Neo
    Discussions |
    Nov 15, 2023 7:25 AM
    837 views | 0 replies
  • JSL script to open a SharePoint .xlsx worksheet.

    Hi!I am getting the below error when I tried to implement this method of opening an excel worksheet from SharePoint. Is there another method ?(Solved: How to extract data from an Excel file on Sharepoint? - JMP User Community) 

    MIchaels MIchaels
    Discussions |
    Nov 15, 2023 12:58 AM
    841 views | 0 replies
  • JMP Progress Bar

    Hello expert,I'm running a script in JMP 17.0 (basically handling ~200,000 rows of data : 20MB) & trying to save the treemap result in html.after waiting for ~10 mins, JMP progress bar appear like below;I see the update but I don't know how to read this progress bar.The reason I ask this question is because I would like to set Task Scheduler later on to run the JSL script.So, I just want an approx...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Nov 14, 2023 7:10 PM
    648 views | 0 replies
  • Getting NonEstimable values when crossing variables due to control setup

    Hi,   I'm working on a dataset where we are testing the effects of 2 treatments and the delay between them, and I'm trying to figure out how to line up my variables so I can do a Dunnett's test against various controls. We are giving animals a dose of drug A (Variable A), waiting some time (T), and then giving them a dose of drug B . If the animal is NOT given drug A (= 0), then T doesn't have a m...

    eberndl eberndl
    Discussions |
    Nov 10, 2023 10:48 AM
    628 views | 0 replies
view all discussions