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

  • Create Jmp file from C#

    I want to create a jmp file with a simple spreadsheet like below using C#. How can I achieve that? I will appreciate any pointers or sample code. Name    SalaryJohn    70000Mike     80000Michelle 90000 Thanks,
    Shrish

    Jain Jain
    Discussions |
    Jul 12, 2023 2:44 AM
    12591 views | 10 replies
  • Loglikelihood for normal OLS

    Hi JMP Community! I'd like to view the Loglikelihood of my linear model (Fit Model -> Personality: Standard Least Squares). I do get the AICc with the corresponding option in "Regression Reports". But how can I extract the loglikelihood? I found also this thread: https://community.jmp.com/t5/Discussions/AICc-log-likelihood-where-is-it-reported/td-p/272033?trMode=sourceHowever I could not reproduce...

    Halbvoll Halbvoll
    Discussions |
    Jul 12, 2023 1:15 AM
    5709 views | 13 replies
  • Interpret JMP Bias & Linearity Report

    Hello Experts,I would like to ask about the interpretation of JMP 17 Bias & Linearity Report.I'm checking the measurement bias & linearity across different operating range for a new calibrated system. I want to know is the bias & linearity is good or not.  I was a bit confused on how to interpret the JMP result. JMP document states that;https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp...

    WebDesignesCrow WebDesignesCrow
    Discussions |
    Jul 11, 2023 10:54 PM
    2180 views | 2 replies
  • How to select columns which start with specific names in JSL?

    Hello, I have some problem when I want to select some specific columns. If there have column header with "RD123", "RD345", "123RD"...etc.I want to select the column only start with "RD", and the only script I know is below dt = Current Data Table();
    colList= dt << get column names( string );
    For( i = 1, i <= N Items( colList ), i++,
    If( Contains(colList [i], "RD")) << set selected)
    ); How to modify th...

    SING SING
    Discussions |
    Jul 11, 2023 6:15 PM
    2093 views | 2 replies
  • incorporate a similar MATLAB function in JSL

    Hello,does anyone know any JSL function or any method to incorporate the fminbnd (MATLAB) function in JSL or like the polyfit/polyval functions? thanks !

    ParametricStudy ParametricStudy
    Discussions |
    Jul 11, 2023 11:19 AM
    1553 views | 3 replies

Latest Discussions

  • incorporate a similar MATLAB function in JSL

    Hello,does anyone know any JSL function or any method to incorporate the fminbnd (MATLAB) function in JSL or like the polyfit/polyval functions? thanks !

    ParametricStudy ParametricStudy
    Discussions |
    Jul 11, 2023 11:19 AM
    1553 views | 3 replies
  • Transferring/ updating variable values between modules.

    Hello, I am scripting in JMP Pro Application Builder.  I have a main window in which I have a button that brings me to a secondary window. Within the secondary window, there are text edit boxes where values are input by the user. Also, there is a close button on this secondary window that saves the values to the appNS and closes the secondary window. I have the variables initialized in the main wi...

    kterri3 kterri3
    Discussions |
    Jul 11, 2023 8:22 AM
    1037 views | 2 replies
  • how to calculate / view Semi-partial correlation?

    hey allI'm trying to figure out how to calculate/view Semi-partial correlation in JMP PRO 16, and google can't seem to know either.this is the question and the data, question number 4. 

    Sagiotogo Sagiotogo
    Discussions |
    Jul 11, 2023 7:14 AM
    1221 views | 2 replies
  • Formula to filter data by final vs initial concentration?

    I'm looking for a way to filter data on a graph to only include data that is accumulating or depleting. The simple version of this is accumulating = concentration at final timepoint > concentration at initial timepoint (or < if depleting). It however gets slightly more complicated due to the fact that the final timepoint will not always be the same - some data sets may be over the course of 12 day...

    alexmanjarrez alexmanjarrez
    Discussions |
    Jul 11, 2023 12:55 AM
    1321 views | 3 replies
  • Date time query

    Hi all,I am trying to make a script where I need to query data for the whole day. I have this sample code:  dt = Open Database( Username=username ;Password=password0;APP=JMP;DATABASE=db01;", "select * from table where date_time between '07/10/2023 00:00:00 AM' and '07/10/2023 11:59:00 PM'" );Is there a way I can put 07/10/2023 00:00:00 AM and 07/10/2023 11:59:00 PM in a variable?I tried using t...

    UserID16644 UserID16644
    Discussions |
    Jul 11, 2023 12:02 AM
    1345 views | 3 replies

Latest Discussions

  • Design space profiler not showing number of random sample

    Hi,  I just started to use the new design space profiler in <JMP 17.0.0>. I am wondering why in some cases I can add a number of random sample and sometimes not when starting the design  space profiler. I used the design space profiler with several responses fitted with their prediction formula. This is the window that is sometimes not showing up   Has anyone experienced the same problem? Emmanuel

    eruffet eruffet
    Discussions |
    Jun 27, 2023 12:53 AM
    675 views | 0 replies
  • bounded KDE (Kernel Density Estimator)?

    Has anyone created or heard of function for JSL that returns a bounded KDE (Kernel Density Estimator)? I'm aware of the KDE used inside of the distribution platform, but one is not able to provide bounds to the domain.

    Prokaryote Prokaryote
    Discussions |
    Jun 23, 2023 11:56 AM
    772 views | 0 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
  • 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
view all discussions