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

  • 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
    15882 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
    13276 views | 6 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
    5889 views | 2 replies
  • Can I change the order of X variables in a bar chart?

    I have a bar chart based off of some data, and the X variable is ordinal. When I make the bar chart, it reorders my variables in alphabetical order. I can't seem to find a way to keep my variables in the order I want them. Does anyone know if I can move them or retain the order they are in the spreadsheet?

    kvieiralamb kvieiralamb
    Discussions |
    Nov 1, 2015 4:37 PM
    11590 views | 4 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
    4338 views | 1 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
    15882 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
    5889 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
    4338 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
    4099 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
    6881 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
    3306 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
    2253 views | 0 replies
  • Running JSL Script After Creation of a File

      

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

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