cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Confidence Interval in the Oneway Anova

    Hello, I'm using the "Big Class" data table to run the Oneway ANOVA analysis for "height" and notice that the confidence interval values are different between the "Means for Oneway Anova" table and "Means and Std Deviations" table.My calculation is the same as the "Means and Std Deviations" table, but am trying to understand why they are different from the other table. 

    zguan zguan
    Discussions |
    Jul 22, 2020 12:01 PM
    1968 views | 1 replies
  • How to remove summary statistics using JSL

    Hello users, How do I remove graph summary statistics using JSL?  This is the ouput.   Here is the desired output:   I want to do this using JSL. Here is my simple JSL script to generate the graph from Big Class.JMP data:     dt = Open("C:\users\...........\Big Class.JMP"); dt1 = Logistic( Y( :sex ), X( :height ) );     Thanks.

    simon_2 simon_2
    Discussions |
    Jul 22, 2020 11:46 AM
    1939 views | 3 replies
  • How to remove summary statistics from Journal using JSL

    Hello, I am trying to remove summary statistics from a journal using JSL. Earlier I received help about removing statistics just for one graph but I ran into problems when I had multiple graphs in a journal. Here is a snapshot of one graph in my journal.I tried removing the statistics using this code but I am getting an error of:  Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA\Big Class.JMP"...

    simon_2 simon_2
    Discussions |
    Jul 22, 2020 9:56 AM
    1999 views | 2 replies
  • 3D plot of crystal structure

    Has anyone done this, is there any example?I would like to use JMP's 3D plotting capabilities to understand Location of Atoms in a Crystal lattice, to plot some crystallographic planes etc.

    Georg Georg
    Discussions |
    Jul 22, 2020 9:43 AM
    3399 views | 8 replies
  • how to calculate the number of times a text/number appears across several columns


    hi, I have a need to calculate how many times a text/number appears in several columns. I was thinking to get all the numbers into a list and then use some function but I did not find the function I wanted. The data example is attached and I wanted to count how many time a number is repeated cross column 0.76, to column 1.0 in same row. Could anyone help me out on this? Thanks in advance!

    robust1972 robust1972
    Discussions |
    Jul 22, 2020 7:48 AM
    18264 views | 9 replies

Latest Discussions

Latest Discussions

  • Using JMP to Calculate Surface Flatness

     Has anyone used JMP to calculate the Minimum Zone surface flatness of a point cloud? I have some differences between two metrology areas for our surface flatness requirements and wanted to check them in JMP. There are different algorithms for doing the calculation. (There is an ASME standard for the general rule, ASME Y14.5: " a tolerance zone defined by two parallel planes within which the surfa...

    jay_holavarri jay_holavarri
    Discussions |
    Jul 20, 2020 11:26 AM
    1271 views | 0 replies
  • Save all scripts and close reports by JSL

    Trying to write a script for this I found the following below working. JMP15@Win10.The first part opens two tables and starts some Reports,and the second Closes all report Windows post saving scripts to belonging tables.But when the report has a local datafilter, the script is not working any more (get scriptable object doesn't get the Right reference).Is there a way to find proper reference for e...

    Georg Georg
    Discussions |
    Jul 20, 2020 7:48 AM
    1123 views | 0 replies
  • [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
    984 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
    945 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
    3583 views | 0 replies
view all discussions