cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • JSL: When analyses are dependent on temporary data, closing data when analysis is closed...

    Hi all, Background: I am currently writing an add-in where I am needing to create a temporary data table to hold some data points that are then being fed into Graph Builder. When the user closes the Graph Builder, I want the temporary data to go away. Easy enough, if I save the Graph Builder call to a variable, I can add an << On Close() to also close the temporary data. However, strange things ha...

    mjoner mjoner
    Discussions |
    Nov 21, 2020 8:43 PM
    2403 views | 4 replies
  • How do I do a two sample proportion hypothesis test?

    I want to see if the two proportions in the attached image are statistically different.  Even with the standard deviation unknown, I could calculate this easily by hand. However, I am not sure of the process on setting up a two proportion hypothesis test nor can I figure it out. Someone please help me, thank you.

    christiant christiant
    Discussions |
    Nov 21, 2020 7:59 PM
    4693 views | 2 replies
  • How to find the average of samples at random intervals?

    I have a csv file that stores temp values. I have to find the group average for certain set of samples according to below steps:1. Make all temp values les than 25 equal to zero i.e.column post_process2. group_avg column is derived by ignoring rows with greater than or equal to 4 consecutive zeroes. Followed by calculating the average of the group of samples as shown below3. final_average column i...

    jojmp jojmp
    Discussions |
    Nov 20, 2020 9:07 AM
    3228 views | 5 replies
  • Determination of product specs by Stability Results

    I would ask an help for the following problem.
    I got data from a stability study of my product.
    By using the tool Reliability and survivor> Degradation I got a prediction of the expiration date based on the spec that I have now.
    In order to extend this expiration data I cuould need to change the spec.
    For example
    -my product spec say: not less than 100 Pa
    -I have product in stability that at time 0 have...

    isurano isurano
    Discussions |
    Nov 20, 2020 5:03 AM
    4073 views | 7 replies
  • JMP Pro 14.3 Issues with Big Sur

    Hello Everyone, I have an individual that updated to MacOS Big Sur and when they try to open JMP Pro 14.3 they get an immediate crash. They tried:re-installing JMPrenaming the plist preference files as well (per instruction share: https://www.jmp.com/support/notes/44/128.html)Nothing so far works.  The JMP Crash Message begins as follows: Process: JMP [11317]Path:/Applications/JMP Pro 14.app/Conte...

    ilhamhafizovic ilhamhafizovic
    Discussions |
    Nov 19, 2020 2:52 PM
    5399 views | 7 replies

Latest Discussions

  • Determination of product specs by Stability Results

    I would ask an help for the following problem.
    I got data from a stability study of my product.
    By using the tool Reliability and survivor> Degradation I got a prediction of the expiration date based on the spec that I have now.
    In order to extend this expiration data I cuould need to change the spec.
    For example
    -my product spec say: not less than 100 Pa
    -I have product in stability that at time 0 have...

    isurano isurano
    Discussions |
    Nov 20, 2020 5:03 AM
    4073 views | 7 replies
  • How do I Increase the gap between each bar graph?

    How do I increase the gap between each bar chart so that we can clearly see the labelled values at the top?  

    Danial1 Danial1
    Discussions |
    Nov 19, 2020 9:50 AM
    2253 views | 4 replies
  • how to cycle a script through multiple csv files

    following up on a previous post, I've got a script that stacks and formats an unwieldy csv file.https://community.jmp.com/t5/Discussions/Help-doing-a-table-transform-and-converting-a-timestamp/td-p/303091 My next question for help is how can I get this to then repeat on a group of csv's in a folder, capturing the filename as one of the columns, ideally stacking them as well. aka step1, step2, step...

    aliegner1 aliegner1
    Discussions |
    Nov 19, 2020 7:48 AM
    4120 views | 5 replies
  • M-charts for failure frequency

    We have a production process with very low (ppm-ish) fail rates that we would like to monitor for fails.  Rather than monitoring ppm fail rates, it is a stronger test to monitor the number of fails (or time) between them, under the assumption that they follow a binomial distribution. In an M chart (this is what we call it) you then calculate a Z score every time there is a fail and chart as usual....

    scottrubel0 scottrubel0
    Discussions |
    Nov 19, 2020 5:34 AM
    1995 views | 3 replies
  • Parsing datetime information + conversion with milliseconds

    I am new to JMP and I am trying to batch process many .csv files. My first hiccup is happening when I try to pull datetime information from the first column.My data table looks like  As you can see from the picture, each row of timestamps has an unwanted "-0800" tacked on the end How would I get rid of this for each entry? The jsl syntax I used looks something like :loggingTime = Substr( :loggingT...

    Damian Damian
    Discussions |
    Nov 18, 2020 7:58 PM
    1354 views | 1 replies

Latest Discussions

  • Graph Builder - Remove Combine Scales?

    In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable? Default graph builder (script1, graph1)Plot 1 variable on Y axis vs 8 variables on X axisAll 8 variables on same x-axis...

    ehorne ehorne
    Discussions |
    Oct 29, 2020 9:11 AM
    1529 views | 0 replies
  • SharePoint Online

    My company recently began the migration from SharePoint 2010 to SharePoint Online.  I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.  Anyone have the correct updated syntax for this. Example 1 (SP 2010): This worked.     TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location Tabl...

    Outdoorsman1963 Outdoorsman1963
    Discussions |
    Oct 23, 2020 4:06 PM
    1333 views | 0 replies
  • How to run a Post hoc for Chi Square results in JMP?

    I was wondering if someone can help me. I want to run a post hoc analysis for the chi square results in JMP. Thanks

    vmendez17 vmendez17
    Discussions |
    Oct 22, 2020 7:33 PM
    834 views | 0 replies
  • Problem specifying model for a partly nested ANOVA design

    My study design is mixed-model with one fixed between-plot fixed factor (A), a random plot factor (B), nested in A (B[A]), and two crossed within-plot fixed factors (C and D).  I'm able to enter a full factorial model that includes the 3 fixed factors and all their interactions, using either the Least Squares or Mixed-Model Personality.  I'm also able to add the random factor (B[A]), but things go...

    wpsousa wpsousa
    Discussions |
    Oct 19, 2020 10:39 PM
    1047 views | 0 replies
  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1283 views | 0 replies
view all discussions