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

  • Two parameter estimates and OR

    I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable).   Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...

    jmplearner2 jmplearner2
    Discussions |
    May 18, 2024 12:23 PM
    1185 views | 2 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    704 views | 0 replies
  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1154 views | 2 replies
  • Optimization of a (slow) JSL code based on FOR() loops

    Hello,  I need to write a code for reliability data analysis.Several metrics (metric1, metric2,...metricN) are measured before the experiment begins (REL_T0), and then measured again after each drop events (DROP1, DROP2,... DROPN…).My goal is to calculate the drift value between REL_T0 and each measure after drop events for each serial number and each metric. My initial code is based on FOR() loop...

    Voizingu Voizingu
    Discussions |
    May 17, 2024 10:20 AM
    2908 views | 7 replies
  • How do I increment a loop using hexadecimal format?

    Hello, I want to create a list and populate it with the following entries: AB63, AB64,... AB79, AC63,...AZ79. Unfortunately, I have not been able to figure out how to increment hexadecimally ("J" = Hex(4A) ,etc.) So, for the letters J-O (Hex4A - Hex4F), I created separate loops, which is very cumbersome. Does anyone know of a way to increment hexadecimally, so I can keep this all within one loop? ...

    kjdoran kjdoran
    Discussions |
    May 17, 2024 3:06 AM
    2637 views | 6 replies

Latest Discussions

  • Two parameter estimates and OR

    I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable).   Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...

    jmplearner2 jmplearner2
    Discussions |
    May 18, 2024 12:23 PM
    1185 views | 2 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    704 views | 0 replies
  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1154 views | 2 replies
  • How does JSL call google's web translation results?

    For example, how do I translate the specified English content into Chinese?
    This is the result of a GPT3.5 query and does not work.Thanks!url = "https://translate.google.com"; sourceText = "Hello, world!"; targetLanguage = "zh-CN"; // Chinese Simplified // Build the HTTP request postData = "sl=en&tl=" || urlEncode(targetLanguage) || "&text=" || urlEncode(sourceText); headers = Associative Array("...

    lala lala
    Discussions |
    May 16, 2024 11:40 PM
    675 views | 1 replies
  • How to get the last data col name?

    Hi. I would like to get the col name of the last data written using JSL,Is there a solution?  Thanks.

    NetflixDingo567 NetflixDingo567
    Discussions |
    May 16, 2024 9:59 PM
    741 views | 1 replies

Latest Discussions

view all discussions