cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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

  • Problem closing image obj in JSL

    Hello,  Hoping to get some help with a JSL script.  I am having issues with a newImage object staying open but is completely hidden.  Only way I know it is open is because windows fails to delete the file because it says it is open in another program which is fixed by closing JMP.  Here is a snippet of my code, I have tried a few obj << close() and obj << close window() but the object remains. img...

    jjswan33 jjswan33
    Discussions |
    May 20, 2019 5:51 PM
    3378 views | 1 replies
  • increasing the thickness of the line between panels of a multi-panel plot

    So in the graph builder, when we create multi-panel plots, there is a thin line that marks the boundary between adjacent panels. When I turn on gridlines, these thin lines become indistinguishable from the gridlines, and it isn't clear where one panel ends and another begins. Is there a way to adjust the thickness of the line that marks panel boundaries?

    Cookiemole Cookiemole
    Discussions |
    May 20, 2019 1:28 PM
    3732 views | 1 replies
  • Buttonbox to Zoom in/out Chart?

    Does anyone know if one could buttonbox() some JSL to zoom in and another buttonbox() to zoom out a JMP chart?  In this case a bivariate chart display x/y coordinates.I don't mind the stock JMP magnifier tool, but it doesn't allow zoom out and it would be nicer to let the user do this with a JSL control box of some sort. 

    So wasn't sure if there is some source JSL code that might do the chart zoomi...

    djhanson djhanson
    Discussions |
    May 20, 2019 12:17 PM
    6054 views | 3 replies
  • File selection input box in JMP Application builder

    Hi, I am creating a JMP application which would open a xlsx workbook, load individual sheets into datatables in background and link the datatables to Graph building JSL script buttons in JMP app. Is there a way to create a file selection input box in JMP Application builder, where in user can browse and select the xlsx workbook from the app?

    dileepkr dileepkr
    Discussions |
    May 20, 2019 11:47 AM
    4047 views | 2 replies
  • Can JMP column selection accept asterisk (*)?

    I want to select list of columns with below expression NVM_VMAX_VCMIN_RD_ICB_ECC0*.SB only. But when i type *, JMP cannot recognize it. Is there any idea how to achieve my objective? Thanks  

    OneNorthJMP OneNorthJMP
    Discussions |
    May 20, 2019 6:08 AM
    6433 views | 6 replies

Latest Discussions

  • increasing the thickness of the line between panels of a multi-panel plot

    So in the graph builder, when we create multi-panel plots, there is a thin line that marks the boundary between adjacent panels. When I turn on gridlines, these thin lines become indistinguishable from the gridlines, and it isn't clear where one panel ends and another begins. Is there a way to adjust the thickness of the line that marks panel boundaries?

    Cookiemole Cookiemole
    Discussions |
    May 20, 2019 1:28 PM
    3732 views | 1 replies
  • Multivariate Statistical Distance (MSD)

    Hi, Is there a way to calculate the multivariate statistical distance (MSD) in JMP? This calculation will help understand the difference between dissoulutions. Thank you,Rami

    rshehadah rshehadah
    Discussions |
    May 14, 2019 12:41 PM
    10097 views | 10 replies
  • Remove line from Graph builder

    Hello comunity,  I am writing you because i have a small question related a line which i woul like to remove from a graph that made by using the graph builder. The lines that i want to remove are in black color because there are two different types of data Please find attach the pictureBest regards

    Archy Archy
    Discussions |
    May 14, 2019 11:50 AM
    6054 views | 3 replies
  • fit a spline with a variable

    Hey, I build a chart with dinamic legend that the user can choose by radio box. The name of the legend that the user choose is saved as 'L1' variable. I want to add a function that when a user clicks on one value from the legend the spline of this value become more bold. I add a state handler to the file and tried to use this script:   rsh1 = test1 << Make Row State Handler( dt, rsupdate1 ); rsup...

    shiro shiro
    Discussions |
    May 14, 2019 6:11 AM
    8235 views | 4 replies
  • Pass quote into Run Program application

    I have a JMP script that calls Run Program, and in the parameters I need to pass a JSON string however Run Program seems to strip out the quotes in the Options fields.   For example:     my_str = ["key" => 32423] json = As JSON Expr(my_str) Run Program(     Executable("/path/to/myexe"),     Options({          json     }),     Read Function( "text") );     I cannot get my executable to see a quote...

    mazook mazook
    Discussions |
    May 13, 2019 1:27 PM
    3642 views | 5 replies

Latest Discussions

  • How to analyze PSM data(Propensity Score Matching) in JMP?

    How to analyze PSM data(Propensity Score Matching) in JMP?If it is yes, please tell me what detail steps in JMP manu,If there is any available examples in JMP sample data?

    mujahida mujahida
    Discussions |
    May 7, 2019 9:30 PM
    2210 views | 0 replies
  • Chi square or Cochran's Q test

    Okay, so i have to decide whether i should use chi-square or Cochran's Q test for one of my study.If i assume meat as experimental unit (EU) and impose 6 different wood smoke (like apple smoke, cedar smoke, hickory smoke etc.) on EU and consumers (people) act as observational unit (OU). I have 10 consumers and each one will taste each treatment (6 treatments) and respond liking (9 point scale), an...

    sharmachetan sharmachetan
    Discussions |
    Apr 16, 2019 3:54 PM
    2841 views | 0 replies
  • Selecting Number of Clusters in Hierarchical Clustering

    One way to select possible number of clusters in hierarchical methods is to identify the relatively large changes in distance as number of clusters change (see table below). When I look at the actual distance measure from the table (clustering history below dendogram), there is a bigger jump from 3 clusters to 4 than from 4 to 5 (smaller), suggesting 4 may be the right decision. However, when you ...

    pratyushdash pratyushdash
    Discussions |
    Feb 23, 2019 5:51 PM
    2884 views | 0 replies
  • Beta Generalized Regression and adjusted chi-square values

    I have a data set from a two-choice rodent feeding trial. We were testing the effectiveness of 10 deterrents by coating them on seeds and offering them to rodents alongside control seeds that were uncoated. The explanatory variable is which of the 10 deterrents the treatment seed was coated with, and the response variable is the proportion of control seed and treatment seed consumed.  The question...

    Mananahi Mananahi
    Discussions |
    Feb 13, 2019 9:58 AM
    2228 views | 0 replies
  • DF Dens for repeated measures ANOVAs

    Dear JMP Community, When I run repeated measures ANOVAs with JMP (RMS, with Subject as a random factor), I have noticed that when a certain factor is crossed with Subject, the corresponding DF Den stays independent while the DF Dens for the other factors are put together as “Residual”.  Please see Images 1-3 of the attached file on how “DF Den” under “Test Denominator Synthesis” change across imag...

    mu mu
    Discussions |
    Feb 6, 2019 8:10 AM
    3883 views | 0 replies
view all discussions