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.
See how to use JMP Live to centralize and share reports within groups. Webinar with Q&A April 4, 2pm ET.

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

  • Custom Icons for Button Box

    Hey JMPers! Again a little scripting problem: I would like to add a custom image to a ButtonBox. Sadly it does not work. My script looks like this: New Window("My Window", V List Box( bb = Button Box("New Project"); ) ); // bb << Set Icon("JMP"); // This works! bb <<Set Icon("../imgs/New Project Icon.png"); // => Gives "Unknown" in the log!!! New Image(Open("../imgs/New Project Icon.png")); ...

    shoffmeister shoffmeister
    Discussions |
    Nov 10, 2017 7:33 AM
    11315 views | 2 replies
  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2438 views | 0 replies
  • Clustering X-Y graphs

    I've got some trending data for different identifiers and I want to identify similar trends using clustering.  I'm not sure how to do this to cluster similar X-Y graphs together, or even if this is the correct way to analyze the data.  Here's some sample data: Time PeriodPTRP1A .1 2A.23A.34A.381B.72B.63B.54B.41C.112C.223C.334C.481D.772D.663D.554D.44   Graphing the data shows two similar groups, A+...

    pmroz pmroz
    Discussions |
    Nov 10, 2017 5:29 AM
    15870 views | 9 replies
  • Repel overlapping text labels

    Sometimes, we have a gernal 2D plot with several overalpping labels as an example below: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt:Age << Label( 1 ); For Each Row( Row State()=Labeled State(1) ); Graph Builder( Size( 528, 454 ), Show Control Panel( 0 ), Variables( X( :weight ), Y( :height ) ), Elements( Points( X, Y, Legend( 18 ) ) ) ); If we want to...

    Tzu-Chun Tzu-Chun
    Discussions |
    Nov 9, 2017 5:02 PM
    9030 views | 4 replies
  • how to move one row from one table to another table?

    Hi, Here i ran into a problem. I have two tables. One is main table which have 847 rows record. It recorded every one min. Now i hope i can click JSL once so that every one min there is one row was automaitically moved from main table to Table 2. That means after 60 mins, there are 60 rows in Table2. 120mins later, there are 120rows in Tables2. Until to the end after 847 mins. Thanks in advanced.G...

    GoodMan GoodMan
    Discussions |
    Nov 9, 2017 1:04 AM
    6248 views | 2 replies

Latest Discussions

  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2438 views | 0 replies
  • Calling RESTful Web Services from JMP

    Is there a way to invoke a restful web service from JMP? If so, are there any code examples that can be shared?RESTful Web Services from within JMP

    bernie bernie
    Discussions |
    Nov 8, 2017 4:27 PM
    13442 views | 2 replies
  • tabulate function wrap text

    Hi all, Is there a way to wrap text/ Fixed width in Tabulate data table. Now I have so many parameters that table becomes long that it's shrinking the size of the graphs(which is of fixed width)? Thank you so much.  

    vishwasanj vishwasanj
    Discussions |
    Nov 8, 2017 1:45 PM
    3368 views | 1 replies
  • 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
    9545 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
    7968 views | 3 replies

Latest Discussions

  • Conceptual question about the profit matrix

    This issue has been discussed previously, but I keep finding myself confused about how to use the profit matrix.  My question is conceptual in nature, so let's just use some simple numbers.  Suppose I have data on customer churn and I build a predictive model for churn (the particular technique does not matter for this question).  My decision errors are not symmetric, however, so I want to modify ...

    dale_lehman dale_lehman
    Discussions |
    Nov 10, 2017 6:02 AM
    2438 views | 0 replies
  • 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
    2552 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
    3167 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
    4164 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
    2026 views | 0 replies
view all discussions