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

  • 2 problems with setting variable reference lines on an X/Y plot

    Hi, I've attached a script which aims to add (variable) red reference lines on an X/Y plot, based on the median Y value for rows of data within a given group (the group variable is set to control the page) and an additional criteria in another column. Summary of important columns:X ColumnY ColumnGroup ColumnCriteria Column When I initially wrote this script it did partially work, as in, the red li...

    EDM EDM
    Discussions |
    Jun 21, 2023 10:29 AM
    1489 views | 2 replies
  • How to construct a JMP add-in to run a floating window with click boxes for different sequentially dependent scripts?

    I have two main scripts (1) trendStudy (2) corrStudy, both of which call a bunch of other scripts but corrStudy does not call any scripts which trendStudy calls.trendStudy produces a data table and a chart. corrStudy needs to use the data table created by trendStudy. Both set of scripts are working.I want to have these two scripts built into a JMP add-in in the following way.When the add-in is sta...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:13 AM
    1118 views | 2 replies
  • Make Filter Change Handler () triggering only after second filter change, why not first?

    I use the Make Filter Change Handler () to dynamically change the y-axis title based on changes made by the user on the local data filter. The script uses solution by @hogi from here. However, in my example case (script below) which represents my actual case closely, the y-axis title is changes only after the second checkbox is checked on "age". How to make the y-axis tile change upon the first ag...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:05 AM
    1769 views | 5 replies
  • Saving distribution plots

    Hi all, I have a distribution plot and I wanted to save the image as png. However, the only image that I am getting is the last image generated. How can I save all the plots?dt_dist = Distribution( Nominal Distribution( Column( :age ), Horizontal Layout( 1 ), Vertical( 0 ) ), By( :sex ) ); dist = dt_dist << get picture; dist << Save Picture( "C:\distribution_plot.png", "png" ); 

    UserID16644 UserID16644
    Discussions |
    Jun 21, 2023 7:58 AM
    1070 views | 1 replies
  • How to do bulk multiple comparisons to multiple responses in Fit Model

    Hello!The picture below shows an output of a Fit Model with multiple responses. I want to do a Multiple Comparison in all of them using the same factor. Basically, for each response I have to click in the red arrow on the left, select Estimates and Multiple Comparisons (see below). Is there an bulk alternative to do that repetitive task simultaneously to all responses?Thanks!  

    PValueEnemy PValueEnemy
    Discussions |
    Jun 21, 2023 6:58 AM
    1106 views | 1 replies

Latest Discussions

  • How to construct a JMP add-in to run a floating window with click boxes for different sequentially dependent scripts?

    I have two main scripts (1) trendStudy (2) corrStudy, both of which call a bunch of other scripts but corrStudy does not call any scripts which trendStudy calls.trendStudy produces a data table and a chart. corrStudy needs to use the data table created by trendStudy. Both set of scripts are working.I want to have these two scripts built into a JMP add-in in the following way.When the add-in is sta...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:13 AM
    1118 views | 2 replies
  • Make Filter Change Handler () triggering only after second filter change, why not first?

    I use the Make Filter Change Handler () to dynamically change the y-axis title based on changes made by the user on the local data filter. The script uses solution by @hogi from here. However, in my example case (script below) which represents my actual case closely, the y-axis title is changes only after the second checkbox is checked on "age". How to make the y-axis tile change upon the first ag...

    Neo Neo
    Discussions |
    Jun 21, 2023 10:05 AM
    1769 views | 5 replies
  • split data table without including excluded data

    Hello all, I am trying to split a data table that has some bad data in it. I have exleded those bad data in the original table, but I don't know why those data are showling up in split table. My script is bellow:dt_daily << New Column( "Outliers Exclusion", Numeric, Continuous, Formula( If( :Mahal. Distances > 1.96, 0, 1 ) ), eval formula );dt_daily << select where( :Outliers Exclusion == 0 ) << e...

    Anonymous Anonymous
    Discussions |
    Jun 20, 2023 8:33 PM
    4349 views | 6 replies
  • issue to insert date variable into customsql

    Hi,I want to set the start and end datetime as variable then insert into customsql. in method one below, JMP Alert of converting issue. When I simply hard coded the start and end date as variable, it run without issue. I check both the start and end date type in both method, both are string(). Event the custom sql after substitute into are identical. I cannot find out why the method one not workin...

    dadawasozo dadawasozo
    Discussions |
    Jun 20, 2023 11:48 AM
    1483 views | 4 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

Latest Discussions

  • 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
  • problème importation base oracle avec Jump

    bonjour, quand j'importe une base type oracle avec Jump, j'obtiens pour certaines valeurs des caractères spéciaux; voir image.alors que dans la base de données, les cellules sont vides. est-ce que celà vient du client Oracle sur mon poste?est-ce que celà vient de la base oracle sur le serveur,est-ce que celà vient du client Jmp? cordialement  

    Françoise Françoise
    Discussions |
    Jun 12, 2023 9:12 AM
    648 views | 0 replies
  • Combine Rule

    Referring to Rules: Stepwise Regression Control Panel (jmp.com) and Example of the Combine Rule : JMP Help Could somebody please further elaborate on the 2 tests when considering the entry for a term. It would also be immensely helpful if the explanation was based on stepwise backward selection. "Calculates p-values for two separate tests when considering entry for a term that has precedents. The ...

    CorpVi CorpVi
    Discussions |
    Jun 12, 2023 2:59 AM
    773 views | 0 replies
view all discussions