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

  • Anyone have add-in or JSL code for adding a 45-degree line and squarify a GB plot?

    Hi All,   I'm wondering if anyone might have available some JSL code or an add-in to be able to take a graph builder (GB) plot and squarify it (set both x and y axis the same) and add a 45-degree line, like how the Actual by Predicted plots often do, see example below.  As far as I know, GB does not have any kind of option to automatically do this for you, which is too bad, because I often like ma...

    SDF1 SDF1
    Discussions |
    Aug 29, 2022 12:06 PM
    3706 views | 8 replies
  • Add reference line to distribution plot

    Hi, I want to add a reference line in the distribution plots. The reference values are stored in the second file "Reference data table"Here's my code:  It doesn't works on histogram plots but works on Var charts. Any advice would be appreciated Names Default To Here( 1 ); dt1 = Data table( "Reference data table.jmp"); dt2 = Current Data Table(); Col_List = dt2 << Get Column Group( "Tests" ); ...

    Jackie_ Jackie_
    Discussions |
    Aug 29, 2022 11:12 AM
    1496 views | 2 replies
  • Is it possible to have two different Reference Ranges?

    I need to add two different references ranges to my graphic.  Is that possible? In the sample graphic below, I want the range to be different for males as it is for females.  I have learned how to add a reference range, but I dont want it repeated in each group.   

    ClusteredTable4 ClusteredTable4
    Discussions |
    Aug 29, 2022 10:11 AM
    1844 views | 4 replies
  • How to catch formula error

    I would catch errors when a formula contains missing column. In the following example, a table contains 2 columns. Adding a new column that uses a non existing column, the result is missing result (correctly) and an error that block my script that I am not able to catch because try statement doesn't work. Is there a workaround for this?dt= New Table( "Test", Add Rows( 1 ), New Column( "A", Num...

    antonio-domenic antonio-domenic
    Discussions |
    Aug 29, 2022 7:41 AM
    2517 views | 4 replies
  • How to show Min of A and Max of B on Line Plot

    Hi, My data is on 1 same column. but have Product A, B & C. Can I use Line plot to show one line for Max of A and another lines for Min of B.I can just sort out C's data. But to show Min on one line and Max on one line seems not possible as there is only 1 option.   

    XiangXing XiangXing
    Discussions |
    Aug 29, 2022 5:23 AM
    2043 views | 1 replies

Latest Discussions

  • Is it possible to have two different Reference Ranges?

    I need to add two different references ranges to my graphic.  Is that possible? In the sample graphic below, I want the range to be different for males as it is for females.  I have learned how to add a reference range, but I dont want it repeated in each group.   

    ClusteredTable4 ClusteredTable4
    Discussions |
    Aug 29, 2022 10:11 AM
    1844 views | 4 replies
  • How to show Min of A and Max of B on Line Plot

    Hi, My data is on 1 same column. but have Product A, B & C. Can I use Line plot to show one line for Max of A and another lines for Min of B.I can just sort out C's data. But to show Min on one line and Max on one line seems not possible as there is only 1 option.   

    XiangXing XiangXing
    Discussions |
    Aug 29, 2022 5:23 AM
    2043 views | 1 replies
  • How do I enable "fit to window" in scatter-plot matrix

    Hi all experts, A rookie question of scatterplot-matrix: It seems the "chart size" won't be automatically scaled as I drag the "outer" window boundary.Any way do enable it? (Mac user, have looked up question but didn't get the answer) Thanks!     ------- outside boundary extended but chart itself isn't-------->   

    stevend1219 stevend1219
    Discussions |
    Aug 28, 2022 8:00 PM
    883 views | 1 replies
  • how to do a 'smart' wait in JSL ?

     I'm using JSL to add some formula to a large table (10's millions of rows).The next line of code is using to data of the formula, but if it's executed without wait - the data it sees is empty.Adding a wait of few seconds solves it but I want to have a robust way to wait just the required amount of time (which depends on the size 
    of the table which can vary).Is there a way to know when the command...

    shlomi_bakish shlomi_bakish
    Discussions |
    Aug 27, 2022 2:19 PM
    1697 views | 2 replies
  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    653 views | 0 replies

Latest Discussions

  • How to transform least square means from Turkey table after box cox transformation

    Hello Everyone, I am running a three-way ANOVA with data expressed in percentage, but the data set is not normal. Since I have zeros, I first add a constant 0.00001, then I fit the model, and in the least square fit window, I used the box cox transformation to do a better fit. I know if I ask to save the predicted values, it will save the back-transformed data, but is there an option for JMP to sa...

    Viniaze Viniaze
    Discussions |
    Aug 27, 2022 9:14 AM
    653 views | 0 replies
  • XGBoost Add-In for JMP Pro no test set result in model screening

    I'm using model screening and include XGBoost as a method. However the result from XGBoost are only shown in Train set and Validation set.Why the result of XGBoost for test set is not shown? 

    TasapornV TasapornV
    Discussions |
    Aug 25, 2022 12:45 AM
    718 views | 0 replies
  • JMP Pro, Dantzig selector: how do I improve computational time

     Hello JMP community members. Concerning the use of the Dantzig selector on big and sparse datasets.I wondered what features would be at disposal to tune the computational time.Right now it takes about 40 minutes to get a result back for a problem with 380 rows and 149 non-singular parameters. This makes me wonder about the options available to tweak the computation time. I was thinking about redu...

    Not_A_Student Not_A_Student
    Discussions |
    Aug 12, 2022 7:49 AM
    720 views | 0 replies
  • JSL Script Creates New Taskbar Icon When Run

    Hi All, I have what seems to be an odd problem. I've created a JSL script that launches a window through which a user can select some options and then run scripts to pull data from various sources. The odd thing that is happening is that when one of these scripts is run it causes all subsequent JMP windows to open under a new taskbar icon. An example for clarity: 1) User opens jmp. There is 1 icon...

    jbakri jbakri
    Discussions |
    Aug 1, 2022 12:32 PM
    1092 views | 0 replies
  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    1005 views | 0 replies
view all discussions