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

  • How to set object name based on table name?

    I have several data tables with different names. I want to open the data tables and set the object name to be the same as the file name.  Here's an idea of it. The end goal is to have an object called "Animals" that points to "Animals.jmp".Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Animals.jmp" ); Create Object (char(dt)) << dt;

    Sam1 Sam1
    Discussions |
    Oct 5, 2020 11:32 AM
    971 views | 1 replies
  • Discriminant Analysis > Normal 50% Contours > Save for Replot in Graph Builder?

    Hi JMP Community, I have conducted a Discriminant Analysis using measurements of 92 biomarkers associated with 3 biological states denoted as Dummy: B, C, and D; see canonical plot below:Now, after saving the Canonical Scores to by data table, I would like to fine tune this plot in GraphBuilder but I have not been able to figure out how to reproduce the Normal 50% Contours; here is what I have so ...

    Thierry_S Thierry_S
    Discussions |
    Oct 4, 2020 10:42 PM
    1229 views | 1 replies
  • Excel file not populating to import data

    I am having issues importing my excel file into JMP. When in JMP, I click on file, then open, and when my file explorer opens, none of my excel files are shown in my file explorer. How do I get my excel files to show up in my file explorer so I can select them to be opened in JMP?

    rickytheyard rickytheyard
    Discussions |
    Oct 4, 2020 10:28 PM
    1211 views | 2 replies
  • I can't locate files for training on Correlation and Regression.

    The file "impurity.txt" is not in my sample data.  I just updated my JMP to 15.1 and I still can't find this file.  Is there somewhere else I can pull these files from?

    lstrack lstrack
    Discussions |
    Oct 3, 2020 8:52 AM
    2998 views | 6 replies
  • In jmp 15, How to make the log view and script editor in the same window page.

    I used to have log view and script editor in the same window, with log session at low part before upgrading to JMP15,After ver 15, I could no longer to make it, as the log view in the same window of editor is very convenient to the result.Please advise .Thanks. 

    wu wu
    Discussions |
    Oct 2, 2020 5:04 PM
    2040 views | 1 replies

Latest Discussions

  • Excel file not populating to import data

    I am having issues importing my excel file into JMP. When in JMP, I click on file, then open, and when my file explorer opens, none of my excel files are shown in my file explorer. How do I get my excel files to show up in my file explorer so I can select them to be opened in JMP?

    rickytheyard rickytheyard
    Discussions |
    Oct 4, 2020 10:28 PM
    1211 views | 2 replies
  • Re: Cpk and Ppk

    This is a good place to start: Statistical_process_control for the basic terms and definitions. I highly recommend going through the Quality Methods module here:  online-statistics-course.html   Cpk is calculated using an estimate of sigma that is based on the moving range, the difference between consecutive points. Ppk is calculated using an estimate of sigma that is based on differences from the...

    Byron_JMP Byron_JMP
    Discussions |
    Oct 2, 2020 6:56 AM
    4631 views | 5 replies
  • Which alias terms to include in fit model

    Good Day I have performed a main effects screening design experiment to determine which of my factors have the most significant effect on the mechanical properties of a material. My factors were: L -> 5 level discrete numericR -> 2 level categoricalS -> 2 level categoricalT -> 2 level categorical I used the default number of runs and added one replicate run as this was suggested by a colleague and...

    Frances94 Frances94
    Discussions |
    Oct 1, 2020 7:18 AM
    3254 views | 7 replies
  • Obtaining Log-Log Survival plots in JMP

    Hello everyone ... was hoping you could give me a couple pointers on an analysis.

    I've got a dataset with a survival time, a censor column, and some other variables.  I'm trying to get the log-log survival plot from the dataset and I'm not sure where this chart is generated.  I can generate the Product Limit (Kaplan) plot but I don't see anything there to explore out to the Log-Log.  Any ideas?

    NathanFisk NathanFisk
    Discussions |
    Sep 30, 2020 8:47 AM
    5826 views | 10 replies
  • How to reset view of diagram after zooming in?

    How do I reset the diagram to original size after zooming in on a chart or dendogram? I realised there is no button to reset the view of the diagram to the original size after zooming in. This is very annoying because using the Ctrl button + mouse scroll to zoom out usually does not reset the diagram to the original size. The diagram gets skewed and distorted as a result and I have to run the whol...

    SassyJumper SassyJumper
    Discussions |
    Sep 30, 2020 3:29 AM
    2385 views | 1 replies

Latest Discussions

  • Default encoding on JMP - EUC-KR

    Hi,I have JMP 14.2, 15.1, and also 16.0EA at the moment.All versions here don't include EUC-KR encoding system; so this can cause importing problems in many cases since a lot of Korean data or pages are made with EUC-KR. I have charsets that are all broken. So I had to import it with other programs and save as to fit into UTF-8 or match/join columns with other matching codes.It seems like JMP is a...

    joelahn joelahn
    Discussions |
    Sep 10, 2020 1:26 AM
    1018 views | 0 replies
  • order statistic for DS Weibull ... maximum failure time for n fails out of N~n/p units

    this isn't a JMP question per se, but a reliability/survival statistics question ... see my post on Cross Validatedthanks in advance! https://stats.stackexchange.com/questions/483556/order-statistic-maximum-for-subpopulation-weibull-distribution 

    galactus3000 galactus3000
    Discussions |
    Aug 18, 2020 8:48 AM
    720 views | 0 replies
  • Custom Lat Long Contour Map

    Hi all,    Playing around with the Custom Map Creator add in and I ran into some trouble when trying to construct borders for a river system. When constructing a custom map border using a a background map the boundaries function does not let me to trace the river pattern as accurately as I would hope (see attached photo). Alternatively, when constructing a border from a background photo the bounda...

    MikeDereviankin MikeDereviankin
    Discussions |
    Aug 14, 2020 11:03 AM
    803 views | 0 replies
  • XPath Query() and XML namespaces

    I have a bunch of XML documents that I want to put into a data column. I want to use XPath expressions to pull out values from them, by appending columns that contain formulas that make use of the XPath Query() function. Some of my documents have XML-namespace qualified element names. For example, one might look like this: <?xml version="1.0" encoding="UTF-8"?> <synopsis xmlns="http://www.cap.org/...

    john_madden john_madden
    Discussions |
    Jul 23, 2020 9:53 AM
    976 views | 0 replies
  • 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
view all discussions