cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

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 calculate 10, 50, 90% of a cumulative curve in JMP?

    I have column with certain sizes, and the percentage of how often they occur.
    Through the cumulative curve I would then like to extract the size that matches the 10, 50 and 90% threshold, but cannot do so linear.The Savitzky-Golay smoother describes my data best.I have included a screenshot of both my columns and my graph for better understanding.  

    vaesenjonas vaesenjonas
    Discussions |
    Oct 9, 2023 1:35 PM
    1295 views | 2 replies
  • statistical power animation in JMP Pro 17.2

    I'm teaching a graduate stats class with JMP, and when I do the simplest power analysis (testing a mean against a null hypothesis in the Distribution platform), results are off and not even stable. (Clicking the same option changes the estimates.) Students pointed this out to me. I don't have time to write more now. But FYI.

    profjmb profjmb
    Discussions |
    Oct 9, 2023 1:25 PM
    663 views | 1 replies
  • Optimizing a column formula for standardizing time resolved data to 100% rel. at t=0

    I have received the formula I want to discuss almost 3 years ago from @txnelson, never let go of it since and thought about it many times before now, slowly coming somewhat more seriously to grips with scripting. In the meantime, the formula as saved me a lot of time.In the example below, the same formula is added 3 times, each time with a little bit of variation. The issue I want to discuss are t...

    Ressel Ressel
    Discussions |
    Oct 9, 2023 12:02 PM
    1674 views | 6 replies
  • Heatmap - with borders

    In some session with @julian I leaned how to make Heatmap Plots more attractive by adding some borders around the cells. Other options - like the pattern -  can be controlled via the Control Panel on the left. This one unfortunately not - it has to be applied via right Click into the graph/Customize... - and separately for each subplot.
    On one hand, this is nice because every subplot can be configu...

    hogi hogi
    Discussions |
    Oct 9, 2023 10:53 AM
    1403 views | 4 replies
  • JSL how to change the color of a single column in a Pareto plot?

    Hi All,   I'm interested in using JSL to change the color of a single bar (or perhaps multiple bars) in a Pareto Plot and not rely on the interactive row selection of a data table to do so.   I found these two helpful discussions here and here, but they're not quite what I'm after. I can of course make the graph using Graph Builder instead of the Pareto Plot platform, that's not the problem necess...

    SDF1 SDF1
    Discussions |
    Oct 9, 2023 7:54 AM
    1063 views | 2 replies

Latest Discussions

  • How do I calculate 10, 50, 90% of a cumulative curve in JMP?

    I have column with certain sizes, and the percentage of how often they occur.
    Through the cumulative curve I would then like to extract the size that matches the 10, 50 and 90% threshold, but cannot do so linear.The Savitzky-Golay smoother describes my data best.I have included a screenshot of both my columns and my graph for better understanding.  

    vaesenjonas vaesenjonas
    Discussions |
    Oct 9, 2023 1:35 PM
    1295 views | 2 replies
  • statistical power animation in JMP Pro 17.2

    I'm teaching a graduate stats class with JMP, and when I do the simplest power analysis (testing a mean against a null hypothesis in the Distribution platform), results are off and not even stable. (Clicking the same option changes the estimates.) Students pointed this out to me. I don't have time to write more now. But FYI.

    profjmb profjmb
    Discussions |
    Oct 9, 2023 1:25 PM
    663 views | 1 replies
  • DoE Model issues Augmentation

    Dear JMP community, currently we are setting up DoE models based on two experimental blocks.The first block was a Custom DoE Design with 22 runs containing main effects and quadratic effects from 7 factors. The second block was an augmented design containing main effects, quadratic effects and all possible two factor interactions with 16 runs (for a total of 38 runs separated in 2 blocks).In the s...

    I-love-jmp I-love-jmp
    Discussions |
    Oct 9, 2023 5:34 AM
    2495 views | 9 replies
  • How do I filter categorical data that does not meet my location restriction?

    Hi, I am doing a project that involves getting a model ready from airbnb listing data to the predict price of Broward County airbnb listings. I am trying to exlude and hide rows within my data that are not in Florida as there are many listings that are from different countries and states. Is there a way to do this without having to go row by row? This is categorical character data.

    jmessina944 jmessina944
    Discussions |
    Oct 8, 2023 6:37 PM
    1282 views | 4 replies
  • Newb Question - Basic Sequencing in a column

    I'm a beginner in JMP and coding as a whole. I'm trying to figure out how I can make sequence of 0, 25, 50, 100, to repeat 8 times.   I tried Sequence(0,100,25,8) and obviously 75 shows up as well.    And I cannot for the life of me figure it out.    Chatgpt gave me the following code:    If(Mod(Row(), 4) == 0, 0, If(Mod(Row(), 4) == 1, 25, If(Mod(Row(), 4) == 2, 50, If(Mod(Row(), 4) =...

    ControlAlpaca51 ControlAlpaca51
    Discussions |
    Oct 8, 2023 1:06 PM
    1115 views | 3 replies

Latest Discussions

  • Strange behavior using GenReg and Forward Selection

    Hi All,   I'm hoping someone might be able to help me to understand what is causing some strange behavior when I use GenReg and the Forward Selection Estimation Method.   So, I have some data that I'm running through GenReg with Forward Selection, where I have several model effects and a validation column as well. After performing the fit, I want to run some simulations on the Estimate column of t...

    SDF1 SDF1
    Discussions |
    Oct 2, 2023 9:06 AM
    501 views | 0 replies
  • SIMCA classification method: what alternative options do I have in JMP and what are the pros/cons?

    Hello, I am after a combination of guidance and education. I have recently come across SIMCA as a classification approach. I believe this is not something JMP can address at the moment so my question is, which alternative options can I explore to achieve a similar goal and what would be the advantages/disadvantages when compared to the SIMCA method?  I am currently using JMP 17 Thank you very much...

    CamillaLiscio CamillaLiscio
    Discussions |
    Oct 2, 2023 5:55 AM
    802 views | 0 replies
  • What determines which data table is seen as "Associated Data" for New Window?

    What determines which data table is seen as associated data for a new window? First drawn report and it's data table? Something else? Is there a way to change that associated table / determine on creation what it should be (without first creating some report which will be removed)?   This example script will have the summary table as associated data, but I would like it to be the Big Class table. ...

    jthi jthi
    Discussions |
    Sep 21, 2023 9:44 AM
    551 views | 0 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    666 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    407 views | 0 replies
view all discussions