cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • How to script platforms requiring modal dialog box input

    How is it possible to automate the output from platforms requiring input from a modal dialog box?Below are two examples. The first works when specifying all options in the dialog box.I would expect the second to work the same way if it is possible to specify all options. My guess is that some options are not using the right names or syntax (Jmp doesn't provide any debugging information unfortunate...

    thomasz thomasz
    Discussions |
    Nov 8, 2017 6:29 AM
    7666 views | 3 replies
  • Annotate Pie Chart (from Graph Builder) with JSL

    I have written JSL to create a Pie Chart (from Graph Builder):I would like to annotate this Pie Chart (under its legend) with text that says "Responses: 14", for example: Is there a way to do this with JSL?  My current script is attached as a file.

    jb jb
    Discussions |
    Nov 7, 2017 3:13 PM
    8733 views | 3 replies
  • Delete files in a folder

    Hi All, Is there a way to delte all .txt,.csv,.jrn and .png files in a folder before running a script to repopulate everything? I do want to keep my. json file in the same folder. Thank you so much. I really appreciate your time and effort.

    vishwasanj vishwasanj
    Discussions |
    Nov 7, 2017 12:34 PM
    7883 views | 3 replies
  • Using a For Loop with X by Y plot

    I am trying to recreate the script below using a loop (this script works, but I would like it to run as a loop so that it treats each data set the same way):   bivariate( Y( :name( "1st Thickness PST" ) ), X( :site ), By( :Lot ), Fit Where( :Slot_id == 1, Fit Each Value( {Line Color( {213, 72, 87} )} ) ), Fit Where( :Slot_id == 2, Fit Each Value( {Line Color( {57, 177, 67} )} ) ), Fit Where( :Slo...

    scottdprm scottdprm
    Discussions |
    Nov 6, 2017 8:37 PM
    6654 views | 3 replies
  • Blank values imported from Excel into JMP as zeros: how to change them to missing?

    I am somewhat new to JMP and import excel files regularly. There are many cells within the Excel spreadsheet that are intentionally left blank and when I put them into JMP they display as 0. I want them to be missing. How can I do this without doing list or range checks for each column in my dataset?

    jerseygirl jerseygirl
    Discussions |
    Nov 6, 2017 7:56 AM
    14051 views | 3 replies

Latest Discussions

  • How to enter subsampling data for replications when perform repeated measurements MANOVA?

    I've two groups, each group has three replications and I take measrements at four different time points. From each replication I take five measurements (n=5 within a replication).How can I enter subsampling data without averaging?

    Kynda Kynda
    Discussions |
    Nov 3, 2017 7:21 PM
    9394 views | 4 replies
  • Creating a .jmpcust for analysis

    Hello, I'm trying to create a .jmpcust that will be enabled in my menu bar to open .jrn.  The .jrn will be held in a source folder that will have radio button for data analysis.  The .jrn will be share with numerous people to allow for rapid deployment.    

    david_w_westall david_w_westall
    Discussions |
    Nov 2, 2017 10:06 AM
    7868 views | 3 replies
  • The Ever-Expanding Buttons (controlling button box width)

    Hello all, I have a weird problem in JMP 12.2.  When I run the code below, successive switching between the tabs using the button on the first tab yields button boxes that grow in width. nw = new window("Test", tbb = tab box( "First", vlistbox( text box("Not much here"), button box("Go to Second", tbb << set selected(2)), ), "Second", tb = tablebox( scb = string col box("AAA", ...

    pmroz pmroz
    Discussions |
    Nov 2, 2017 9:57 AM
    3075 views | 2 replies
  • Rearrange graphs made with “page” to a 3x3 trellis like presentation

    Dear all, I am looking for a way to improve the layout of my graphs by rearranging what I made with graph builder. I now have 9 small graphs below each other, using the “Page” option. What I would want, is to have them arranged 3X3 as this looks way nicer (some kind of trellis display). I know you can obtain this using the “Wrap” button, but in that case, all axes are set equally, which is not an ...

    yanne yanne
    Discussions |
    Nov 2, 2017 6:21 AM
    3844 views | 1 replies
  • Is it possible to overlay on top of points in scatterplot? (Not change shape of point)

    Hello JMP users, I am new here so please be gentle.
    I am working on a script to make a bivariate plot of two variables (Var 1, Var 2) which is then colored by a third variable (Result). This is pretty simple, but my problem now is that the engineer would like an identifier of the fourth variable (Description) on the plot. So I need to take each unique Description, map it to a integer (there could b...

    shedberg shedberg
    Discussions |
    Nov 2, 2017 5:47 AM
    3773 views | 1 replies

Latest Discussions

  • Confirmation of Repeated Measures Analysis, when sphericity if voilated

    Hi Everyone,    I would like confirmation on the appropriate analysis to run on a repeated measures design.Experimental design:Independent variable: Nutrient treatment (Control, Low, Med, High),Dependent variable: basal diameter, 5 replicates (plants)Repeated measurements were taken at Weeks 0, 1, 4, 7, 10, & 12Split data-> Fit Model-> Y: basal 0, basal 1, 4, 7, 10, 12, Add: Nutrient treatmentPers...

    uamiller uamiller
    Discussions |
    Oct 23, 2017 8:07 AM
    2496 views | 0 replies
  • Cox Proportional Hazard - adjusting risk ratio with std dev

    I'm working with someone who is using SAS and I'm trying to do the same analysis in JMP.  When I  questioned their hazard ratio they said it was adjusted by the standard deviation. They commented:In order to obtain results in units of 1 standard deviation – you simply get the standard deviation value for parameter of interest and introduce it in the PH regression statement, for example:proc phreg ...

    Maureen Maureen
    Discussions |
    Aug 22, 2017 1:18 PM
    3130 views | 0 replies
  • JSL How do I wrap the title text of a OutlineBox?

    Hi all, I often use the Set Title() message to overwrite the OutlineBox titles of charts, distributions, etc. My first issue is that the OutlineBox does not support the Set Wrap() message. Is there any replacement I could use? To work around the missing Set Wrap(), I started inserting newlines "\!n" in the tiitle text. After doing this, I have noticed a second issue: Whatever number of newlines I ...

    AlexanderKrebs AlexanderKrebs
    Discussions |
    Jun 13, 2017 5:38 AM
    4101 views | 0 replies
  • Printing worksheet with cell colors

    Hello JMP Community, I'm currently using JMP version 10.0.0 and having trouble printing my data table with cells highlighted in certain colors.  Is there a way to print keeping the colors or to even export the file keeping the cells highlighted?

    Thanks.

    ferdt58 ferdt58
    Discussions |
    May 16, 2017 9:14 AM
    2005 views | 0 replies
  • Linearity and Bias Report

    In Our MSA stsudy we are performing Linearity and Bias measurment. We are currently controlling at Linearity and Bias to be below 5%.  We actually generate the following report for Linearity and BIas. However in AIAG handbook the criteria for the gauge to pass bias criteria has the following criteria.

    Aravindan Aravindan
    Discussions |
    Apr 18, 2017 12:54 AM
    4007 views | 0 replies
view all discussions