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

  • Increase "Line of fit, means and std Devs" font within the Graph Builder

    Hi, I couldn't find how to increase the "Line of fit, means and std Devs" font within the Graph Builder...I've tried all font option in the preference and nothing change it .Thanks for your help. Yossi

    Yossitay Yossitay
    Discussions |
    Sep 19, 2023 5:47 AM
    3862 views | 3 replies
  • How to get Repeatability, Reproducibility and Gauge R&R Variation values for each parameter in a table post Gauge R&R analysis via JSL?

    I am conducting Gauge R&R analysis for several (~100) measured parameters. My data table with parts, operatorID/Inspector and repeats has spec limits values saved into the measured parameters columns.  Interactively doing the Gauge R&R analysis process as shown at time 1.38 mins as in this video is inefficient and incontinent when the parameters are ~100. https://community.jmp.com/t5/Statistical-T...

    Neo Neo
    Discussions |
    Sep 19, 2023 2:59 AM
    4459 views | 10 replies
  • Get default value of combo box without change

    Hi, Is there a way to get a default value without any click?I want to save the default value in a variable which in this case should be "one". Any Suggestion? Here is what I triedNames Default To Here( 1 ); New Window( "Example", cb = Combo Box( {"One", "Two", "Three"}, <<set function(function({self}, cb << set(1, runscript(1)); selection = cb << GetSelected(); Print( "Selected: " || se...

    Jackie_ Jackie_
    Discussions |
    Sep 19, 2023 12:53 AM
    1255 views | 2 replies
  • 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

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