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

  • JMP Scoring Code

    My company just purchased JMP and currently using it to build models...Just have a question. Basically we don't have SAS base, we only have SQL Server.. I have built a Decision Tree model and would like to score fresh data. JMP creates a sas scoring code but as I mentioned my company doesn't have any SAS base or EG.. I have 2 questions : 1) Can the SAS scoring code be translated into SQL code by J...

    Statistician Statistician
    Discussions |
    Aug 2, 2018 9:35 AM
    7172 views | 4 replies
  • Date Filter on Control Chart

    I am preparing a control chart, but I dont want to show data on 11/02/84 on the chart below. Normally, with graph builder, I will just use a local data filter to filter out the dates I do not want. However, with control chart builder, there is a space left where the data has been filtered (see below.) Is there a way to make control chart builder behave like graph builder when using a local data fi...

    twillkickers twillkickers
    Discussions |
    Aug 2, 2018 6:52 AM
    7640 views | 4 replies
  • Reference Line Order not working

    Hello. I am using a table script to create a few bivariate plots. For each plot, I create some reference lines but then I use a Dispatch on the framebox to change the Reference Line Order to something higher so that the reference lines are drawn in front of the data. However, this does not seem to be changing anything. Here is a simple example of what I am trying to do. When I do this, the Referen...

    hlazar hlazar
    Discussions |
    Aug 2, 2018 6:39 AM
    6249 views | 5 replies
  • CCD : Uniform Precision + Rotatable

    Hi, In DOE RSM, we have few choices to choose from. One of it is Uniform Precision.I understand this design provides constant prediction error within the design space (-1 to +1), hence the name Uniform Precision. However, there is then options to choose for a Rotatable property. I understood Rotatable means, the prediction error is constant for any points equidistant from the center point. My ques...

    Zappy Zappy
    Discussions |
    Aug 1, 2018 1:34 PM
    6550 views | 3 replies
  • DOEs: running a simulation experiment through JSL

    I have a large set of DOEs and was hoping to create a jsl script that would do the long string of relatively manual steps: run and open the profiler, set up and run a simulation experiment, and then run the Gaussian process to open the defect profiler.    Using the "save to script" functionality makes it really straightforward to get a jsl script that opens the jmp profiler and then sets it up rig...

    Benkins Benkins
    Discussions |
    Aug 1, 2018 1:06 PM
    6413 views | 4 replies

Latest Discussions

  • Name Unresolved Error: Name Unresolved: lf in access or evaluation of 'lf' , lf

    Hi,I have a variable called lf, (lf = ListF << Get Items, where ListF is a list of items). I define ListF within a function that contains a button box. In the function for that button box, which is defined after the function where ListF is defined, I set lf = ListF << GetItems.  I can access the lf variable inside the functions but after the functions, when I write print(lf); it gives me this name...

    Jaz Jaz
    Discussions |
    Aug 1, 2018 11:33 AM
    5819 views | 2 replies
  • Looking to delete set number of rows

    Good Morning                         Using JmP for process control and capability. Would like to be able to select only the last 20 rows (ongoing) of a table and exclude the rest, as now running to several hundred rows; the early data somewhat skewing the capability analysis due to process changes. Any help would be much appreciated, thanks. Chris

    ChrisNally ChrisNally
    Discussions |
    Aug 1, 2018 7:59 AM
    4593 views | 3 replies
  • JSL: Customize Control Chart

      Hello,

    I would like to customize the control chart output like the screen below in my JSL script:
    The settings in the prefrences and my script were not successful.
    my biggest problem is, i can hide histogram and normal quantile plot and unhide the summary statistics only manualy-
    Currently I'm working with the version 10.0.2

    repWin = New Window( tableName, container = V List Box() ); For( k = 1, k...

    uwe_hiss uwe_hiss
    Discussions |
    Jul 31, 2018 3:34 PM
    4856 views | 2 replies
  • Durbin-Watson

    I'm doing a regression with a dependent variable of price and an independant variable of date.

    I know I need to check for autocorrelation with the Durbin Watson test but I don't know which number I should be looking at.

    The one under "Durbin Watson" or the one under "Autocorrelation"? What is the threshold (greater than / less than) that I should be worried about?

    Thanks.

    Charlie

    Discussions |
    Jul 31, 2018 11:34 AM
    12621 views | 1 replies
  • How to create a custom color gradient legend in the Fit Y by X platform?

    Dear JMP Community, Is it possible to create a customized color gradient legend using the Fit Y by X platform?  I tried the basic Row Legend with a continuous setting but I cannot find a way to edit the min, middle, and max levels (as it can be done in the GB platform). I also tried the Value Color method but I can only get the legend for every single value plotted on the graph. Note: I work with ...

    Thierry_S Thierry_S
    Discussions |
    Jul 31, 2018 10:40 AM
    5092 views | 5 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    3281 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2314 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2849 views | 0 replies
  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1710 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3812 views | 0 replies
view all discussions