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

  • 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
  • How to use Graph boxes in the JMP Application builder

    Hi all, I am new to JMP. I am building a JMP application to read data from a JMP table and plot the data (Column 1 vs Column 2) in the graph box available in the JMP application. I was able to read the data from the table but not able to plot the graph in th graph box. I think I am not using proper script for graph box. Can any one explain how to display graph in graph box for my use case?

    Saravana Saravana
    Discussions |
    Jul 16, 2023 5:48 PM
    13211 views | 12 replies
  • Connecting some points with lines but others not in Graph Builder

    Hi Community, In the image below, would you know  how I could connect the red points with a line but leave the blue data as just points. Whenever I change to points or lines both sets are converted. I just want on set of points as a line (red) and the other set as just points (blue).  Thanks,Julian

    Julianveda Julianveda
    Discussions |
    Jul 16, 2023 12:29 AM
    1324 views | 2 replies

Latest Discussions

  • 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
  • having a loop over a column to subset same rows

    Hi allI want to add a section in my script, that create a subset by looking at each row in a column (which are all numbers), find the matched rows and create the subset. and do it only once for a particular value. like if it is 200 in first row, after creating the subset, when in the loop it find another 200, ignores itI wonder if it is doable in JMP?Thanks

    Mikasa Mikasa
    Discussions |
    Jul 13, 2023 6:04 PM
    2282 views | 5 replies
  • Definitive screening designs - correlated vs. confounded second-order effects

    One line I've seen mentioned regarding DSDs is that for any 6-factor experiment, the full response surface can be fitted within 3 factors. However, one of the tradeoffs of DSDs is that two-factor interactions are correlated with other two-factor interactions and quadratic terms, despite none of them being confounded. If I'm understanding this correctly, this at least allows us to estimate the two-...

    QW QW
    Discussions |
    Jul 13, 2023 7:49 AM
    2429 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