cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

  • The course test question: In predictive modeling, why should you use model validation?

    Dear colleagues, Currently, I am studying at "Statistical Thinking for Industrial Problem Solving" course and during the Quiz a question was set with four possible answers. I am afraid that the answer accepted by the quiz interface is correct. The question is:
    In predictive modeling, why should you use model validation?Select one:Use it to make sure that you have fit the correct model.Use it to mak...

    Nazarkovsky Nazarkovsky
    Discussions |
    Jun 8, 2020 1:50 PM
    3155 views | 4 replies
  • Fit spline methodology/calculation?

    Hi All, Currently i manually analyse the data and generate splines (all done manually). I am trying to write a python code which can eventually run on the company server.python's cubicspline function does not match the spline i normally generate in jmp (Analyze --> Fit Y vs X--> Flexible --> Fit spline --> Other --> Specify smoothness =0.1 check Standardize x (red)When i am generating in Python (c...

    deveshchugh deveshchugh
    Discussions |
    Jun 8, 2020 3:58 AM
    4521 views | 3 replies
  • Executing Jsl file through a program

    Hi, I have .bat file that executes a jsl script. Jsl script needs to be run by "my_app.py"   OTH; I want to call this bat file in another jsl file. By following posts below;   Question about using .bat file to execute .JSL script  Running a JSL script within another JSL script  call .exe, let it run and open another .jsl after .exe closed    Tried; Run program    Run Program("c:\python-x64\python-...

    joshua joshua
    Discussions |
    Jun 7, 2020 11:53 PM
    1769 views | 1 replies
  • Change point analysis tool

    Hi,

    I’m doing a master internship. I’m using JMP, R and tableau for my analysis and visualization.I want to look into change points in historical time series data.

    Now, while looking for various types of change point analysis, I came across this JMP document: Developing Custom Platforms within JMP® Using JSL and R to Enable Additional Analysis

    I’m curious to know where the change point tool kit in JM...

    Chiru4new Chiru4new
    Discussions |
    Jun 7, 2020 5:35 PM
    10627 views | 7 replies
  • How to get JMP Gaussian process prediction model equation?

    I am new to JMP and I am using Gaussian Process model in my task and got the following (attached image) report. After this I do not know from where I would get the prediction equation (regression equation) from here. Anyone, who can guide me please.

    Shayaan95 Shayaan95
    Discussions |
    Jun 7, 2020 1:58 PM
    3939 views | 3 replies

Latest Discussions

  • Fit spline methodology/calculation?

    Hi All, Currently i manually analyse the data and generate splines (all done manually). I am trying to write a python code which can eventually run on the company server.python's cubicspline function does not match the spline i normally generate in jmp (Analyze --> Fit Y vs X--> Flexible --> Fit spline --> Other --> Specify smoothness =0.1 check Standardize x (red)When i am generating in Python (c...

    deveshchugh deveshchugh
    Discussions |
    Jun 8, 2020 3:58 AM
    4521 views | 3 replies
  • Executing Jsl file through a program

    Hi, I have .bat file that executes a jsl script. Jsl script needs to be run by "my_app.py"   OTH; I want to call this bat file in another jsl file. By following posts below;   Question about using .bat file to execute .JSL script  Running a JSL script within another JSL script  call .exe, let it run and open another .jsl after .exe closed    Tried; Run program    Run Program("c:\python-x64\python-...

    joshua joshua
    Discussions |
    Jun 7, 2020 11:53 PM
    1769 views | 1 replies
  • Change point analysis tool

    Hi,

    I’m doing a master internship. I’m using JMP, R and tableau for my analysis and visualization.I want to look into change points in historical time series data.

    Now, while looking for various types of change point analysis, I came across this JMP document: Developing Custom Platforms within JMP® Using JSL and R to Enable Additional Analysis

    I’m curious to know where the change point tool kit in JM...

    Chiru4new Chiru4new
    Discussions |
    Jun 7, 2020 5:35 PM
    10627 views | 7 replies
  • Save Presentation (Save as Powerpoint) Template Setup, Center Graphs in Powerpoint Slide Window

    I am working on automating (via JSL) the creation of a powerpoint slide deck, which collects the results of several different reports.  I'm using my corporate powerpoint template, and I've made the first slide in the master slides to be the one I want to use for the slides I create with JMP.  Here is some example JSL that does this. _vc1=Variability Chart( Y( :Y ), X( :Level1, :Level2 ), Model(...

    MathStatChem MathStatChem
    Discussions |
    Jun 7, 2020 8:00 AM
    4532 views | 5 replies
  • Convert sas code to JSL

    I need to convert this code to JSLthe code reference " Pharmaceutical Statistics Using SAS®: A Practical Guide " Thanks in advance 

    ahmedmohamed ahmedmohamed
    Discussions |
    Jun 6, 2020 6:55 AM
    6479 views | 4 replies

Latest Discussions

  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4440 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2046 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    1890 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1565 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1512 views | 0 replies
view all discussions