cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • Java API for creating JMP files?

    Is there a way to create JMP files in Java rather than creating CSV and then requiring users to do the conversion themselves using a JSL script?

    bwadsworth bwadsworth
    Discussions |
    Nov 10, 2015 12:59 PM
    13236 views | 6 replies
  • How to color/marker selected rows based on multiple selection criteria?

    Hi,I am writing a script that is able to color and mark selected rows. Let's take the Big Class table as an example. The following is my script, can anyone help out to get the selected rows to be colored to specific color like "Blue" and able add different marker for age =12 and age=13. Open( "$SAMPLE_DATA/Big Class.jmp" );  For Each Row( Selected(Row State()) = And ( Or (age == 13, age ==12), sex...

    bernie426 bernie426
    Discussions |
    Nov 10, 2015 7:29 AM
    11988 views | 2 replies
  • How to stop users from resizing windows in JSL?

    This might seem like a very simple question, but I was wondering, is there a way to stop users from re-sizing windows/dialogs using JSL?There is a message you can send to a display box for auto stretching, min and max size, etc. Is there any flag for turning off the user capability to resize windows by default (i.e. mouse cursor doesn't show the resize arrows when hovering on the edge of a window?...

    nkelleh nkelleh
    Discussions |
    Nov 9, 2015 8:04 AM
    14830 views | 7 replies
  • How to calculate Cpk?

    In most of JMP reference books from sas , how to calculate Cpk? we are told that1. If data are normal or similar to normal distribution, then go it from analysis>distribution> capability2. If data are non normal distribution, in analysis>distribution, detect what its distribution is? then calculate Cpk corresponding to identified distribution, analysis>distribution>capability, and select its corr...

    mujahida mujahida
    Discussions |
    Nov 8, 2015 4:08 PM
    29838 views | 1 replies
  • How do I look for a blank cell with an if statement?

    Hi,Does anyone know if there's a way of assigning a blank cell in an if statement?I want to make a column with a formula that either uses the value from column 2, if one exists, or the value from column 1 if the cell in column 2 is blank. I tried to achieve this using the following formula for column 3:If( :Column 2 > 0,:Column 2,:Column 1)but if column 2 doesn't contain a number then the resultin...

    stephaniejlucas stephaniejlucas
    Discussions |
    Nov 6, 2015 12:57 AM
    25816 views | 4 replies

Latest Discussions

Latest Discussions

  • Interpreting canonical structure and scores in discriminant analysis

    I'm trying to interpret the relative contributions of my variables in a discriminant function analysis of chemical data for three groups of rocks.  In a stepwise, linear, common covariance discriminant function analysis I'm able to generate non-overlapping 95% confidence ellipses for my three groups with no incorrectly assigned data points using 6 variables.  My understanding is that the scoring c...

    amzipkin amzipkin
    Discussions |
    Oct 20, 2015 3:25 PM
    3590 views | 0 replies
  • Generalized Segmented Distributions

    A former classmate of mine from Graduate School has recently published a paper on Generalized Segmented Distributions.  Utilizing this method, the distribution can approach any continuous density function of arbitrary form.  The method is particularly effective in fitting data with sufficient observations that are skewed and/or multimodal.  The paper can be found here:The General Segmented Distrib...

    Steven_Moore Steven_Moore
    Discussions |
    Sep 17, 2015 11:54 AM
    2403 views | 0 replies
  • Running JSL Script After Creation of a File

      

    sophiaw sophiaw
    Discussions |
    Sep 1, 2015 9:56 AM
    2637 views | 0 replies
  • Clash?

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2414 views | 0 replies
  • Incorporating Reference Lines into legend for multiple bivariate graphs.

    Hello everyone!I would like assistance in order to incorporate reference lines at certain numbers of the Y axis, horizontal lines, directly into the legend.This is my current script
    Bivariate(
      Y( :Cat),
      X( :Dog),
      Histogram Borders( 1 ),

      Where(:Recipe == "B_XX" & (:Tool == "A_XX")),
      Elements( Points( X, Legend( 1 ) ) ),
      SendToReport(Dispatch(
      {},
      "2",
      ScaleBox,
      {Add Ref Line( 140, Solid, "...

    saswatmishra50 saswatmishra50
    Discussions |
    Jul 13, 2015 1:00 PM
    3280 views | 0 replies
view all discussions