cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    4570 views | 11 replies
  • count(distinct val)

    Hello All,Any function in  Jmp similar to count distinct in sql?Examples:How can I obtain the values of count distinct subjectsid in a new column in these tables with functions?ThanksTABLA 1                subjectid             count distinct subjectida                                              5b                                             5c                                              5a    ...

    unbbmas unbbmas
    Discussions |
    May 3, 2025 7:55 AM
    24746 views | 10 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    525 views | 2 replies
  • Run Program on Mac for unix "which" command

    I'm trying to use the Run Program() command to execute the unix command "/usr/bin/which -a Python3".  I'm still learning so sorry if the answer seems obvious.  For the record, I'm running JMP Pro 17.2 on MacOS Sonoma 14.7.1.  The Mac thing is important to note, as there seem to be some subtle syntax differences from PCs.    Attempt 1 (just confirming Run Program works): RP = Run Program( Executab...

    nikles nikles
    Discussions |
    May 2, 2025 2:53 PM
    1212 views | 4 replies
  • VConcat many matrices together

    Concatenating matrices in a loop slows down with loop iterations. For example this pseudocode: OutputM = []; for( i=1, i<=N, i++,   // do some calculations, generate a matrix of results, call it,  ThisM   OutputM  |/ = ThisM ); If I do the above, then as N increases, the VConcat line gets slower and slower with every iteration. Note that each iteration produces a matrix with same number of columns...

    tsl tsl
    Discussions |
    May 2, 2025 1:19 PM
    1333 views | 6 replies

Latest Discussions

  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    4570 views | 11 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    525 views | 2 replies
  • Run Program on Mac for unix "which" command

    I'm trying to use the Run Program() command to execute the unix command "/usr/bin/which -a Python3".  I'm still learning so sorry if the answer seems obvious.  For the record, I'm running JMP Pro 17.2 on MacOS Sonoma 14.7.1.  The Mac thing is important to note, as there seem to be some subtle syntax differences from PCs.    Attempt 1 (just confirming Run Program works): RP = Run Program( Executab...

    nikles nikles
    Discussions |
    May 2, 2025 2:53 PM
    1212 views | 4 replies
  • JMP Acceptance Sampling Plan Add-In

    Hi,There is no link to download the Add-in:
    https://community.jmp.com/t5/JMP-Add-Ins/JMP-Acceptance-Sampling-Plan-Add-In/ta-p/319677

    MarkovVaribles1 MarkovVaribles1
    Discussions |
    May 2, 2025 8:11 AM
    1247 views | 5 replies
  • Actual by Predicted Plot

    Good afternoon,  I fittted a LMM using the Standard Least Square platform, then attributed random effects. This is an example of an actual by predicted plot generated, I was wondering what the blue line represents  

    blip555555 blip555555
    Discussions |
    May 2, 2025 2:44 AM
    643 views | 2 replies

Latest Discussions

  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    524 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    483 views | 0 replies
  • steps to use the minimum p-value approach with log-rank test?

    I am interested in applying the minimum p-value approach using the p-values obtained from the log-rank test. However, I am uncertain about the specific steps involved. Could you kindly advise me on how to proceed?   I am currently using the following version: JMP® Student Edition 18.2.0, running on Microsoft Windows 11 Home.

    Namamugi Namamugi
    Discussions |
    Apr 10, 2025 11:22 PM
    468 views | 0 replies
  • Scale IDs in Add Graphics Script not working

    I created a script to draw graphs from JSON objects, which works well, but when I tried to overlay one graph on another using two Y axes, I could not get it to work; it always used the left Y axis.  I thought I was doing something wrong, but I finally realized that even the example in the Scripting Guide does not work as it should.  This example is supposed to use the right Y axis, labeled "Test,"...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Mar 27, 2025 5:13 AM
    357 views | 0 replies
  • Discovery summit book signings - official list of books?

    Fellow JMP enthusiasts! During the 2024 Manchester Discovery Summit I was surprised to learn that the handing out and signing of books is a tradition. So, I am wondering whether there is a list of the books handed out & signed so far. If it exists, where to find it?I thoroughly enjoyed reading "Bitch" by Lucy Cooke, and I have a feeling "Hello World" by Hannah Frey will be a good read too.

    Ressel Ressel
    Discussions |
    Feb 28, 2025 11:25 AM
    423 views | 0 replies
view all discussions