cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Parse String with no Delimiter

    Hi, I have 3 columns: A, B, and C.  Each column contains a string like "A121A5*6".  I would like to parse each alphabet or the * symbol and subsequent number into separate columns.  With the example string, there will be 3 columns with A121, A5, and *6. I want to do that for Columan A, B, and C, except when the value of the column is NA.  How do I do this?  Thank you! 

    PopulationWolf4 PopulationWolf4
    Discussions |
    Jul 23, 2023 6:39 AM
    1474 views | 3 replies
  • Is there an efficient way to do this circular aggregation?

    Use the big class form:
    1. Starting from line 20, extract a subset of the data from this row to the previous 19 rows.
    2. Classify this subset according to age and summarize height and weight.And one by one concatenation summary results.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); j = 1; For( j = 20, j <= N Row( dt ), j++, dt << Select Where( j - 20 < Row() <= j ); d3 = dt << Subset( Output Ta...

    lala lala
    Discussions |
    Jul 22, 2023 10:19 PM
    1224 views | 3 replies
  • how to I combine two table matching a comma separated column

    I have two tables. I would like to merge the two table into single table but would like to match the wafer numbers (Column = Wafers). The single final table should have unique groups which may have resulted after merging two tables. I am looking for generic JMP script which can perform this operation. The final table should have these 6 columns :Group = Resulting from unique combinations of two ta...

    pankajsync pankajsync
    Discussions |
    Jul 22, 2023 6:34 PM
    872 views | 1 replies
  • Hazard ratio and 95% CI figures

    I want to make a figure similar to the one attached. My data consists of person year, intake, adjusted hazard ratio and CI. Is it possible to create a figure using this data previously obtained? If so, how can I create it?

    BagOfPossums4 BagOfPossums4
    Discussions |
    Jul 22, 2023 8:27 AM
    1387 views | 1 replies
  • Graph Builder settings for new FrameBoxes

    In GraphBuilder, the user can "talk synchronously to several FrameBoxes at once" if he presses CTRL while triggering an action: Remove non labels from hovering information  Use CTRL to talk to multiple boxes in Graph Builder    very convenient   Now, I asked myself: what happens if additional FrameBoxes appear - either because rows were added to the data table or because the Data filter was chang...

    hogi hogi
    Discussions |
    Jul 22, 2023 8:11 AM
    1469 views | 2 replies

Latest Discussions

  • Parse String with no Delimiter

    Hi, I have 3 columns: A, B, and C.  Each column contains a string like "A121A5*6".  I would like to parse each alphabet or the * symbol and subsequent number into separate columns.  With the example string, there will be 3 columns with A121, A5, and *6. I want to do that for Columan A, B, and C, except when the value of the column is NA.  How do I do this?  Thank you! 

    PopulationWolf4 PopulationWolf4
    Discussions |
    Jul 23, 2023 6:39 AM
    1474 views | 3 replies
  • Is there an efficient way to do this circular aggregation?

    Use the big class form:
    1. Starting from line 20, extract a subset of the data from this row to the previous 19 rows.
    2. Classify this subset according to age and summarize height and weight.And one by one concatenation summary results.Thanks!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); j = 1; For( j = 20, j <= N Row( dt ), j++, dt << Select Where( j - 20 < Row() <= j ); d3 = dt << Subset( Output Ta...

    lala lala
    Discussions |
    Jul 22, 2023 10:19 PM
    1224 views | 3 replies
  • how to I combine two table matching a comma separated column

    I have two tables. I would like to merge the two table into single table but would like to match the wafer numbers (Column = Wafers). The single final table should have unique groups which may have resulted after merging two tables. I am looking for generic JMP script which can perform this operation. The final table should have these 6 columns :Group = Resulting from unique combinations of two ta...

    pankajsync pankajsync
    Discussions |
    Jul 22, 2023 6:34 PM
    872 views | 1 replies
  • Hazard ratio and 95% CI figures

    I want to make a figure similar to the one attached. My data consists of person year, intake, adjusted hazard ratio and CI. Is it possible to create a figure using this data previously obtained? If so, how can I create it?

    BagOfPossums4 BagOfPossums4
    Discussions |
    Jul 22, 2023 8:27 AM
    1387 views | 1 replies
  • Graph Builder settings for new FrameBoxes

    In GraphBuilder, the user can "talk synchronously to several FrameBoxes at once" if he presses CTRL while triggering an action: Remove non labels from hovering information  Use CTRL to talk to multiple boxes in Graph Builder    very convenient   Now, I asked myself: what happens if additional FrameBoxes appear - either because rows were added to the data table or because the Data filter was chang...

    hogi hogi
    Discussions |
    Jul 22, 2023 8:11 AM
    1469 views | 2 replies

Latest Discussions

  • 49 factor dsd design

    When designing dsd with 49 factors and 4 additional runs. Why do I get 109 runs and not 105 runs?

    ConditionalRam9 ConditionalRam9
    Discussions |
    Jul 22, 2023 7:29 AM
    573 views | 0 replies
  • JMP 17 - Cannot override F1 'Help' hotkey

    In JMP 16 (Windows) , I removed the F1 hotkey from Help and set up as a new function using Custom Menus and Toolbars.I did the same in JMP 17 standard, and yet when I hit F1, I still get the Help browser link.  Is there another place that F1 is set up that I am missing?  Or is it hardcoded?

    jwilde jwilde
    Discussions |
    Jul 20, 2023 7:35 AM
    655 views | 0 replies
  • Heatmap Plot - mixing colors

    In my search for aliens in BigClass, today I want to generate a heatmap plot to show the aliens at a glance.The idea: color the non-alien students green and the aliens red.But with several non-aliens in the same age group, the alien red is just slightly visible: Next idea:
    Let's increase the transparency for non-aliens such that age groups with aliens inside get nicely visible.
    I exected such cells ...

    hogi hogi
    Discussions |
    Jul 18, 2023 4:48 AM
    940 views | 0 replies
  • Tabulate as Tree Box?

    For Tabulate, is there an option to display the table as a Tree Box instead of a flat table?   Names Default to Here(1); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Tabulate( Add Table( Column Table( Analysis Columns( :height ), Statistics( Median ) ), Row Table( Grouping Columns( :sex, :age, :name ) ) ) ) 

    hogi hogi
    Discussions |
    Jul 17, 2023 10:59 AM
    594 views | 0 replies
  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    675 views | 0 replies
view all discussions