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

  • Add Prediction Profiler to JMP journal

    Hello!I have a Predictor Profiler obtained as the results of a Custom DoE and I would like to add it to a journal and keep it interactive, like in the Fit Least Squares resulting window. Is that possible?

    PValueEnemy PValueEnemy
    Discussions |
    Mar 24, 2023 11:51 AM
    1665 views | 3 replies
  • Most efficient way to add information to rows by matching the time stamp from two data tables?

    I extracted Historian data at 5 second intervals over a long time period, ending up with a data table of many many rows. Initially in this data table I had two columns (call this table "2205 - 2209 PD3102" and I referenced to it as dtPDTag):1. Date/time stamp2. Data value (for the Historian tag)
    In a different data table (dt in the below JSL syntax) I had the start and end time of productions for w...

    scottahindle scottahindle
    Discussions |
    Mar 24, 2023 7:43 AM
    3108 views | 6 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
  • How to change line style in the "Fit Life by X"?

    Hi everyone, This question seems to be easy, but I cannot find the way to do it. In Analyze toolbar > Reliability and Survival > Fit Life by X, there is a Nonparametric Overlay plot. My problem is that I cannot find the way to change line style (such as changing from continuous lines to dash lines). So, my question is "how to change line style in the Fit Life by X?" Thank you very much in advance ...

    Bhume_Chant Bhume_Chant
    Discussions |
    Mar 24, 2023 3:08 AM
    1223 views | 2 replies
  • Determination of expiration date from a non-linear fitting

    Dear Team,Does the degradation tool for determining the expiration date rely only on a linear regression?
    Is it possible to determine the expiry date using a non-linear model?If possible how should I do?
    Or does the ICH require using only a linear model? 

    isurano isurano
    Discussions |
    Mar 24, 2023 2:30 AM
    5878 views | 8 replies

Latest Discussions

  • 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
  • How to show curve of different columns in one chart?

    Like, a 8-bits ADC, the output are printed as 8 columns in jmp file, then how can I show data of 8 columns in 1 char. example below.  

    yo-ming yo-ming
    Discussions |
    Mar 23, 2023 7:13 PM
    1430 views | 3 replies
  • DoE design for a chemical reaction with time point data

    I would like to generate a DoE design to optimize a chemical reaction. In this example, let's say there are three factors to be varied, but I would also like to include time as additional factor. To reduce the number of reactions required to be performed, I would like to take samples at three time points and measure all the responses. I think it would be wrong to include time directly as a factor ...

    djw238 djw238
    Discussions |
    Mar 23, 2023 7:45 AM
    3672 views | 6 replies
  • Creating a formula column from a list ( JSL )

    I want to create a simple formula for adding columns that are coming from a list. The list can vary in the number of elements. Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Bands Data.JMP" ); col_list = {"varnish pct", "ink pct", "solvent pct" };
    // expected formula (hard coded) dt << New Column( "mysum", Formula( Sum( :varnish pct, :ink pct, :solvent pct ) ) );
    This solution works fo...

    FN FN
    Discussions |
    Mar 22, 2023 11:40 PM
    1550 views | 3 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
    1347 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
    698 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