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

  • How to enforce JMP to open a file in read only mode?

    Dear all,I use a method to update Addins like described in https://community.jmp.com/t5/JMP-Scripts/How-to-write-self-updating-JMP-add-ins/ta-p/21932/jump-to/first-unread-message  by @Jeff_Perkinson . There a file "metadata.jmp" Needs to be opened when JMP starts. I experienced some Problems with Opening this file automatically by many users, because under some circumstances a user might Keep that...

    Georg Georg
    Discussions |
    Jun 25, 2020 8:12 AM
    6533 views | 8 replies
  • open and work on different excel files

    hi allIm trying to build a script that will open an excel file from a folder and will filter this file based on conditions that might change from time to time.I need the user to state the file name and the conditions for that time, base on whatever he needs from 3-4 columns.Ive tried to do that manually and take the script but it never worked.Can anyone assist?

    Tomer_Aminizar Tomer_Aminizar
    Discussions |
    Jun 24, 2020 11:26 PM
    5074 views | 8 replies
  • How to directly calculate the number of consecutive conditions?

    For example, take "height" as an example and count the consecutive number of "height"s in the row greater than the "height" in the previous row. I added an auxiliary column h to determine whether the "height" of the row is greater than the "height" of the previous row, and then counted the consecutive "height" of the row greater than the "height" of the previous row in the other column.If the "hei...

    lwx228 lwx228
    Discussions |
    Jun 24, 2020 1:50 PM
    6731 views | 12 replies
  • Calculate Average by two groups

    Hi AllHow to calculate average of total visit by location and by day of the week.like average of all Sundays  total visits by facility and  all Mondays total visits by facility (attached sample)Thank you

    sweetycha sweetycha
    Discussions |
    Jun 24, 2020 1:37 PM
    11723 views | 9 replies
  • Moving minimum (moving window)

    Does anyone know how to calculate a moving minimum (or for that matter how to iteratively select X number of lag rows and do anything to them such as calculate a min, max, range, etc. In this specific example i want to look back over say the last 100 rows and get the minimum value, then move to the next row down and do the same again (over and over). 

    RVhydrA RVhydrA
    Discussions |
    Jun 24, 2020 1:30 PM
    2643 views | 2 replies

Latest Discussions

  • open and work on different excel files

    hi allIm trying to build a script that will open an excel file from a folder and will filter this file based on conditions that might change from time to time.I need the user to state the file name and the conditions for that time, base on whatever he needs from 3-4 columns.Ive tried to do that manually and take the script but it never worked.Can anyone assist?

    Tomer_Aminizar Tomer_Aminizar
    Discussions |
    Jun 24, 2020 11:26 PM
    5074 views | 8 replies
  • How to directly calculate the number of consecutive conditions?

    For example, take "height" as an example and count the consecutive number of "height"s in the row greater than the "height" in the previous row. I added an auxiliary column h to determine whether the "height" of the row is greater than the "height" of the previous row, and then counted the consecutive "height" of the row greater than the "height" of the previous row in the other column.If the "hei...

    lwx228 lwx228
    Discussions |
    Jun 24, 2020 1:50 PM
    6731 views | 12 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
    5270 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
    4766 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
    1954 views | 1 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
    1171 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
    4429 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
    2036 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
    1883 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