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

  • Identification of Critical factors through PLS

    I am trying to find out critical factors through multiple PLS like Initially I have selected all factors and based on variable importance plot (VIP) I reduced the factors. 2nd time I did PLS with those selected factor and VIP and again reduced the factors. Continued the process till to get all critical factors (VIP > 0.8, factors could be 3 or 4). Is it right approach to find out critical factors ...

    Avinashpathade Avinashpathade
    Discussions |
    Apr 7, 2024 6:56 AM
    996 views | 2 replies
  • 3D scatterplot ellipsoid colours

    Can I change the colors of the grouped normal contour ellipsoids on a 3D scatterplot so that they match the colors of the data points for each group, which I've set myself? Or is it only possible to use the JMP default colors that are assigned to groups when the ellipsoids are plotted?

    neilfadams neilfadams
    Discussions |
    Apr 7, 2024 3:09 AM
    973 views | 2 replies
  • How to use multiple columns with shape?

    The shape option in Graph Builder is very helpful to generate fancy plots with just a few baby-steps:dt = Open("https://en.wikipedia.org/wiki/List_of_countries_by_system_of_government",HTML Table( 6, Column Names( 1 ), Data Starts( 2 ) )); dt << New Column( "Country",Character,"Nominal",Formula( Word( 1, :Name, "{\!"" ) )); dt << Graph Builder( Variables( Color( :Constitutional form ), Shape( :...

    hogi hogi
    Discussions |
    Apr 6, 2024 11:47 PM
    1016 views | 2 replies
  • Change layout in Graph Builder using Page

    When I drop a parameter in the "Page" section of the Graph Builder several maps are generated on top of each other. Is there any way to change the layout so I get more graphs per row? I see there is such option in Distribution platform "Arrange in Rows".

    shasheminassab shasheminassab
    Discussions |
    Apr 6, 2024 2:41 PM
    7614 views | 9 replies
  • String Parsing Question

    Dear Community, I am receiving data with identifying information in 1 cell.Names Default to Here(1); dt = New Table("Sample", add rows(2), New Column( "Field_9630", Character, "Nominal" ) ); dt:Field_9630 << Set Values({"Customer: Mr A LoyalProduct: Cabinet HardwareRegion: Suburban New Dev", "Customer: Jenifer B Ashley LeighProduct: LumberRegion: Suburban Existing"});The target is to produce th...

    modelFit modelFit
    Discussions |
    Apr 6, 2024 12:25 PM
    906 views | 2 replies

Latest Discussions

  • Plot only the filtered data from a given column on a dashboard

    Hi,I am trying to build a dash board that will plot relevant graphs.My current issue is that it plots the entire data on one graph, highlights the filtered data and the rest is grayed out. I want to graph to be build only with the data of the relevant rows of the given column. 
    For example, if I want to plot height as a function of age, and I have a column for "sex" which holds 'M' and 'F', so I ha...

    Avshish Avshish
    Discussions |
    Apr 6, 2024 8:14 AM
    1098 views | 4 replies
  • Process Screening Chart Options - Show spec limits

    So it looks like this is only available for I-MR and not Xbar-R/S, do I have that correct?  If so does anyone know why?  I can see that spec limits are more valuable when looking at I-MR but its still helpful for xbar charts as well.

    emorris1000 emorris1000
    Discussions |
    Apr 5, 2024 1:59 PM
    2417 views | 8 replies
  • JMP16 HTML + Local Data Filters versus JMP18

    There's a bug in JMP 16 under certain conditions when you save HTML graphs that use a local data filter.  I found the fix where you have to Show Modes and then uncheck Include.  But that doesn't work in this situation:   Create two graphs, from different tables, each with their own local data filter.Combine them into a window using new window, on separate tabsSave as Interactive HTML with dataThe ...

    pmroz pmroz
    Discussions |
    Apr 5, 2024 3:21 AM
    1154 views | 4 replies
  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    418 views | 0 replies
  • Terneary plot - scale - reverse order

    I want to change the scale order. However, the option is not open to do it. Already tried: I also changed to negative numbers to be in the order I want but then the script don't accept negative numbers.mixture profiler: allow only formulas  Is there any other solution? for this parameter be more flexible? 

    bmallmann bmallmann
    Discussions |
    Apr 4, 2024 6:18 AM
    515 views | 1 replies

Latest Discussions

  • Project ignoring H Splitter Box Set Sizes . . . sometimes

    I'm working with a JMP 17 Project and have a script to import a CSV file, embed a script into the Data Table, and execute the embedded script. The embedded script creates a graph from the data and sets the Project layout. All of these pieces, executed individually, work as intended. The problem I am having is that when I execute the combined script, the outer H Splitter Box ignores <<Set Sizes and...

    ionatx ionatx
    Discussions |
    Apr 4, 2024 1:25 PM
    418 views | 0 replies
  • Multiple imputation of ordinal data

    HiWe're doing a study regarding whole number ordinal data, answers being 0 to 4. It probably being MAR and not knowing the probability of each response, made us wonder how to do multiple imputation of this data. A post showed:go to analyze > consumer research > categorical But we're stuck...Thank you in advance! 

    CovariateFilter CovariateFilter
    Discussions |
    Mar 28, 2024 10:00 AM
    472 views | 0 replies
  • How to categorize the same ID in row with other columns?

    Hi, I have the data set that the same ID in multiple rows. Each rows had 1 to 3 categories. The columns represent costA to costZ that I need to stack in the same Cost column. However, I need to generate group by category 1 ( 1 if category 1 < 2000, 2 if category 1 = 2000 - 4000, 3 if category 1 = 4000 - 6000, 4 if category 1 = 6000 - 10000, 5 if category 1 > 10000). However, I need to delete categ...

    doraemengs doraemengs
    Discussions |
    Mar 25, 2024 9:12 PM
    651 views | 0 replies
  • LCA appears to treat ordinal variables as nominal

    When I run cluster analysis --> LCA with ordinal variables (numeric, ordinal), the probability formula appears to be treating the variables as nominal, rather than ordinal. For each variable, there are 5 levels (i.e., 1-5). If being treated as ordinal, wouldn't the probability formulas reflect an order for each level where 1 may have the smallest probability and 5 the largest? As you can see below...

    AutoMethodsBee1 AutoMethodsBee1
    Discussions |
    Mar 25, 2024 12:41 PM
    406 views | 0 replies
  • RSS, TSS, precent of residual sum of squares

    Is it possible to calculate RSS and TSS and precent of residual sum of squares for a linear calibration curve in JMP?

    gholamhasantey gholamhasantey
    Discussions |
    Mar 25, 2024 3:29 AM
    656 views | 0 replies
view all discussions