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

Latest Discussions

  • Don't understand difference between Number of runs and replications

    Hello,I am trying to design a sugarcane fertilization experiment with 4 levels of nitrogen, 3 levels of phosphorus, and 3 levels of potassium in a fractional factorial design. I got this design with 12 runs :Can I use only 12 plots (= to 12 runs) or should use replications (3 or 4 replications) of the 12 runs ? Thank you for your help. 

    moughli moughli
    Discussions |
    Jun 15, 2020 9:35 AM
    4795 views | 5 replies
  • Converting line and/or bar graphs into tables

    Hi All, I was wondering is there any option in JMP to convert line and/or bar graph into tables that can be used for further analysis? Your suggestions / thoughts / comments would be highly aprreciated and helpful. Thanks in advance.Jitendar

    Jitendar Jitendar
    Discussions |
    Jun 15, 2020 8:43 AM
    6211 views | 6 replies
  • How to display only labeled rows in Graph Builder & Distribution while including all rows

    So a colleague of mine made some test samples and wants to compare them to commercial production results. See attached output.   He labeled the test sample rows. He wanted to compare where they are relative the box plot of the commercial results. The only way he could see on the labeled rows and not the other rows was to hide the other rows in Graph Builder.Better would be to compare the test samp...

    markschahl markschahl
    Discussions |
    Jun 12, 2020 2:01 PM
    2071 views | 2 replies
  • Removing duplicates from data table in JMP 15

    Hello Everybody,I have one script in which I want to remove duplicated values from a table based on the specified column. The following piece of code is used to remove duplicates and that works well with JMP 14.dt << Select duplicate rows( Match( :name ) ); selected = dt << get selected rows; if (n rows(selected) > 0, dt << delete rows; );In JMP 15, however, that does not seem to work. The rows ...

    lukasz lukasz
    Discussions |
    Jun 11, 2020 3:41 AM
    6271 views | 9 replies
  • How to calculate confidence interval for predicted failure rate

    This is a very basic statistics question, which also leads in to a "how do I do it in JMP" question. Imagine I have a component with a predicted defect rate of 0.5%. I build 500 systems which each use N of these components. The components are chosen at random and independently of each other. I can test for the defect at system level. To my simple mind, if N=2 the probability of a system being good...

    matth1 matth1
    Discussions |
    Jun 11, 2020 1:25 AM
    4597 views | 2 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
    4432 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
    2037 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
    1884 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