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

  • Convert Date after Import file from Excel Issue

    I  think many users use Excel to keep their data because not everyone in the organization has the access to the company database.I observed that, the date did not import correctly if there is missing data in between rows in the date column (does it that mean JMP cannot handle text and numeric value in the same column?).  To recap few discussions about date format return to 01/01/1904 after Excel i...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Sep 18, 2023 9:01 PM
    3585 views | 4 replies
  • Is it possible to pass a reference to a Function?

    For example when I run this script: someFunc = Function( {arg}, {}, Print( arg ); ); executor = Function( {fn, arg}, {}, fn( arg ); ); executor( someFunc, "this string" )I get an error, that seems to imply that I am calling someFunc when I am intending to pass a reference to it to executor. I am able to pass a reference by defining the function in the invocation, e.g.executor = Function(...

    mat-ski mat-ski
    Discussions |
    Sep 18, 2023 4:57 PM
    2328 views | 5 replies
  • Estimating the most important features to each k-means clusters

    Hi, I use kmeans cluster to group data together. Now I want to find out for each cluster of data, which feature has high impact. I wonder if JMP pro K-mean provide estimation of most important features to each k-means clusters? Can someone provide suggestion how I can I calculate it if it is not available? I was thinking perhaps the distance can be used for estimation. Any though?

    dadawasozo dadawasozo
    Discussions |
    Sep 18, 2023 11:02 AM
    3839 views | 3 replies
  • How to edit a unique x-axis in graph builder when grouping?

    Hello, How can I edit a unique x-axis in the graph bulider when grouping data. As you can see in the example, each group has the same x-axis even though there is no data in the group (highlighted in yellow). How can I edit a unique x-axis for each group so that no empty "spots" appear in the chart?  Thanks for your help

    MachineFrog323 MachineFrog323
    Discussions |
    Sep 18, 2023 10:46 AM
    1908 views | 2 replies
  • How to fill sequential numbers (starting from 1) in a column when identical items appear in another column?

    Lets say I have a two column data. The first column partID, second column is a measured value for that part. Each part is measured N times so that partID column has rows with the ID appearing N times in the table until the next partID apepars. I want to create a new column with number of measurement repeats/Runs for a given part.  So, for identical partIDs appearing in the partID column, I want to...

    Neo Neo
    Discussions |
    Sep 18, 2023 9:32 AM
    1793 views | 3 replies

Latest Discussions

  • Is it possible to pass a reference to a Function?

    For example when I run this script: someFunc = Function( {arg}, {}, Print( arg ); ); executor = Function( {fn, arg}, {}, fn( arg ); ); executor( someFunc, "this string" )I get an error, that seems to imply that I am calling someFunc when I am intending to pass a reference to it to executor. I am able to pass a reference by defining the function in the invocation, e.g.executor = Function(...

    mat-ski mat-ski
    Discussions |
    Sep 18, 2023 4:57 PM
    2328 views | 5 replies
  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    840 views | 0 replies
  • Graph Builder

    Hello I would like to build a distribution graph through Graph BuilderI have 2 data percentages and a countI can build separate percentages and count graph
    but I don't know how I can merge this data on the same graph (percentage + count together) 

    Dennisbur Dennisbur
    Discussions |
    Sep 17, 2023 10:00 PM
    1085 views | 2 replies
  • How to derive variance given the data on excel sheet?

    Dear community, I've been trying to derive variance on jmp. I imported excel file with data (it has two columns only). I followed Analyze--> Distribution process and the answer is as shown below screenshot. Please instruct me further how to get variance  

    Bekzod Bekzod
    Discussions |
    Sep 17, 2023 9:29 PM
    916 views | 2 replies
  • Color by Theme -> cool feature!

    A very cool feature in Graph Builder:
    After selecting some entries in the legend, the Color by Theme appears in the right click context menu.
            So, if you want to give the items 1&2, 3&4, 5&6 ... the same color,just select 1, 3, 5 ... and use Color by Theme - then repeat it for 2, 4, 6, ...and you are done. Depending on the number of items, this can save you really a lot of time - compared to ...

    hogi hogi
    Discussions |
    Sep 17, 2023 5:52 AM
    842 views | 1 replies

Latest Discussions

  • Using R - File path problem

    I have difficult to get the filepath correct. 
    Error message says "Cannot open table in access or evaluation of ....(Filepath)"   

    Prometheus Prometheus
    Discussions |
    Sep 17, 2023 10:46 PM
    840 views | 0 replies
  • Data Access Handler

    How can I define a function that is activated when Jmp accesses the data in a column.I found the Event Handler option in the Column Properties.  But there I can only define functions for the cases: Click, and Mouseover (and I can set the color of the link)- but there are no settings for Write Data Access and Read Data Access. Applications:- To check the performance of code (https://community.jmp.c...

    hogi hogi
    Discussions |
    Sep 16, 2023 12:21 AM
    556 views | 0 replies
  • Use JMP Locale Settings( 0 ) not working on macOS

    It seems the following command does not work for JMP MacOS.   Use JMP Locale Settings( 0 )   Is there a general script to deal with the following scenario? Or do we need to put conditionals depending on the OS of the user? // Configuring JMP to save CSV as commas and not If( (Num( "3.14" ) == 3.14), is_EN_num_format = 1, //"English numeric format" is_EN_num_format = 0 //"Non-english"); )...

    FN FN
    Discussions |
    Sep 15, 2023 10:21 AM
    669 views | 0 replies
  • Inherited Plot settings

    Hi,
    I noticed some strange behavior in Graph Builder which is caused by the fact that formatting like

    One example:
    If the top-most plot (#1) has some specific settings and this plot is removed, instead of removing the settings with the subplot, the settings are then applied to the plot which is now @ "top" (old #2 -> new #1).So, old plot #2 will inherit the color settings and the manually changed axi...

    hogi hogi
    Discussions |
    Sep 14, 2023 11:11 PM
    648 views | 0 replies
  • Mixed model: which specifications for cross-over designs?

    I ran a cross-over trial where healthy volunteers came to the lab twice (separated by a wash-out period) and underwent sensory testing at both arm and foot, before and after one of two neuromodulation interventions. Each participant underwent both conditions in a randomly assigned order. We want to see if the neuromodulation interventions affected the outcomes differently for the arm and the foot....

    arnaudsteyaert arnaudsteyaert
    Discussions |
    Sep 13, 2023 7:30 AM
    841 views | 0 replies
view all discussions