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.

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

  • Random coding values

    Sometimes when setting up a DoE in JMP, the +1, -1 coding  is joined by seemingly random additional values, as in the -0.3 value in the snip below. I assume such a value is genuine and not a mistake.  Can anyone explain what such a value means?

    kjwx109prime kjwx109prime
    Discussions |
    Dec 12, 2024 4:23 AM
    425 views | 1 replies
  • How to overlay picture or text on top of another picture?

    I'd like to have a banner as a title of my app with my company's logo. But I would also like to display other image and some text on top of that banner. How can I overlay several display boxes?

    miguello miguello
    Discussions |
    Dec 12, 2024 1:46 AM
    786 views | 6 replies
  • In a situation where both numbers and text are present, how can we achieve the correct sorting?

    As shown in the following JSL, sorting works correctly in ascending order when only numbers are present; however, when mixed with text, converting to numbers before sorting causes issues. What methods can be used to solve this problem?stepList = {"2", "3", "10", "9", "1"}; stepListSort = Sort List( stepList ); stepListNum = {}; For( i = 1, i <= N Items( stepList ), i++, Insert Into( stepListNum,...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 11, 2024 9:21 PM
    311 views | 1 replies
  • Stacking multiple variables

    I have a large dataset from a long session in which many tasks were conducted for each subject.  Many of the tasks involved the same 4-5 types and multiple ratings and behavioral outcomes from those types.  However, each outcome variable is named a bit differently in terms of how the "type" is reflected in the name.  I am trying to stack across "types" for each outcome, and combine in a single spr...

    LauraC LauraC
    Discussions |
    Dec 11, 2024 6:56 PM
    409 views | 3 replies
  • Data missing when export multiple box plots with script.

    I am new to JMP and encountering issues exporting multiple box plots. My goal is to create plots with X-axis variables grouped by another parameter. However, the exported output is missing some X-axis data, even though the plots are correct when I use a single specific column.Here is my code://桌面創建資料夾帶上當天日期 timestamp = Format Date(Today(), "ddmmyyyy"); desktop_path = Get Environment Variable("USEr...

    MarkWu MarkWu
    Discussions |
    Dec 11, 2024 4:52 PM
    690 views | 5 replies

Latest Discussions

  • In a situation where both numbers and text are present, how can we achieve the correct sorting?

    As shown in the following JSL, sorting works correctly in ascending order when only numbers are present; however, when mixed with text, converting to numbers before sorting causes issues. What methods can be used to solve this problem?stepList = {"2", "3", "10", "9", "1"}; stepListSort = Sort List( stepList ); stepListNum = {}; For( i = 1, i <= N Items( stepList ), i++, Insert Into( stepListNum,...

    BabyDoragon BabyDoragon
    Discussions |
    Dec 11, 2024 9:21 PM
    311 views | 1 replies
  • Stacking multiple variables

    I have a large dataset from a long session in which many tasks were conducted for each subject.  Many of the tasks involved the same 4-5 types and multiple ratings and behavioral outcomes from those types.  However, each outcome variable is named a bit differently in terms of how the "type" is reflected in the name.  I am trying to stack across "types" for each outcome, and combine in a single spr...

    LauraC LauraC
    Discussions |
    Dec 11, 2024 6:56 PM
    409 views | 3 replies
  • Export raw data from marginal model plots

    HiJMP18.02 PRO student versioni have conducted support vector regression with 9 variables.at the report i have the marginal plot that its apearance is not good enough for article. I whould to export the raw data (numbers of x and y from the model) to excell (or other) in order to run loess and edit other things.Is it possible? Idan

    StandardBat430 StandardBat430
    Discussions |
    Dec 11, 2024 12:16 PM
    434 views | 2 replies
  • Best Neural Net model

    Is it possible to get the best neural net model (maybe knowing the seed) and save the script to be used again in the future?  

    Matheus_Plana Matheus_Plana
    Discussions |
    Dec 11, 2024 8:29 AM
    1381 views | 7 replies
  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    302 views | 0 replies

Latest Discussions

  • Sample size for Reliability Life Test

    I have used the interval explorer for parametric reliability life test planning for sample size calculation of accelerated life test. Please can someone confirm if the sample size returned is the total sample size or sample size per stress levels? Assuming I have 3 temperature levels, do I use 75 samples per temperature level or 25?

    EngrAkin EngrAkin
    Discussions |
    Dec 11, 2024 7:11 AM
    302 views | 0 replies
  • Optimizing Enterprise Server Connections in JMP Live

    Hello JMP Community,I’ve recently started using JMP Live to share and collaborate on statistical analyses with my team, and I’m encountering some challenges managing connections to our enterprise server. Our organization uses a centralized server to store and process data, and while the integration with JMP Live is robust, we’ve experienced occasional delays when syncing large datasets or during s...

    Harry_Cmary Harry_Cmary
    Discussions |
    Dec 9, 2024 10:03 PM
    299 views | 0 replies
  • Pressure Test Method Results have a significant effect on my sample size and capability, how to avoid?

    Hello dear JMP community I will first explain the test method (no need to comment on whether it is right or wrong because this is what I got). The purpose is to detect a leakage.

    Measurement processPart is mounted to a pressure stationPressure station rotate a vacuum pump x times to create a vacuum (atmospheric pressure is approx. 1000mbar)Pressure p1 is sampled at time t1After 15 seconds p2 is sam...

    qLienceStats qLienceStats
    Discussions |
    Dec 5, 2024 11:58 PM
    287 views | 0 replies
  • help to get R squared predicted

    Hello!I installed a script from a community response regarding the calculation of R²pred, as shown in the image below (I'm using JMP 18 pro): (link da resposta do @erich_gundlach https://community.jmp.com/t5/JMP-Add-Ins/Predicted-R-square-calculator/ta-p/39927)  In PRESS, R²pred didn't appear. (Press is low because I haven't reduced the model yet, don't worry =))  I really need to show these R²pre...

    ivanpicchi ivanpicchi
    Discussions |
    Dec 4, 2024 10:21 AM
    231 views | 0 replies
  • user defined Transform Category?

    How can I create a custom function which shows up in the Character submenu of  the new formula column menu? 

     

    hogi hogi
    Discussions |
    Dec 4, 2024 5:01 AM
    209 views | 0 replies
view all discussions