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

  • Save Script to Data Table JSL Script Doesn't Work on Variability Gage R&R Charts

    Hello together,  applying a simple JSL Gage R&R script, I would like to save this variability charts into the table by using the JSL "Save Script to Data Table". Unfortenately, this doesn't work: This function works without problems on the graph builder, has someone an idea how it works succesfully on the variability charts?I'm using JMP 14.1.0. Thanks,Michel

    Michel_AR Michel_AR
    Discussions |
    Jul 18, 2020 3:29 AM
    2749 views | 3 replies
  • Setting Row Values Under a Given Condition

    Hello, I am new to JSL and attempting to create a script that will change the value of certain rows in a given column. The general issue I am having is that my data is being categorized as from different locations, when in fact those sites are the same. So when I go to graph them, I get more groups than necessary. Here is the snippet of code that I was hoping would accomplish my goal: for each row...

    lgober lgober
    Discussions |
    Jul 17, 2020 1:33 PM
    4603 views | 3 replies
  • two way anova with strongly unbalanced samples

    In case like this, where the two sample sizes are so strongly different (25 vs 410), the standard anova test is it ok?   

    FR60 FR60
    Discussions |
    Jul 17, 2020 12:58 PM
    5704 views | 6 replies
  • Converting a Julian Day into Month-Day

     I receive material from a supplier that uses an encoded date in their material lot, which I'd like to convert to a regular date. It first encodes the three digit Julian date into a two-digit Base 36 hex, which I have found JMP can easily handle. But converting the Julian date to month-day has been surprisingly elusive. There isn't a mention of Julian conversion I can find. Seems like I should be ...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 17, 2020 11:54 AM
    6012 views | 1 replies
  • Create a column formula using a column name from a list

    Hello, I have a simple script where I want to create a new column in which a formula calculate the absolute value of another column. the column is referenced in a list.I tried a few different ways, but I can't figure out how to evaluate the referenced column so I end up with an empty formula column. Any suggestion would be greatly appreciated. Best Sebastiendt=New Table( "test", Add Rows( 4 ), N...

    Sburel Sburel
    Discussions |
    Jul 17, 2020 11:52 AM
    3800 views | 3 replies

Latest Discussions

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
    4423 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
    2033 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