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

  • Fill missing values using last or previous observation

    Hi All, is there any function in JMP which fills the missing values using last or previous observation?Thanks, Aziza

    Aziza Aziza
    Discussions |
    Jun 22, 2020 3:19 PM
    4805 views | 4 replies
  • Filtering out data from the last recorded day to the week prior.

    Hello, first project here and first post. I'm very new to JMP and JSL for that matter and have learned a lot with the few days I've had with it.   So, I need grab data from a huge table that would include the most recently recorded date and backwards a week (as the title says).  I am using a local data filter and used the Today() function and subtracted In Days(7), which would have worked... only ...

    TheJVilla TheJVilla
    Discussions |
    Jun 22, 2020 1:51 PM
    2368 views | 2 replies
  • Multiple Linear Regression & Lack of Fit

    I occasionally have a need to perform multiple linear regression analysis calculations on accelerated testing of plastic piping. The fitted regression equations are used to extrapolate time to failure results to end use temperature and internal pressure conditions that are well outside of those employed in the accelerated testing. In doing this, it is desirable to perform a lack of fit test on the...

    DEDuvall DEDuvall
    Discussions |
    Jun 22, 2020 12:12 PM
    5273 views | 5 replies
  • Change format to duration with script

    I am importing data from an excel spreadsheet. I have one column that exists in this excel as a duration (format=min:s). This is imported automatically as character. I would like to change it to a duration within a script. As suggested in lots of posts (eg here:     I tried the following: column(dt,"Cycle Time")<<data type(Numeric)<<Modeling Type(Continuous)<<Format( "min:s",12,0); but this gives ...

    nm1 nm1
    Discussions |
    Jun 22, 2020 10:38 AM
    1985 views | 2 replies
  • How to do D optimal design in JMP

    I'm a beginner with JMP. Objective of my study is to find out optimized choice cards to the commuter under different scenarios. I have identified 3 alternatives (option A, B, C) with 4 attributes each namely, CC, TTS, DTD and PLR. For option A : (arranged from worst to best)CC - 3 levels (70,60,50)TTS - 3 levels (5,10,15)DTD1 - 2 levels (20,10)PLR1 - 3 levels (10,20,30)For option B : (arranged fro...

    Nanditha_06 Nanditha_06
    Discussions |
    Jun 22, 2020 6:37 AM
    4767 views | 2 replies

Latest Discussions

  • Multiple Linear Regression & Lack of Fit

    I occasionally have a need to perform multiple linear regression analysis calculations on accelerated testing of plastic piping. The fitted regression equations are used to extrapolate time to failure results to end use temperature and internal pressure conditions that are well outside of those employed in the accelerated testing. In doing this, it is desirable to perform a lack of fit test on the...

    DEDuvall DEDuvall
    Discussions |
    Jun 22, 2020 12:12 PM
    5273 views | 5 replies
  • How to do D optimal design in JMP

    I'm a beginner with JMP. Objective of my study is to find out optimized choice cards to the commuter under different scenarios. I have identified 3 alternatives (option A, B, C) with 4 attributes each namely, CC, TTS, DTD and PLR. For option A : (arranged from worst to best)CC - 3 levels (70,60,50)TTS - 3 levels (5,10,15)DTD1 - 2 levels (20,10)PLR1 - 3 levels (10,20,30)For option B : (arranged fro...

    Nanditha_06 Nanditha_06
    Discussions |
    Jun 22, 2020 6:37 AM
    4767 views | 2 replies
  • Graph building interactions

    Hi All, I am trying to put together some figures for a paper. I am running several standard least squares models with two continuous effects, one categorical, and their two way interactions. I want to scatter my effect and response across three categories and plot their interaction lines. I know JMP makes the interaction profiler in the standard least squares report but I can't seem to replicate t...

    Stephen2020 Stephen2020
    Discussions |
    Jun 19, 2020 7:06 AM
    1955 views | 1 replies
  • How do YOU deploy models built in JMP? Surveying the group..

    I am considering changes to how we move from JMP to an 'online' model. I know many ways are possible, what are you doing?
    &nbsp;
    Some possibilities:

    Deploy with JMP - run a script on some frequency
    Run exported model within BI software
    Run exported model with custom code - Python, R, C
    SAS
    SQL
    Use JMP to explore data and choose features, then rebuild and deploy model in other software
    Something else?

    ih ih
    Discussions |
    Jun 18, 2020 11:09 AM
    1715 views | 1 replies
  • Local data filter and Custom Graph Script

    I am using the approach suggested by @XanGregg in this post to make vector plots in Graph Builder. However, it seems the local data filter does not work on the arrows. It only filters the points but not the arrows. Do you have any suggestion on how to fix it?

    shasheminassab shasheminassab
    Discussions |
    Jun 17, 2020 4:06 PM
    3821 views | 6 replies

Latest Discussions

  • Impact of screen resolution on html output

    Hi, I'm preparing a dashboard using jmp that will be used for a daily meeting. It contains information in form of data tables and text boxes. In order to transfer text sizes and colors for the text as well as the data tables into the html output I transformed them into pictures (rep = dt << get as report(); pic = rep << get picture(); ). I set up all font sizes on my external monitor and it worked...

    Ole Ole
    Discussions |
    Jun 9, 2020 6:21 AM
    1172 views | 0 replies
  • 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
    4433 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
    2038 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
    1885 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
    1558 views | 0 replies
view all discussions