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

  • maximize function

    Hello!is there any way to implement the maximize function to find or search for the max values of a linear fit or in a polynomial graph? Thanks 

    ParametricStudy ParametricStudy
    Discussions |
    Jul 24, 2023 10:25 AM
    1105 views | 1 replies
  • World map projection

    Hi, Does anyone know the default type of world map projection used in JMP? Ideally with a reference that can be cited. It looks like a Mollweide projection, but it would be great to have some factual information to support this. Thanks, Norman.

    norman21 norman21
    Discussions |
    Jul 24, 2023 9:06 AM
    2032 views | 3 replies
  • How do I split individual parts of a graph on JMP

    Hi, I have a quick question. I want to split my graph into individual graphs for each  x variable condition. Instead of having them all complied into one graph. Can someone help me with this? I have JMP 17. 

    nbhagroo nbhagroo
    Discussions |
    Jul 24, 2023 7:22 AM
    4050 views | 3 replies
  • How DOE analysis handle categorical factor in regression analysis

    Hi, I use the DOE on categorical factors. the predicted formula is linear regression. I wonder how does the categorical factor handled and so the linear regression will work. is there any recoding on categorical factors? Can someone point me to related documentation how JMP handles that?

    dadawasozo dadawasozo
    Discussions |
    Jul 24, 2023 5:11 AM
    1700 views | 2 replies
  • Is "Calculate Quantile Spec Limits Options" available in JMP 16.2?

    Is "Calculate Quantile Spec Limits Options" available in JMP 16.2? If yes, could I get an example on how to use/invoke it (as I cannot see /find it)?https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/fit-distributions.shtmlI am especially interested in using "K-Sigma Multiplier" value option. 

    Neo Neo
    Discussions |
    Jul 24, 2023 4:06 AM
    982 views | 1 replies

Latest Discussions

  • maximize function

    Hello!is there any way to implement the maximize function to find or search for the max values of a linear fit or in a polynomial graph? Thanks 

    ParametricStudy ParametricStudy
    Discussions |
    Jul 24, 2023 10:25 AM
    1105 views | 1 replies
  • How do I split individual parts of a graph on JMP

    Hi, I have a quick question. I want to split my graph into individual graphs for each  x variable condition. Instead of having them all complied into one graph. Can someone help me with this? I have JMP 17. 

    nbhagroo nbhagroo
    Discussions |
    Jul 24, 2023 7:22 AM
    4050 views | 3 replies
  • 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

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