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

  • Process Capability by group

    hi,May I know where is wrong in the scrip I would like to generate the process capability report by lot_id as below.     Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" ); // Create a complex name for a column to make sure it will be // processed correctly dt:NPN1 << set name( "NPN1-7/Best" ); // Get a list of columns to be used colList = dt << get column names...

    mylifemyrule mylifemyrule
    Discussions |
    Jul 17, 2023 12:45 AM
    1337 views | 3 replies
  • "Actual by Predicted plot" - How confidence intervals are really calculated ?

     Hello Community, My Question:I have a question concerning how I can access the confidence intervals of the Actual by predicted graph below:  I attach the jmp file if you want to try yourselves. Now I am gonna tell you what I have tried up to know: What I have tried:I have save the columns “mean confidence limit formula as shown below: However, when I try to reproduce the “Actual by Predicted plot...

    Julianveda Julianveda
    Discussions |
    Jul 17, 2023 12:23 AM
    2272 views | 3 replies
  • Variable names missing in parallel plots

    Hi Community, I have a question about parallel plots. When I use a lot of variables, the plot only shows me the names of some of them. In the graph here below, obtained from a hierarchical clustering (the situation is the same in the graph builder), you see that only some names are present (sorry I cannot show the complete names for confidential reasons).  Is there any way I can make JMP show all ...

    Julianveda Julianveda
    Discussions |
    Jul 17, 2023 12:01 AM
    1752 views | 4 replies
  • How to use JMP software JSL to efficiently find the minimum value?

    How to use JMP software JSL to efficiently find the minimum value in the same row, multiple columns, and the rank of the column in which the minimum value resides. dt = Open( "$SAMPLE_DATA/PopAgeGroup.jmp" ); New Column( "mi" ); New Column( "ix" ); Column( "mi" ) << Formula( ? ); dt << run formulas; Column( "mi" ) << deleteFormula; Column( "ix" ) << Formula( ? ); dt << run formulas; Column( "ix" )...

    lala lala
    Discussions |
    Jul 16, 2023 11:54 PM
    1707 views | 3 replies
  • How to create a new column with numerical number based on the unique grouping of column A

    I have a table with Column A (char). I want to add a new column in number value which represents the grouping of column A. How to do this automatically? Column A has too many characters for me to manually group them. column Anew columnkkk1dd2kkk1cc3

    JMP2021 JMP2021
    Discussions |
    Jul 16, 2023 8:03 PM
    2104 views | 4 replies

Latest Discussions

  • Process Capability by group

    hi,May I know where is wrong in the scrip I would like to generate the process capability report by lot_id as below.     Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" ); // Create a complex name for a column to make sure it will be // processed correctly dt:NPN1 << set name( "NPN1-7/Best" ); // Get a list of columns to be used colList = dt << get column names...

    mylifemyrule mylifemyrule
    Discussions |
    Jul 17, 2023 12:45 AM
    1337 views | 3 replies
  • "Actual by Predicted plot" - How confidence intervals are really calculated ?

     Hello Community, My Question:I have a question concerning how I can access the confidence intervals of the Actual by predicted graph below:  I attach the jmp file if you want to try yourselves. Now I am gonna tell you what I have tried up to know: What I have tried:I have save the columns “mean confidence limit formula as shown below: However, when I try to reproduce the “Actual by Predicted plot...

    Julianveda Julianveda
    Discussions |
    Jul 17, 2023 12:23 AM
    2272 views | 3 replies
  • How to use JMP software JSL to efficiently find the minimum value?

    How to use JMP software JSL to efficiently find the minimum value in the same row, multiple columns, and the rank of the column in which the minimum value resides. dt = Open( "$SAMPLE_DATA/PopAgeGroup.jmp" ); New Column( "mi" ); New Column( "ix" ); Column( "mi" ) << Formula( ? ); dt << run formulas; Column( "mi" ) << deleteFormula; Column( "ix" ) << Formula( ? ); dt << run formulas; Column( "ix" )...

    lala lala
    Discussions |
    Jul 16, 2023 11:54 PM
    1707 views | 3 replies
  • How to create number based on group in a column

    Hi, I have a categorical column that has repeated same string order randomly. I want to label number to each group that has same string like the example in picture. How I can do to create the column of result?

     

    dadawasozo dadawasozo
    Discussions |
    Jul 14, 2023 2:26 PM
    2682 views | 6 replies
  • Significant values in parameter estimates

    Hi all,I have made a custom DOE and have been analysing my data first step-wise to identify important effects then standard least square to find significant effects. I could see the following significant effects:I then checked the Lack of fit, which was also okI then looked further down through the parameter estimates and saw a lot of red values for the parameter estimates. What does this mean for...

    hradzey hradzey
    Discussions |
    Jul 14, 2023 9:19 AM
    3278 views | 7 replies

Latest Discussions

  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    675 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 replies
  • How to set Scale Values in Graph Builder use Col Quantile function?

     HI, I want  set Scale Values in Graph Builder use Col Quantile function,  but always something wrong. the red code have some problem. I need color scale as Quantile Graph Builder( Size( 839, 726 ), Variables( X( :Prober_X ), Y( :Prober_Y ), Color( :OpticalPower ) ), Elements( Points( X, Y, Legend( 6 ) ) ), SendToReport( Dispatch( {}, "400", ScaleBox, {Legend Model( 6, Pr...

    Solarwing Solarwing
    Discussions |
    Jun 20, 2023 9:32 AM
    656 views | 0 replies
  • New Series on JSL and Visual Code Studio

    Just a heads up that we've been posting some additional JSL tricks on our LinkedIn Blog.   We have a weekly series that's been running currently focused on our Visual Code Studio Extension for JMP. Week 1:  https://www.linkedin.com/posts/predictum_automationjmp-series-use-vs-code-extension-activity-7062456347543359488-uzFu?utm_source=share&utm_medium=member_desktopWeek 2: https://www.linkedin.com/...

    wjlevin wjlevin
    Discussions |
    Jun 19, 2023 2:26 PM
    1051 views | 0 replies
  • Overlaying histograms: Iterating a function through N number of columns?

    @PatrickGiuliano ,  As a response to our latest discussion : Re: How to overlay histograms in JMP Thanks a lot for the response. Also, 1) I would like to get more guidance on ' possibilities of iterating the Overlap function for more columns ( N number of Columns), if possible. the code for : Y Function(N, x):  can be iterated ?  Y Function(N, x);
    For(i = 1, i <= N Col(xm), i++,
    ym[i] = Min(Normal D...

    DecileDromedary DecileDromedary
    Discussions |
    Jun 19, 2023 6:31 AM
    590 views | 0 replies
view all discussions