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

  • Constrain Response

    Hello everyone, I'm stuck on a model what I first thought to be an easy one.. So I did a screen with 5 continuous factors and initially one response that I want to minimize. Later I needed to add a second response since I'm limited by inherent properties of the runs. The second response should not go over 6 while the first response should be minimal. However, I don't want to include my second resp...

    FactorAlligator FactorAlligator
    Discussions |
    Mar 27, 2023 2:42 AM
    2107 views | 4 replies
  • Extract data from contour plot

    Hi, JMP/JSP expert, I am trying to extract the fitted data from 2-D contour plot. The way I did is choose "save" --> Generate grid --> input x, y data count -->OK. Below is the JSL, dt = Current Data Table(); obj = dt << Contour Plot( X( :X, :Y ), Y( :height ), by( :sample ) ); obj << Generate Grid( 200, 240 );     In this method, the data I got is always a rectangle shape from the x,y input. 
    Howe...

    Stokes Stokes
    Discussions |
    Mar 27, 2023 2:19 AM
    1128 views | 1 replies
  • In evaluation of glue ?

    Hi,   I was just writing a simple code but I ran into preview text error: Unable to open file, in access evaluation of "Glue"   Can anyone advise me on the thing I didn't do correctly? dt = Open (); //open a csv or excel file from any folder Sa = Current data table ();  .... ... ...  

    XiangCD_MP_User XiangCD_MP_User
    Discussions |
    Mar 26, 2023 9:22 PM
    2421 views | 3 replies
  • How to work with datasets that are structured by rows and columns

    Hello jmp community,i am a relative beginner in JMP and analytics in general and am getting to my limits in working with datasets that don't have a common structure. I am not sure how data like that is actually called, which makes it hard for me to describe it in words. Basically, there is e.g. a column for every year and rows are not just single observations of a person or similar, but a more com...

    lebTHI lebTHI
    Discussions |
    Mar 26, 2023 10:40 AM
    2967 views | 3 replies
  • Append a string to column names

    What is the easiest way to append a string to columns names?Not to all of them, but just to some selected ones. Up to now, I used Rename Columns from the Jmp Scripting tools Add-In :
    Scripting Tools 



    But the actions of the Add-In are not captured by the Workflow Builder.This is why I am interested in how to do it directly in Jmp without the help of an add-in. Replace String from the Recode Column Na...

    hogi hogi
    Discussions |
    Mar 26, 2023 7:28 AM
    3413 views | 6 replies

Latest Discussions

  • Extract data from contour plot

    Hi, JMP/JSP expert, I am trying to extract the fitted data from 2-D contour plot. The way I did is choose "save" --> Generate grid --> input x, y data count -->OK. Below is the JSL, dt = Current Data Table(); obj = dt << Contour Plot( X( :X, :Y ), Y( :height ), by( :sample ) ); obj << Generate Grid( 200, 240 );     In this method, the data I got is always a rectangle shape from the x,y input. 
    Howe...

    Stokes Stokes
    Discussions |
    Mar 27, 2023 2:19 AM
    1128 views | 1 replies
  • How do convert the current time to a timestamp in milliseconds using JSL?

    Hello! for exampleTimestamp in milliseconds: 1679728373067 

    lala lala
    Discussions |
    Mar 25, 2023 4:44 AM
    1544 views | 2 replies
  • To validate a model, can I compare the optimal conditions with that of the same model with 6 new runs added?

    Here are the optimal conditions for the model comprised of 15 Box Behnken design runs with standard least squares.  The optimal conditions for the model comprised of the same 15 Box Behnken design runs + 6 new runs, yield nearly the same optimal conditions with a slightly lower defect rate to fall within the spec limits.   Could it be statistically justifiable to compare the optimal conditions of ...

    HotellingGnu652 HotellingGnu652
    Discussions |
    Mar 24, 2023 1:04 PM
    837 views | 1 replies
  • Dot marker colour not showing up in loop for variability chart.

    Hi, I wish to plot the box plot with marker colour according to one of the variable. It is working fine in single plot. However, when plotting the graph in a loop. the colour is not showing up. Would like to ask for help. dt = Open("C:\test24_data\JSL\data.csv", Invisible); dt_parameter = Open("C:\test24_data\JSL\parameter.csv", Invisible); spec_dt = Open("C:\test24_data\JSL\spec_df.csv", Invisi...

    AlphaMarten1054 AlphaMarten1054
    Discussions |
    Mar 24, 2023 5:52 AM
    1416 views | 1 replies
  • Transfer Function

    Newbie here.. I am struggling to teach myself how to run a transfer model. I am trying to run a transfer function for sales with temperature being the input variable.  After prewhitening the data- I have found lags at 5, 6, and 8.  I am stuck on how to continue from here. Thank you for any help you may be able to provide.  

    ChiSquareLamb91 ChiSquareLamb91
    Discussions |
    Mar 23, 2023 8:34 PM
    1320 views | 1 replies

Latest Discussions

  • Black Cursor Keeps Turning into the Regular Windows Cursor

    I am trying to hover over values to get the provided explanations, but it won't work because my mouse cursor keep changing into the regular white windows cursor. I only have the black cursor when hovering over certain things (like graphs) but I want it to be active for the entire window. Is there anyway to fix this? Edit: Nevermind, the white cursor works fine. I saw in another discussion that I j...

    Shipidento Shipidento
    Discussions |
    Mar 17, 2023 5:50 PM
    1346 views | 0 replies
  • problème affichage date et heure dans un dashboard

    bonjour, j'ai créé un dashboard avec un script. Quand je fais affiché la date et l'heure, j'ai des affichages qui varient et qui décalent mes graphiques.comment je peux supprimer ce problème dans mon script? cordialement

    Françoise Françoise
    Discussions |
    Mar 17, 2023 4:55 AM
    981 views | 0 replies
  • JMP17 JSL 读取多张表时值为空怎么解决?

    JMP17版本用之前15版正常的读取程序,结果为空值。比如第一个表中一行是1,2,3这种值的,第二张表这一系列,是这列,ML1,R1拼接在一起,L1,R1,M1就自动改变亏值。求问大佬怎么解决?dir = Pick Directory( "Select a directory" ); //得到所有文件名,注意要确保所有表格字段名一致,且表格样式一样,否则会得到非预期结果。 files = Files In Directory( dir, Recursive ); If( Contains( files, ".DS_Store" ), files = Remove( files, Contains( files, ".DS_Store" ) ) ); For( i = 1, i <= N Items( files ), i++, fullfile = dir || files[i];...

    lehaofeng lehaofeng
    Discussions |
    Mar 16, 2023 5:58 AM
    697 views | 0 replies
  • How to get ROC table for Neural Network classification model?

    I fitted Neural Network on a dataset that has nominal response variable. For logistic regression model, I can see ROC table along with ROC curve. However, in neural networks (and other ML models) I only get the ROC curve but not ROC table.

    abhinavsharma91 abhinavsharma91
    Discussions |
    Mar 12, 2023 5:58 AM
    683 views | 0 replies
  • change font size only on the major ticks when using log scale

    Hi, when using a log scale two font sizes are being used (for the major and minor ticks). How do I only change one of them (e.g. major ticks)? Any change I make seems to apply to both. In other words, I want to have the font size for 100, 1000 to be closer to that of 200, 300, 400 in the example below using JMP17.0.0 

    mvanderaa1 mvanderaa1
    Discussions |
    Mar 10, 2023 3:07 AM
    713 views | 0 replies
view all discussions