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

  • Decimal Separator

    Is there a command to get the decimal separator defined for the current Jmp installation (on Windows)? Via  Preferences[1] << Get();I just get the custom locale settings, which are empty if the setting is "default".Custom Locale Settings( Decimal Separator(), Thousands Separator(), Currency Decimal Separator(), Currency Thousands Separator() )  

    hogi hogi
    Discussions |
    Jul 14, 2023 8:21 AM
    1906 views | 4 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
  • Multi-tab dashboard from multiple data tables

    Hi, I am creating a multi-tabbed dashboard based on the script given in the following discovery talk: https://community.jmp.com/t5/Discovery-Summit-Americas-2021/One-Multi-tabbed-Filterable-Dashboard-2021-US-30MP-803/ta-p/398667 The script used to combine several dashboards is the following:   dashes = Find All(Reports); tb = Expr(Tab Box()); For(i = 1, i<= N Items(dashes), i ++, tabPage = Ex...

    Steffen_Bugge Steffen_Bugge
    Discussions |
    Jul 13, 2023 12:47 PM
    1795 views | 2 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
    2427 views | 7 replies
  • JMP Pro 16.1 > JSL > Col Maximum (:DATA, :BY_CAT) Returns an error: Bug or Syntax Error?

    Hi JMP Community,   JMP Pro 16.1, Windows 10 Professional. I encountered an odd behavior in a simple JSL script I am developing. In the script snippet below, the "By Var" column is not recognized as valid (see error message below). I confirmed that the simpler formula "max_y = col maximum (YCOL)" works fine. Hence, I believe that the issue is with the "By Var" portion of the formula. For (i = 1, i...

    Thierry_S Thierry_S
    Discussions |
    Jul 13, 2023 7:06 AM
    1097 views | 2 replies

Latest Discussions

  • 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
    2427 views | 7 replies
  • Concat columns and adding to each loop

    Hello,If there have a data table like below, how can i using scripts to concat equipmentId and stage_num to new columns with each step?Thanks.   

    SING SING
    Discussions |
    Jul 13, 2023 12:09 AM
    1665 views | 5 replies
  • JSL for making a study current study in JMP Clinical

    Hi,  I'm wondering if there is study management API  for making a study as current study in JMP clinical.  The "JMPClinicalBatchConfiguration" seems relevent here but I do not know how to set up.Best,Baoyue Li

    BaoyueLi BaoyueLi
    Discussions |
    Jul 12, 2023 6:15 PM
    1422 views | 2 replies
  • Color a specific cell in a Number Column Box after it has been appended to another Table Box

    I have a data table column box that I want to individually color specific cells of once it is appended to a table. Coloring the cells before I add it to the table, removes the color once it is appended. I have also tried background color function and cant get that to work either. thanks!Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); New Window("test", OutputHLB = H List...

    Mewbornn Mewbornn
    Discussions |
    Jul 12, 2023 10:44 AM
    800 views | 1 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
    1050 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