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

  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    1221 views | 3 replies
  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    5995 views | 8 replies
  • 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
    706 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
    1160 views | 2 replies

Latest Discussions

  • Hyperlinks to Table box rows

    Hi, Is there a way to add hyperlinks to the table box rows?

    Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Cities.jmp", invisible ); New Window( "", dtb = Data Table Box( dt ) ); :Latitude << Set Property( "Event Handler", Event Handler( Click(JSL Quote( Function( {thisTable, thisColumn, iRow}, Web( "https://www.google.com/maps/@" || Char( thisTable:latitude[irow] ) || "," || Char(...

    Jackie_ Jackie_
    Discussions |
    May 19, 2024 7:33 AM
    1221 views | 3 replies
  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    5995 views | 8 replies
  • 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
    706 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
    1160 views | 2 replies

Latest Discussions

view all discussions