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

  • How to get the % value to appear and follow the line graph in JMP version 16?

    JMP version 16 Hi All, Good Day. Can someone advice how to make the % value to appear and follow the line graph in JMP version 16? I noticed in JMP, % value not following the line graph and it shown in one strait line as shown in the attached image #1. Need the same as shown in image#2. Tks a lot 1.unable to get the percentage to follow the line 2.yield % label to appear in JMP same as shown in th...

    Senguttuvan Senguttuvan
    Discussions |
    Jul 24, 2023 2:28 AM
    4873 views | 10 replies
  • How to update table after sorting?

    Hello Everybody,I have an issue regarding sorting of a table. I wanted to sort table by Date (located in Date1 column) and I am doing that after certain condition is met. However, it does not sort and replace the table EL_summary after sorting. Is there any refreshing necessary? I put also some delay, I thought one need to wait some time. When I am not using replace table(1), the new Table under d...

    lukasz lukasz
    Discussions |
    Jul 24, 2023 12:48 AM
    7298 views | 12 replies
  • find duplicates and drop by state

    Hi,I have a data table that contains duplicates.I want to find the duplicates.duplicates are rows with the same, Col, Row, Scan number, and ID values.then, for duplicates with the same col, row, scan number, and ID values I want to keep only those with max abs offsetX (i only have the OffsetX values, need to run Abs formula )each Col, Row, and Scan number should have 4 rows with ID 0-3.my final ta...

    Ohad_s Ohad_s
    Discussions |
    Jul 24, 2023 12:39 AM
    1846 views | 3 replies
  • How to test data is nonstationary or not

    Hello expert,
    I have a 2 column process data table (column 1: date, column 2: value).
    How can i test in JMP17 to check whether the data is stationary or not?

    Thank you

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Jul 23, 2023 6:14 PM
    1818 views | 2 replies
  • How to draw a chart with percentile on the horizontal axis and the number of observations on the vertical?

    Hi, Now I have build a graph like below, showing the distribution of a variable based on its percentiles. Each dot is an observation. Now I wish to show a chart with percentile on the horizontal axis (currently on the vertical axis) and the number of observations on the vertical axis. Can JMP do it without requiring me to create a new "count of observation for each percentile range" variable? Than...

    leonxf leonxf
    Discussions |
    Jul 23, 2023 8:47 AM
    2606 views | 3 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