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

  • 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
    29681 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
    25758 views | 4 replies
  • Missing Values/Calculations


    I have a data table in which I want to add the row values of four columns into a fifth column.  However, I have missing values in all four original columns and that is OK, but when I apply the formula to add the four columns, all I get is a column of missing values because JMP will not add three values and a missing value.  What can I do to remedy this situation?

    Steven_Moore Steven_Moore
    Discussions |
    Nov 5, 2015 6:52 AM
    14833 views | 3 replies
  • Is there a way to automate/script the Winsor process of outlier filtering?

    Is there a way to automate/script the Winsor process of outlier filtering? I found the two addins from Brady, but those do not exclude the  outlier rows, they only pertain to the enhancing the Summary function.Imputation AddinExtended Summary Add-in

    chfields chfields
    Discussions |
    Nov 4, 2015 11:13 AM
    18016 views | 17 replies
  • Can I use Steel with unequal sample sizes?

    I have a treatment vs. control situation, with 9 observations for the control and 2 of 3 treatments, while there is only 6 observations for the last treatment. JMP allows me to perform the “Steel with control” analysis, but is this valid when the original paper states that it should be used for equal sample sizes?

    mls1984 mls1984
    Discussions |
    Nov 2, 2015 5:25 PM
    14160 views | 6 replies

Latest Discussions

  • Is there a way to automate/script the Winsor process of outlier filtering?

    Is there a way to automate/script the Winsor process of outlier filtering? I found the two addins from Brady, but those do not exclude the  outlier rows, they only pertain to the enhancing the Summary function.Imputation AddinExtended Summary Add-in

    chfields chfields
    Discussions |
    Nov 4, 2015 11:13 AM
    18016 views | 17 replies
  • X,Y scatter plot with coloured zones

    I am looking for a way to create a 2D scatter plot with 4 coloured zones for 4 rectangular quadrants of the plot area.  This is to quickly see visually which zone each plotted point falls within.  I could not find anything similar in JMP11, so any tips/hints scripts would be appreciated.

    outlier outlier
    Discussions |
    Nov 2, 2015 5:53 AM
    6330 views | 2 replies
  • Hierarchical clustering in JMP - Finding inertia to determine cluster number

    Does anybody know if there is a way to get JMP to give you an interia plot or score when doing Hierarchical clustering? I would like to be able to use the value to determine the number of clusters to cut the dendogram at.Many thanks!

    kruprice kruprice
    Discussions |
    Oct 30, 2015 1:22 AM
    4640 views | 1 replies
  • how to write JSL script for basic equations, and then make an overlay plot out of it?

    I have several points defined in an JSL script and running that would generate a table and also overlay plots for each point.Say I have point1, point2, point3I want to define thatRATIO1 = point1*100/(point1+point2+point3)RATIO2 = point2*100/(point1+point2+point3)RATIO3 = point3*100/(point1+point2+point3)Then plot overlay of RATIO1, RATIO2, RATIO3 versus timestamp.I tried to use Assign(RATIO1, poin...

    wcheon3 wcheon3
    Discussions |
    Oct 29, 2015 11:25 AM
    4621 views | 2 replies
  • Balanced Incomplete Block Design on JMP

    How do I execute a balanced incomplete block design (BIBD) on the JMP software with 13 attributes, forming 13 blocks or choice sets, each attribute appearing 4 times across all choice sets, each choice set containing 4 attributes and each attribute appearing once with each other: (b, r, k, lambda) (13, 4,4,1) where b is number of blocks, r is the repitition per level, k is the number of attributes...

    saskbri saskbri
    Discussions |
    Oct 27, 2015 12:34 PM
    7541 views | 4 replies

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
    3569 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
    2391 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

    saitcopuroglu saitcopuroglu
    Discussions |
    Aug 18, 2015 6:43 AM
    2385 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
    3252 views | 0 replies
view all discussions