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

  • Continuous fit of distribution fails to select best fit?

    I played around to understand nature of experimental Distribution and used the nice workflow in JMP Pro 15.0  at Win10  for it (continuous fit --> fit all). JMP showed SHASH Distribution as best fit, where I found mixed normal to fit better.I was able to reconstruct the Problem with a modelled Distribution, see script below.Perhaps negative AIC is the Problem? In the Manual (chapter 3 Basic Analys...

    Georg Georg
    Discussions |
    Jul 8, 2020 9:22 AM
    4338 views | 4 replies
  • How to report analysis for means of proportions/chi square significance

    Hi! I am examining the career outcomes of four grants (1, 2, 3, and 4) and trying to determine if there are differences in whether a grant recipient would get a subsequent college degree (yes, no). Please see attached pictures How do I report this? I could report that the Chi Square is significant, but based on the Analysis of Means for Proportions, am I allowed to say that grant 2 was significant...

    jmpvmd jmpvmd
    Discussions |
    Jul 8, 2020 4:18 AM
    2023 views | 1 replies
  • Script multiple columns grouped in distribution plot

    I'm trying to script a way to plot multiple parameter columns that are grouped together in a distribution (as shown in figure). My problem is the code needs a separate "Continuous Distribution" row for each parameter column. My data pulls have different column names and number of columns to plot depending on what I'm doing. I can't figure out how to take that column name list and have it plotted i...

    RonSwanson RonSwanson
    Discussions |
    Jul 8, 2020 3:16 AM
    12055 views | 11 replies
  • How to write superscripts and subscripts in columns headers and graphs titles

    Hello,I am looking for a way to use subscripts and superscripts in JMP in:Column headersTitles/axes of graphsExample: I want to have a column header "tON" and another one "tOFF"In some programming languages (Matlab,...) you can do that easily, but I cannot find a simple way to do it in JMP or JSL...I found work arounds only for numbers like X2 or Y1...What is the right and simple way ?This is rath...

    samir samir
    Discussions |
    Jul 8, 2020 2:31 AM
    18591 views | 9 replies
  • How to use JSL to Get Limits in IR Control Chart

    Hello, Assuming I have a limits table saved with multiple parameter columns like shown below. Is there a way to read in this file and apply the limits to an IR chart for the matching parameters using JSL?   According to the following post there is no way to invoke the "Get Limits" function from the Control Chart dialog using JSL. In this case it was suggested to hard code the limits. How-to-Get-Li...

    RyMcQeN RyMcQeN
    Discussions |
    Jul 8, 2020 1:56 AM
    8679 views | 10 replies

Latest Discussions

  • Auto-correlation in multi-linear regression model with time-dependent variable

    Hi all, I'm trying to generate a multi-linear regression model on a study that spanned many weeks. One of the factors is cell age and this does seem to have a significant effect on the response. When looking at Residuals vs Row plot and performing Durbin-Watson test, it looks like the data are not independent (i.e. auto-correlation exists). However, since cell age is a time-dependent factor, would...

    hxnduke hxnduke
    Discussions |
    Jul 7, 2020 2:22 PM
    4540 views | 6 replies
  • Graph Builder: How do I reduce spacing between bars?

    I've got the following graph, in which width and spacing in the two panels (experiments here) are automatically set so that the two panels are the same size. i want both panels to have the same bars widths and spacing (which would make the right panel narrower than the left)  i've here changed bar widths in the right panel (customize > bar > width proportion) to match those on the left and i now w...

    jac865 jac865
    Discussions |
    Jul 7, 2020 1:40 PM
    4553 views | 4 replies
  • which distance does JMP use in clustering?

    Hello everybody.I'm trying to understand which distance does JMP use in hierarchical clustering: the documentation in https://www.jmp.com/support/help/en/15.1/index.shtml#page/jmp/distance-method-formulas.shtml#ww177809 seems to say "squared euclidean distance" but if I save the distance matrix (after clustering) what I get is the euclidean distance (not squared).And what about the k-means method?...

    francesco_della francesco_della
    Discussions |
    Jul 7, 2020 7:43 AM
    3318 views | 3 replies
  • Screening Design with multiple-level factors and one six-level categrocial factor

    Dear JMP community. I struggle a bit in finding the right way to perform the DoE especially the screening design! First i want to find the most important factors with a screening design. Then I want to investigate the important factors in more details with more levels. I have 4 to 5 multiple factors (between 4-6 levels) and one categorical with 6-levels (the six levels represent different Technolo...

    A_Huber A_Huber
    Discussions |
    Jul 6, 2020 2:48 AM
    5583 views | 9 replies
  • How do I classify group based on count

    Hi JMP community folks,   I have a data table with four columns as Side, TIME, Count, and ID. I am trying to add a new column that groups a batch of IDs based on the Count column. The data has already been sorted by Time and Count.  The desired output I am trying to achieve is in the "Cycle (desired output)" column. The formula which I tried to use was lag. But I am not able to achieve the desired...

    tantaibi tantaibi
    Discussions |
    Jul 4, 2020 8:50 PM
    2085 views | 3 replies

Latest Discussions

  • [JSL Contour Plot] Method of define contour plot, number, minimum, maximum

    The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble. In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum = 1.4, minimum =1. However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.   Does someone have experience how t...

    Stokes Stokes
    Discussions |
    Jun 25, 2020 12:09 PM
    1190 views | 0 replies
  • 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
    1169 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
    4425 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
    1882 views | 0 replies
view all discussions