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

  • Stacking columns by group

    Hi, I am new to JSL scripting. I want to stack columns coming from same common name (upto certain length). Such as I have column name "66_CORR_B1_W00", "66_CORR_B1_W01" and so on upto "66_CORR_B1_W12". They should be in single column named""66_CORR_B1". And this will repeat for another column group name starring with "66_CORR_B2". There could be 20 groups of these columns. Finally I want 20 column...

    masum111bd masum111bd
    Discussions |
    Nov 12, 2017 7:39 AM
    10201 views | 2 replies
  • How to insert additional column to Least Squares Means Table in Effect Details?

    I want to find the means of my each level of my design experiment. But in the report I only get Least Suare of Means. How can I get the means of each level, is there any possibility to add additional colum to this table and get means?

    Kynda Kynda
    Discussions |
    Nov 12, 2017 4:54 AM
    9125 views | 4 replies
  • How to perform mean separation (Tukey's procedure) for sub categories / Repeated Measures Analysis?

    I've performed Repeated Measures Analysis (Mixed Model) for my data [I've 3 groups (Control, 1mM treatment, 2mM treatment), Each group has two replications (R1 & R2) and I take measurements at 4 time points (0d,1d, 3d,5d). Each replication has six samples (subsampling) and same sample use for all the time points (repeated measures)]. (file attached)-------------------------------------------------...

    Kynda Kynda
    Discussions |
    Nov 11, 2017 3:29 AM
    21998 views | 8 replies
  • Daily Average and Max and Min for a given date

    I am importing sql data for our server and there can me several readings on any given day. I want to be able to get the daily average, max and min for a given day. If possible I would like to graph the data in this way also. 

    mallen810 mallen810
    Discussions |
    Nov 10, 2017 9:26 AM
    12705 views | 6 replies
  • 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
    11763 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
    2650 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
    13812 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
    3606 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
    10157 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
    8535 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
    2650 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
    2753 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
    3360 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
    4377 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
    2158 views | 0 replies
view all discussions