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

  • How to assign a variable to a string

    Here is the example using arguments that assign a column property to a map role.  col<<Set Property( "Map Role", Map Role( Shape Name Use( "filepath to data table", "column name" ) ) );  I want to get the file path automatically and fill in to the "filepath to data table" in the arguments above. And this is how I get the path of the file: Logo_Name = Pick FIle(); Logo_Name_File = Open(Logo_Name); ...

    PartialErrors82 PartialErrors82
    Discussions |
    May 26, 2022 11:21 PM
    1082 views | 2 replies
  • Scatter Plot With Multiple XY pairs

    Hi, I am pretty new to jmp and was hoping I could get pointed in the right direction. I am using JMP 15.2. Currently, I have make a table where I generate new data from a compiled dataset.  To simplify this, I have column A, B, C and D.  Column A generates the values in B, C, and D.  There is a single X value for each column (for now say 3, 5, and 10).  So the X-Y pairing should be 3-B, 5-C and 10...

    AdditiveHippo74 AdditiveHippo74
    Discussions |
    May 26, 2022 7:09 PM
    2069 views | 2 replies
  • How do I save the content of the web source code as A UTF-8 HTML file?

    Hello! How do I save the content of the web source code as A UTF-8 HTML file?  

    lala lala
    Discussions |
    May 26, 2022 5:31 PM
    952 views | 2 replies
  • Analysis with user selected columns - Scripting

    Trying to write a script to perform curve fitting based on user selected columns. In the example below, the goal is to fit linear with X and Y based on :Group and/or  :Type. User can select either or both columns and then run the script. This is what I've got dt1 = current datatable(); sc = dt1 << get selected Columns; scn= column (sc) << get name; show (sc);
    show (scn); obj = dt1 <<Fit Curve(
    ...

    GroupSquareWolf GroupSquareWolf
    Discussions |
    May 26, 2022 7:01 AM
    891 views | 2 replies
  • Two-Group Discriminant Analysis - Plot Looks Weird?

    Hello,I am trying to perform a two-group discriminant analysis but I think my plot looks funny. It is suspicious to me that all of my samples within each group are horizontally spread across the same Canonical1 variable. Is this normal? Thank you for your help.  

    marelizgrav marelizgrav
    Discussions |
    May 26, 2022 5:26 AM
    988 views | 1 replies

Latest Discussions

  • How do I save the content of the web source code as A UTF-8 HTML file?

    Hello! How do I save the content of the web source code as A UTF-8 HTML file?  

    lala lala
    Discussions |
    May 26, 2022 5:31 PM
    952 views | 2 replies
  • can i move the 5 number summary away from the top of my graphs?

    hello, i am making graphs with box plots and i want to display the 5 number summary on the graph.  the problem is that the 5 number summary always displays at the top of the graph, and it sometimes obscures the box plots, is there a way to change the location of the 5 number summary so it doesn't interfere with the graph???  

    LogitPorcupine1 LogitPorcupine1
    Discussions |
    May 24, 2022 6:49 AM
    1714 views | 4 replies
  • Robust fit outliers (huber) excludes all rows when all values are equal, why?

    Dear Community,we are processing large tables and want to exclude outliers.We found, that the platform robust fit outlier according to huber excludes all rows, unless in the summary there are found no outliers, see picture and sample table script to reproduce (JMP15 or JMP16 on Windows).Does this really make sense or is there a bug, I would expect a different behaviour.New Table( "Huber-outlier-0-...

    Georg Georg
    Discussions |
    May 23, 2022 7:08 AM
    1358 views | 3 replies
  • JSL coding for Partition of multiple segments

    The following code allows the selection of multiple leaf nodes from the partition tree via the Select Rows option. But, the partition window has to be closed after the user selects the leaf nodes for file creation of good and bad populations. Is there any alternative where the Partition window does not need to be closed? or any other function in place of the onClose() which I can use?   dt = Open(...

    AnovaPorpoise AnovaPorpoise
    Discussions |
    May 23, 2022 3:40 AM
    626 views | 1 replies
  • Score plot x and y data

    Hi there.Currently I am studying Principal Component Analysis.I have run an analysis.In the score plot, is there any way to know the value of the scattered dots on the x-axis and y-axis?Thank you for your kind help!

    Alauddin_NS Alauddin_NS
    Discussions |
    May 23, 2022 1:23 AM
    1002 views | 2 replies

Latest Discussions

  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    484 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    625 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    781 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    554 views | 0 replies
  • How to create a graph builder box plot with mean values, and including the "group X" variable in the legend

    I'm using JMP 16.2.0 and I'm trying to automatically generate a graph builder with box plots and their mean values with the group X variable as the color. I'm using a bar chart with style=floating to display the mean value (inspired by this topic)My current graph:This is almost what I want, except for a few things.1. I'd like the Group X variable (Recipe) to be visible in the legend as well. One w...

    mvanderaa1 mvanderaa1
    Discussions |
    Apr 20, 2022 4:13 AM
    1985 views | 0 replies
view all discussions