cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Interaction Profiles - automated display of panels based on factor inclusion

    My question is how JMP controls the display of panels of Interaction Profiles plots that correspond to factors not included in the associated model.Does JMP consistently display such panels differently from panels corresponding to factors that are included?I would like to distinguish factors included and omitted (within the model) on JMP Interaction Profiles. In my experience this operation is don...

    capr capr
    Discussions |
    Aug 15, 2024 11:57 AM
    2852 views | 10 replies
  • Actions missed by Advanced Log/Workflow Builder

    container to collect actions which are not recorded yet.

    NB:
    "Workflow Builder + Add-Ins"  is already discussed in this post:
    Workflow Builder + Add-Ins 
    and this wish list entry: 
    Workflow Builder + AddIns  [More Topic Containers like this]

    NB: If an action gets recorded by new version of Jmp, I  try to update the posts.
    @ Jmp support, development: If I missed to do so, feel free to change the respectiv...

    hogi hogi
    Discussions |
    Aug 15, 2024 11:11 AM
    8318 views | 35 replies
  • new column with initial data values

    HiDoes anyone know how to script the creation of a new column with initial data values?Below is my best guess, but it doesn't work. Cannot find any help on "initial data values" in the scripting guide. BR, Mariannedt=current data table();dt<<new column("Selected", character, initial data values(constant("YES")));

    MTOF MTOF
    Discussions |
    Aug 15, 2024 11:09 AM
    15966 views | 6 replies
  • Just when I thought I understood Eval and Expr...

    I've been working on this problem for two days now reviewing entries in this discussion group, going through the scripting guide, etc. but I still can figure out what is wrong. I am trying to use a variable to reference a column. From script rows 65-75 (right before For Each Row), I am trying all sorts of ways to use Expr and Eval and Name Expr and As Column, etc. to make this work. The current sc...

    scott1588 scott1588
    Discussions |
    Aug 15, 2024 8:59 AM
    931 views | 4 replies
  • Graph builder - plotting two x-y lines with selected rows and a third with all rows

    Hi folks,Yes, I know the answer to this will be amazingly simple and so am asking with plenty of egg on my face, but I'm spinning wheels right now. These are actual versus predicted plots, and I want to plot two lines using only validation rows from a validation column (for a neural and a standard least squares regression), as well as the result from the regression with all rows. Thought the answe...

    GregMcMahon GregMcMahon
    Discussions |
    Aug 15, 2024 8:05 AM
    527 views | 2 replies

Latest Discussions

  • Actions missed by Advanced Log/Workflow Builder

    container to collect actions which are not recorded yet.

    NB:
    "Workflow Builder + Add-Ins"  is already discussed in this post:
    Workflow Builder + Add-Ins 
    and this wish list entry: 
    Workflow Builder + AddIns  [More Topic Containers like this]

    NB: If an action gets recorded by new version of Jmp, I  try to update the posts.
    @ Jmp support, development: If I missed to do so, feel free to change the respectiv...

    hogi hogi
    Discussions |
    Aug 15, 2024 11:11 AM
    8318 views | 35 replies
  • How to interpret lambda values from Box Cox Y Transformation?

    Hi,From the Figure 3.48 Box Cox Y Transformation from JMP webpageThe plot shows that the best values of λ are between 0.1 and 2.0. The value that JMP selects, using interpolation between the best two values in the 0.2-unit grid of λ values, is 1.124. https://www.jmp.com/support/help/en/17.0/#page/jmp/box-cox-y-transformation.shtml I would like to know how to interpret this lambda value : 1.124. Af...

    SengYew SengYew
    Discussions |
    Aug 15, 2024 3:35 AM
    602 views | 1 replies
  • Can I add a custom image as background in JMP graphics?

    I don't think this is it?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp"); p1=dt<< Graph Builder( Variables( X( :weight ), Y( :height ) ), Elements( Line( X, Y, Legend( 5 ) ) ) );

    lala lala
    Discussions |
    Aug 14, 2024 11:57 PM
    826 views | 5 replies
  • How to link the data table of the process screening platform with the data table of the “make into data table”?

    I have a difficult question, thanks for the answer! The raw data comes from a database, and I'm using the process screening platform to calculate the process capability for a specific parameter. As the database data is reading, the platform can use auto cal(1) to automatically calculate it;however, I have to draw a graph in graphbuilder based on this data, so I'm using the <<make into data table, ...

    lehaofeng lehaofeng
    Discussions |
    Aug 14, 2024 11:30 PM
    579 views | 3 replies
  • latin hyper cube

    Hi there, 

    I am attempting to run latin hyper cube with three continuous and one categorical factors, but the option is not available except for fast flexible filing design; can anyone assist me with this? thanks in advance

    H6Habib H6Habib
    Discussions |
    Aug 14, 2024 1:58 PM
    402 views | 0 replies

Latest Discussions

  • latin hyper cube

    Hi there, 

    I am attempting to run latin hyper cube with three continuous and one categorical factors, but the option is not available except for fast flexible filing design; can anyone assist me with this? thanks in advance

    H6Habib H6Habib
    Discussions |
    Aug 14, 2024 1:58 PM
    402 views | 0 replies
  • Characters as Markers: How to get rid of the shadows?

    I like the ability to add outlines to data points. This is very useful for separating partially overlapping data points.Unfortunately, when characters are used as markers, the outline mode looks very unprofessional - kind of like shadows, but without blur.Besides turning off the outline mode - is there a way to get rid of the "shadows"? (view in My Videos)  Names Default to Here(1); dt = Open( "$S...

    hogi hogi
    Discussions |
    Aug 9, 2024 3:04 AM
    330 views | 0 replies
  • I would like to find another political scientist or other social scientist who has worked with mapping congressional districts and counties

    There are great bodies of data presented by counties (disease incidence, education, income). There are other bodies of data presented by congressional districts (incumbents, vote percentages, etc.)  I want to find someone who has mapped the counties and the congressional districts into the same space.  I know this can be done with ESRI products, but  I wanted to avoid jumping off the JMP platform....

    LNitz LNitz
    Discussions |
    Aug 8, 2024 8:15 PM
    365 views | 0 replies
  • App Interface saved in a journal

    Hi There 
    Some time ago, I created a nice interface using Application Builder and I saved it as a journal. Now I need to make a few modifications to the interface, rearrange buttons, add boxes, and so on. I am unable to import the journal into the app and have the interface appear in the Module tab. It is a very busy interface ...Is there a way to have it?
    Thanks

    Mioffe Mioffe
    Discussions |
    Aug 7, 2024 5:01 PM
    333 views | 0 replies
  • Multivariate Rho Boostrap option not in Mac Jmp 17.

    I am not getting the bootstrap option after running multivariate Spearson's Rho. How to proceed further? I want a forest plot with correlation and CI. <Jmp17>

    NoSQLBird361 NoSQLBird361
    Discussions |
    Aug 2, 2024 11:00 AM
    341 views | 0 replies
view all discussions