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

  • Possible to change a single value in a string col box() list?

    Hi.  I'm wondering if there's a way to update a single item in a string col box()?  For example, is there a command like:scb = StringColBox("title", mylist); scb << Set Item(i, "newvalue"); //is there a cmd like this?I have a window with a string col box, and I would like my script to update a single value.  My current method:1. Get the entire list from the string col box2. Modify the list3. W...

    nikles nikles
    Discussions |
    Feb 27, 2023 9:03 AM
    1993 views | 5 replies
  • Table Update: How to update only selected columns?

    This should be a quick one:Table update: How to update only selected columns?  Data Table( dt1 ) << Update( With( Data Table( dt10 ) ), Match Columns( :SAMPLE = :SamID ), Add Columns from Update Table( None ),
    ### Update Selected Columns (:Type, :Method) ###
    )
    It's simple when done manually, but in the script? There's nothing in the scripting guide (only how to avoid adding columns). My variou...

    Monomorphist Monomorphist
    Discussions |
    Feb 27, 2023 5:58 AM
    2035 views | 2 replies
  • Set Cell Size with JSL

    I am trying to create an expression column in JMP12 that will hold images grabbed from a URL.  It is possible to define the cell size (width and height) using JSL?I have not gotten the width() property to work for an Expression column, but I find I can set the column width by first creating the column as a Character, and then changing the data type to Expression:dt << New Column( "Image", Characte...

    robot robot
    Discussions |
    Feb 27, 2023 5:57 AM
    10542 views | 3 replies
  • Splitting survival curve

    JMP 17Dear all, I would appreciate your help with the following issue. I have a database of ca. 300 individuals split into 3 groups. The goal is to assess their survival over time. I have generated a Kaplan-Meier survival curve (max follow-up time 35 years) and log-rank is showing p<.05. Now I would like to split it and look into whether survival rates between those 3 groups differ at different ti...

    Nomeolvides1105 Nomeolvides1105
    Discussions |
    Feb 27, 2023 2:35 AM
    1612 views | 2 replies
  • New graph

    Dear All, Is it possible to reproduce the attached graph with JMP?
    Personally, I don't have much programming skills, however, since the JMP graphics are very defined, it would be a nice graphic to include in scientific publications.
    Thank you
    Giuseppe 

    GiuseppeC GiuseppeC
    Discussions |
    Feb 27, 2023 12:19 AM
    2245 views | 4 replies

Latest Discussions

Latest Discussions

  • JMP Script Window - Hovering over a variable do not show the value stored in the variable if passed between scripts

    I have found that hovering over a variable is very useful feature in JMP Script Window/Editor when debugging the script. I have been working with very long script which I have divided to smaller pieces by using Include-feature. I am able to pass variable content correctly between the included scripts but it looks like hovering do not work on included script windows (showing empty variable content ...

    JanneI JanneI
    Discussions |
    Jan 27, 2023 5:51 AM
    794 views | 0 replies
  • Choice experiment: probability profiler baseline assumptions

    Dear community,  For the probability profiler as used to analyse data in choice experiment analysis, I am wondering how to optimally set the baseline scenario to compare probability profiler data.  Following for instance von Wedel & Hagist (2022), utilize the probability profiler to compare the baseline of the combination of attributes with the lowest marginal utilities. While such an analysis is ...

    Declan_JMP Declan_JMP
    Discussions |
    Jan 23, 2023 3:54 AM
    1604 views | 0 replies
  • Can we find some tutorials videos in YouTube?

    Hello everyone, passing by to say hello and to share that I created a YouTube Channel with JMP 17 Video Tutorials in english, spanish and portuguese.As an enthusiast about Problem Solving, passionated about JMP and a JMP Partner, I hope you'll come with me, subscribe to the channel and enjoy all the videos that are there and yet to come.https://www.youtube.com/@planaconsultoria Best regards!

    Matheus_Plana Matheus_Plana
    Discussions |
    Jan 15, 2023 10:27 AM
    1633 views | 0 replies
  • Data puzzles via Hanukkah of Data is underway

    If you're looking for some data wrangling puzzles, the Hanukkah of Data series of daily puzzles is underway at https://hanukkah.bluebird.sh/5783/. They're on day 2 of 8 now. As far as I can tell, you can do them whenever and there's no competitive part. I'm doing them in JMP, of course!

    XanGregg XanGregg
    Discussions |
    Dec 19, 2022 11:21 AM
    811 views | 0 replies
  • Slope and Intercept Collector error "matrix must be non-singular in access or evaluation of 'Inv' , Inv/*###*/(x` * x)"

    HI all,I have a question about an error I'm getting when using @stan_koprowski's slope and intercept add-in. I've posted my question on the add-in's thread but due to the much lower exposure compared to discussion posts, I thought that it might be a good idea to ask here as well. I made a mock data table with three groups and several observations in each group. When I run the add-in I am getting t...

    Lavik17 Lavik17
    Discussions |
    Dec 19, 2022 10:20 AM
    953 views | 0 replies
view all discussions