cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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: how to combine multiple report in one

    Hello,Since my last question a few days I have come a little further with my script.To complete the first step I would like to combine the reports (in 3 Windows) in one Report (1 Windows).How can I do this ... See line 51 ffAnd how can I save this Report automaticly named by data_file name (first 10 characters) AND _Baseline (if select more than one Month) OR _Monthly (with selected Month)? ... se...

    uwe_hiss uwe_hiss
    Discussions |
    Jul 18, 2019 1:22 AM
    15041 views | 4 replies
  • Add multiple columns by scripts

    Hello, I wonder to add multiple columns on the defined data table. If column has already existed, then the script could ignore the column and continue to add the rest ones if not existed until the implemented.I worte a script here. But the issue is even the column existed, the script still add duplicated column in the data table. Could you help to address this issue? Appreciate it!Names Default To...

    Adam_Xu Adam_Xu
    Discussions |
    Jul 17, 2019 6:36 PM
    4350 views | 4 replies
  • Breaking down time of day into shifts

    Hello,    I have time data that I would like to breakdown into shifts to analyze shift patterns 
    9:00PM-5:59AM = night shift 6:00AM-11:59AM = morning shift 12:00PM-8:59PM = afternoon shift     Can anyone provide any guidance on how to do this with a formula or script? I'm a beginner and am just using recode which is very slow. 

    lizrdee lizrdee
    Discussions |
    Jul 17, 2019 4:09 AM
    4158 views | 4 replies
  • How to Maintain JMP legend layout when copying and pasting graphs into Word/PPT?

    Since updating to JMP 13 I have not been able to maintain legend formatting when copying a graph into word or powerpoint. Attached is an example of how in JMP the legend will be formatted how I prefer and then after copying and pasting into word the legend usualy reverts to containing every possible item in the legend instead of only the items I selected. Thoughts on what might be going on?  

    Joseph_Reese Joseph_Reese
    Discussions |
    Jul 17, 2019 12:28 AM
    15664 views | 7 replies
  • Sorting data table by row color

    Hello JMP usersI am relatively new to JMP and i believe what i have attempted today should have been done in excel but alas. I am currently analyzing complaint data in JMP, and I have labeled my data table rows by color based on certain criteria (specific content i was looking for in a complaint description). I have three different colors. Now i realize there is no easy way to filter, sort, or tab...

    QualEng79 QualEng79
    Discussions |
    Jul 16, 2019 1:17 PM
    3620 views | 2 replies

Latest Discussions

  • Pair wise comparison of slopes in ANCOVA

    I am doing an ANCOVA analysis. I have a response variable water status which is continuous and I have soil moisture which is continuous as the predictor. I have a categorical variable which is variety and I desire to compare the slopes of each Y vs. X between different varieties to show if the linear regression has the same slope among varieties. The ANCOVA done on JMP and mentioned on this websit...

    joellemartinez joellemartinez
    Discussions |
    Jul 16, 2019 4:36 AM
    1857 views | 1 replies
  • Stratified Data Split into test and control

    Hello JMP Community,  I am trying to split a dataset into Test and Control for a marketing experiment. The data set is unique at the customer id and has a million rows. Both the new datasets must be balanced using two parameters which are annual customer spend (YTD) and last quarter spend (QTD). These parameters are represented in two columns. I am unable to figure out how to create a stratified/b...

    75Innovation 75Innovation
    Discussions |
    Jul 15, 2019 7:17 AM
    2776 views | 2 replies
  • Save file to network

    I'm working on a project that will take some data and export a csv file. I got it to save successfully to the local drive but I was wondering if there is a way to have it save to a different network drive, and what I would need to do this. Thanks

    DRemd DRemd
    Discussions |
    Jul 12, 2019 9:04 AM
    2558 views | 3 replies
  • Weibull distribution: solving for a "pooled" Weibull beta?

    Previously there was a thread on fixing the Weibull beta as well as the p-factor in a Defective Subpopulation analysis. https://community.jmp.com/t5/Discussions/Life-Distribution-Fixing-p-and-fixing-Weibull-beta-in-DS-Weibull/td-p/43681 I have 3 "flavors" of the same population but with different stress conditions. Theoretically if we have the same failure mechanism then the Weibull beta should be...

    RD3txex RD3txex
    Discussions |
    Jul 11, 2019 6:56 AM
    2468 views | 2 replies
  • How to group multiple data transformations into one script

    Hello, I'm kind of new to scripting, and I was wondering if anyone can help me with finding resources to learn about how to put this process into one script. Here is an outline of the work that I have done. 1.  Use tabulate to create summaries from an original table2.  Save tabulate as data table (the result is 3 separate tables)3.  For each of the 3 tables     a.  Add a new column with a formula ...

    JeffSwartzel JeffSwartzel
    Discussions |
    Jul 10, 2019 12:36 PM
    2678 views | 2 replies

Latest Discussions

  • Capability Animation - How to see the LSL/USL Value?

    I just discovered this nifty tool called the Capability Animation, where you can play around, dragging the spec limits and mean shifts, and it simulates your capability indices. But, I cannot see the actual LSL/USL values as I drag them! Does anyone know how to make this happen?

    Antonio80 Antonio80
    Discussions |
    Jul 9, 2019 1:31 AM
    1315 views | 0 replies
  • Unable to allocate enough memory in access or evaluation

    Hi,I'm trying to use the Multivariate platform to perform a correlation between 6 time points (rows) across 73500 columns. My final goal is to output a  73500x73500 correlation matrix. When I try to run it, I immediately receive this pop out message:Unable to allocate enough memory in access or evaluation of 'List' , {/*###*/Estimation Method( 0 ), Matrix Format( 2 )} What's the issue? I'm using J...

    ns ns
    Discussions |
    Jul 8, 2019 9:04 AM
    1438 views | 0 replies
  • How to Post JSON data to a site via API functionality: "Unsupported Media Type"

    Hi There, I am trying to perform a POST request to post some JSON data to a server, but unfortunately as of now I keep getting a 415 error. The goal of this script is to upload a JSON formatted file (or something of the like) to the server for other users to download/read. I noticed that there are very few POST examples with JSL, but quite the abundance with GET, which I have no problems with. I w...

    liqinglei419 liqinglei419
    Discussions |
    Jul 2, 2019 6:33 AM
    1668 views | 0 replies
  • How to analyze crossover design data in JMP

    I had crossover design data from one of my experiment, and I want to analyze it according to the rules of crossover design. Can someone please help me with this?

    sharmachetan sharmachetan
    Discussions |
    Jun 14, 2019 2:34 PM
    1290 views | 0 replies
  • Help understanding how Lift curves are calculated

    Dear JMPers,   (computer details: I have JMP Pro 14 on a W7 Enterprise, 64-bit computer.)   I am trying to better understand how JMP actually calculates a Lift curve. I understand conceptually the ROC and Lift curves, but I'm having a hard time calculating a Lift curve myself. The JMP help/support page (https://www.jmp.com/support/help/14-2/lift-curve.shtml#1276958) isn't all that helpful in under...

    SDF1 SDF1
    Discussions |
    May 29, 2019 11:10 AM
    1946 views | 0 replies
view all discussions