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

  • Filtering row values that are not within a given range (JSL)

    I am trying to automate some data cleaning. I have lower and high limit values that are considered valid per column and I want to remove verything else having at the end empty values instead. I am missing:How to clear row values once there is a selection.How to reference a column nameIf there is a better way to do it. Names Default To Here( 1 ); dt = Current Data Table(); lower_limit = 69.636; h...

    FN FN
    Discussions |
    May 20, 2019 3:55 AM
    2822 views | 4 replies
  • How to concatenate files and preserve formula columns

    I'd like to concatenate a main file withe a new file. The main file contains a formula column, the new file not. The resulting file should have the formula column with the formula from the main file.Additional the new file should be renamed to the name of of main file and the the former main file and the new file should be closed and not saved.      

    Thomas1 Thomas1
    Discussions |
    May 20, 2019 1:00 AM
    3353 views | 5 replies
  • Capability Graphs

    I understand that there is a way in JMP to create six capability graphs similar to a "Capability Six-Pack" in Minitab. Can someone tell me how to do that? Thanks.

    QualiTEngineer QualiTEngineer
    Discussions |
    May 20, 2019 12:51 AM
    3990 views | 1 replies
  • How to get heatmap with catergorical coloring

    Hello,I am creating heatmaps with coloring by a numerical values. But I am not able to color by discrete string values.In the attached datatable, I try to ceate a heatmap colred by different devices: I expected to see a map with a specific color for each Device. But I get a gradient coloring.How can I change this to get a speific discrete colr for eache device ? 

    samir samir
    Discussions |
    May 17, 2019 8:45 AM
    8835 views | 5 replies
  • Show zero percent in bar chart

    Hi, I build a bar chart in percent and need also to display zero percent (in the sniplet group2).Names Default To Here( 1 ); dt = New Table("Test"); dt << new column ("C", numeric, Continuous); dt << new column ("D", numeric, Continuous); dt << new column ("E", numeric, Continuous); :C << set values([1,2,3]); :D << set values([1,2,3]); :E << set values([1,0,0.5]); dt << new column ("Percent", nume...

    TWE TWE
    Discussions |
    May 16, 2019 6:36 AM
    6151 views | 3 replies

Latest Discussions

  • 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
    10099 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
  • Exporting Graphs to Adobe Illustrator

    Hi there - does anyone else export their JMP graphs to Adobe Illustrator? It seems like there are always minor formatting issues whenever I try to copy the graphs directly (either misaligned text or strange colors in some of the text boxes) and I am not able to open SVG files generated from JMP. Am I doing something wrong here? Thank you!

    pshieh pshieh
    Discussions |
    May 11, 2019 9:29 AM
    6320 views | 6 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
    2886 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