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

  • Min Max Normalization

    Hello,I'm new to JMP and I have a simple question:I have the attached kind of data.Now I need the following.For every item from TypeA and one Matrix2 (=GroupBy) --> Done by Sorting in the TableI have a range of distance values (such as the once highlighted in bold in the csv)and now I need a new column with the min-max normalized distance values: e.g. for row1:(1296,732785897795 - min(1296,7327858...

    michael_behrisc michael_behrisc
    Discussions |
    Nov 9, 2012 12:55 AM
    10839 views | 4 replies
  • Applying color schemes to data table columns

    Hi - I'm trying to set up a color scheme to highlight outliers in one column of a data table, so that any value that lies outside a specified range is highlighted.  I've been using the examples for coloring cells in the Scripting Guide to see what's possible, but I can't quite get what I want.  This is what I've tried so far:dt = open("$SAMPLE_DATA/Big Class.jmp");// I can color specific cells of ...

    Discussions |
    Nov 8, 2012 1:37 PM
    14054 views | 6 replies
  • Mean Diamond Removal from ANOVA Box Plot

      I am using the latest version of JMP and am looking for a way to disable the mean diamonds in my ANOVA output graph.  I know you can uncheck the mean diamonds option once you have made the graph, this is what I have been having to do everytime.  I am inquiring about a permanent removal solution to the mean diamonds in my ANOVA output box plot graph.

    jrhoades jrhoades
    Discussions |
    Nov 7, 2012 7:29 AM
    3869 views | 1 replies
  • JSL to input an [Enter] keystroke?

    I'm trying to write a script to correctly calculate power for split-unit designs in the Custom Designer and Design Evaluator.  The issue is that the correct degrees of freedom aren't used and while they can now be changed, each time the degrees of freedom or signal to noise ratio is changed the outline boxes for Power Analysis collapse and there's a lot of unnecessary button clicking going on.  Al...

    Anonymous Anonymous
    Discussions |
    Nov 6, 2012 10:29 AM
    4091 views | 1 replies
  • In JSL, how to use a column name using a dynamic variable name list?

    For example, I have a table dt with n columns, X1, X2, ..., Xn. I need to draw distributions for EACH column, X(i), like below (repeat n times): Distribution( Continuous Distribution(  Column( :X1),  Horizontal Layout( 1 ),  Vertical( 0 ),  Normal Quantile Plot( 1 ),  Capability Analysis( LSL( 4 ), USL( 22 ), Target( 13 ) ) ));How can I use a loop to do this? I tried the following, but it is not s...

    Anonymous Anonymous
    Discussions |
    Nov 6, 2012 3:12 AM
    4014 views | 1 replies

Latest Discussions

  • Mean Diamond Removal from ANOVA Box Plot

      I am using the latest version of JMP and am looking for a way to disable the mean diamonds in my ANOVA output graph.  I know you can uncheck the mean diamonds option once you have made the graph, this is what I have been having to do everytime.  I am inquiring about a permanent removal solution to the mean diamonds in my ANOVA output box plot graph.

    jrhoades jrhoades
    Discussions |
    Nov 7, 2012 7:29 AM
    3869 views | 1 replies
  • JSL to input an [Enter] keystroke?

    I'm trying to write a script to correctly calculate power for split-unit designs in the Custom Designer and Design Evaluator.  The issue is that the correct degrees of freedom aren't used and while they can now be changed, each time the degrees of freedom or signal to noise ratio is changed the outline boxes for Power Analysis collapse and there's a lot of unnecessary button clicking going on.  Al...

    Anonymous Anonymous
    Discussions |
    Nov 6, 2012 10:29 AM
    4091 views | 1 replies
  • In JSL, how to use a column name using a dynamic variable name list?

    For example, I have a table dt with n columns, X1, X2, ..., Xn. I need to draw distributions for EACH column, X(i), like below (repeat n times): Distribution( Continuous Distribution(  Column( :X1),  Horizontal Layout( 1 ),  Vertical( 0 ),  Normal Quantile Plot( 1 ),  Capability Analysis( LSL( 4 ), USL( 22 ), Target( 13 ) ) ));How can I use a loop to do this? I tried the following, but it is not s...

    Anonymous Anonymous
    Discussions |
    Nov 6, 2012 3:12 AM
    4014 views | 1 replies
  • Extract USL & LSL for all tests of my data table

    Hi all,I just start working on Jump 10.I am trying to extract from a data table all USL & LSL for all the tests and then I would like to create a new table bluit as:  Test number | Test name | LSL | USL.Any ideas to help me please ? Or any tutorials ?Thanks in advance.Rgds,CedricB

    cedricb cedricb
    Discussions |
    Oct 29, 2012 7:26 AM
    6365 views | 2 replies
  • Finding patterns between temprature and faults

    Hi,I am looking to find patterns/trends between the number of faults we get in our systems and the the ambient temprature. I am using JMP to do this and like to know what is the best way of doing this. I have a year's worth of data and not sure what is the best way to analyse this.Does anybody know?thanks

    monty monty
    Discussions |
    Oct 28, 2012 11:54 AM
    3294 views | 2 replies

Latest Discussions

  • Interaction profile

    Hi,I am doing a regression analysis for which I got the following equation-Permeation flux= 11.395-0.058 (size)+ 4.136 (elasticity) -0.055 (size *elasticity)I got a interaction profile between size and elasticity but I dont know how to interpret this. I am attaching the profile (untitled)...Can anybody help me understand what this figure suggest.Regards,Shaan

    shaan shaan
    Discussions |
    Sep 3, 2012 2:40 PM
    4716 views | 0 replies
  • Controlling for a variable using Regression


    Would someone be able to explain to me if it is possible to control for one of my IV's when performing linear regression? I would like to control for tenure when predicting compensation from performance. I do not want to use a stepwise method. Any help would be greatly appreciated.Thank you!

    sarah_cag sarah_cag
    Discussions |
    Aug 1, 2012 2:46 PM
    3000 views | 0 replies
  • Bland-Altman plot

    I tried to create an Bland-Altman plot using the matched pairs option in JMP. Unfortunately, the plot doesn't include the common +-1,96 sd-line and I haven't figured out how to insert this line into the plot. It's no problem to calculate the sd, but I don't know how to integrate it into the plot.Does anyone have an idea on this?Thanks a lot!

    johannes johannes
    Discussions |
    Jul 25, 2012 12:21 PM
    4478 views | 0 replies
  • Sample Size

    Hello I have a sample of 159 individuals and I want to run an exploratory factor analysis and confirmatory factor analysis using SAS .How much individuals should I consider in ordrer to run both of them ? Is there a rule to choice?What are the SAS command associated?Can we do them by JMP,Thank you

    radhi radhi
    Discussions |
    Mar 5, 2012 6:36 AM
    2352 views | 0 replies
  • Selecting List of variables

    I would like select in a data table some variables from a list that I have copied from a previous analysis or from another data table containing those names in cells. Would some body know a straightforward way to do that?ThanksYves

    yves yves
    Discussions |
    Jan 4, 2012 8:30 AM
    2319 views | 0 replies
view all discussions