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

  • Linearity assessment

    Dear all, I want to perform a regression for method comparison in laboratory using two types of data :- Data from a first analyzer in X axis which were performed in 1 run in duplicate (2 values)- Data from a new analyzer in Y axis which were performed in 2 run in duplicate (4 values) With regression data, I want then to perform least squares regression, lack of fit test and outlier test. Can anybo...

    cpuisney cpuisney
    Discussions |
    Sep 20, 2023 7:53 AM
    1777 views | 4 replies
  • Combining Columns with Character Values

    I have been look for a way to combine (or create) a new column that combbine the contents of 2 columns together.   I have a columns "Y" and "Column 1". I want the output to say "Y (Column 1)"   Example Y = "Kurtosis" and Column 1 = "Wheel Based Vehicle Speed" end result "Kurtosis (Wheel Based Vehicle Speed)"     I will also need to be able to delete the columns "Y" and "Column 1" afterwards but st...

    mk17 mk17
    Discussions |
    Sep 20, 2023 6:26 AM
    21358 views | 9 replies
  • Delta calculations

    I have a dataset with hourly observations the last three years og different water meters. 
    The issue is that the observations shows the meter stand, and not the water usage. 
    I want to calculate/show a delta change for each hour, for each water meter. How do I approach that? 

    Some of the analysis I want to make with this dataset is to find if a meter has a negative usage at one point (indicating wate...

    Prometheus Prometheus
    Discussions |
    Sep 20, 2023 5:49 AM
    7782 views | 18 replies
  • Try not executing catch block when JSON parsing fails

     I see that when Parse JSON fails in a Try, the catch block doesn't seem to get executed. I also see that parsing malformed JSON has been more problematic than this in the past (see this thread), so I grabbed the suggested parsing logic from that thread, which allows me to get the Try to behave as expected, but it seems problematic that Try has this very specific scenario where it doesn't execute ...

    mat-ski mat-ski
    Discussions |
    Sep 19, 2023 12:16 PM
    2515 views | 4 replies
  • Graph Builder Stacked Bar Chart

    JMP 17 Attached is a simple data table containing monthly numbers of Total # of Parts, Total Fails, % Total Fails and then individual numbers for which Parameter failed. The stacked bar chart I want is Month on the X-axis and % Total Fails on Y-axis. Then I would like those bars to be stacked with the break out of which Parameter failed by the monthly percentage of each parameter. Below is a scree...

    WoHNY WoHNY
    Discussions |
    Sep 19, 2023 9:56 AM
    3679 views | 4 replies

Latest Discussions

  • Linearity assessment

    Dear all, I want to perform a regression for method comparison in laboratory using two types of data :- Data from a first analyzer in X axis which were performed in 1 run in duplicate (2 values)- Data from a new analyzer in Y axis which were performed in 2 run in duplicate (4 values) With regression data, I want then to perform least squares regression, lack of fit test and outlier test. Can anybo...

    cpuisney cpuisney
    Discussions |
    Sep 20, 2023 7:53 AM
    1777 views | 4 replies
  • Delta calculations

    I have a dataset with hourly observations the last three years og different water meters. 
    The issue is that the observations shows the meter stand, and not the water usage. 
    I want to calculate/show a delta change for each hour, for each water meter. How do I approach that? 

    Some of the analysis I want to make with this dataset is to find if a meter has a negative usage at one point (indicating wate...

    Prometheus Prometheus
    Discussions |
    Sep 20, 2023 5:49 AM
    7782 views | 18 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
  • 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

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