cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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

  • 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
    15957 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
    928 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
    525 views | 2 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
    601 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
    822 views | 5 replies

Latest Discussions

  • 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
    601 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
    822 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
    576 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
    400 views | 0 replies
  • Reducing a model to only one-two terms

    Hello all, I'm currently analyzing a 4 factor half-factorial design. My pareto chart is indicating that only one-two main effects for given responses are significant. Would it be acceptable to remove the remaining insignificant main effect and interaction terms from the model? I've trialed this, by reducing the model as described above. The R2 and Adjusted R2 are close (0.68 vs 0.63), so not fanta...

    DoEDorkily123 DoEDorkily123
    Discussions |
    Aug 14, 2024 10:10 AM
    371 views | 1 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
    400 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
    329 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
    363 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
    331 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
    339 views | 0 replies
view all discussions