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

  • JSL script on graph builder box plot all column against wafer number

    Hello, I am trying to plot my data (multiple parameters) against the wafer number. I have found a script from the community for the distribution graph. Therefore, I have modified it by replacing Distribution function with Graph Builder function. However, only one graph was shown at the report instead of all the graphs. Can I have you advice on this script? Thank you. dt = Current Data Table (); /...

    chungman89 chungman89
    Discussions |
    Aug 25, 2020 4:56 AM
    3145 views | 4 replies
  • Line of fits in Graph Builder after unhiding Excluded rows

    From the Graph Builder drop-down menu (red triangle), if I click on 'show excluded rows', the line fits disappear from the graph builder plots; only the shaded confidence interval regions show up, but not the line fits. Attached here are plots before and after showing the excluded rows. I would like to have both the line fits (i.e., solid lines) and confidence interval regions to show up in the pl...

    manojkumarj manojkumarj
    Discussions |
    Aug 25, 2020 4:46 AM
    1686 views | 2 replies
  • Accessing Outline Box NIPALS Fit in JSL

    I want to dynamically access the fit part of the PLS report ("NIPALS fit with x factors"). I know that I can access it if I know the number of the outline box (e.g., OutlineBox(6)) or the exact title, but since the number of the former could change and the latter changes depending on the number of factors, I have trouble dynamically accessing the outline box. Is there a way of getting the tree pos...

    Feli Feli
    Discussions |
    Aug 25, 2020 12:54 AM
    2555 views | 4 replies
  • How to use JMP script to sort Data Table by two columns

    Question about How to use JMP script to sort Data Table by two or multiple columns?Normally data table can sort order by one column, just have left table shows, sort by column "Name".but how to use JMP to sort by two column? order by both "Name" & 'Date", like the right table shows, kindly help to suggest. thanks a lot. NameDateAccomplish amounts of work-->NameDateAccomplish amounts of workJohn20/...

    qspringleaf qspringleaf
    Discussions |
    Aug 24, 2020 11:46 PM
    6345 views | 4 replies
  • Data Table sort by two columns

    Normally data table can sort order by one column, just have left table shows, sort by column "Name".but how to use JMP to sort by two column? order by both "Name" & 'Date", like the right table shows, kindly help to suggest. thanks a lot. NameDateAccomplish amounts of work-->NameDateAccomplish amounts of workJohn20/8/21 9:03:59100%Kevin20/8/17 9:03:5760%Kevin20/8/22 9:03:5980%Kevin20/8/18 9:03:574...

    qspringleaf qspringleaf
    Discussions |
    Aug 24, 2020 9:11 PM
    3193 views | 1 replies

Latest Discussions

  • Data Table sort by two columns

    Normally data table can sort order by one column, just have left table shows, sort by column "Name".but how to use JMP to sort by two column? order by both "Name" & 'Date", like the right table shows, kindly help to suggest. thanks a lot. NameDateAccomplish amounts of work-->NameDateAccomplish amounts of workJohn20/8/21 9:03:59100%Kevin20/8/17 9:03:5760%Kevin20/8/22 9:03:5980%Kevin20/8/18 9:03:574...

    qspringleaf qspringleaf
    Discussions |
    Aug 24, 2020 9:11 PM
    3193 views | 1 replies
  • Which Run order I have to choose for my DoE?

    Hello,I want to perform a DoE in order to optimize an extraction method. My plan is to start with a screening of the main factors using Plackett Burman followed by a central composite design in order to do a response surface. Before making a Design tube I should choose a Run order (sort left to right, sort right to left, randomize...) and I do not know which run order I should choose for each of m...

    ELH ELH
    Discussions |
    Aug 24, 2020 5:00 AM
    5549 views | 11 replies
  • Adding DATE properties to a column in JSL

    Hi All,I know we can add DATE stamp to any column in JMP for a time trend as following:right click on any column-> choose column info->Column properties->Other->Type in "DATE" ->Insert the name of column including the dates Is there a script to do that automatically? Thanks a lot!Moe

    mjafari mjafari
    Discussions |
    Aug 23, 2020 1:44 PM
    1136 views | 1 replies
  • confusion matrix and performance meassures

    At present in JMPpro, the only performance meassure automatic calculated from the confusion matrix from a model is the misclassification rate and eventually the AUC of the ROC. Other meassures such as Fase positive and  False negative rates, sensitivity , specificity, negative and positive predictive value, precision/recall (= F1-score) and MCC are commonly described in ML literature and are very ...

    Lu Lu
    Discussions |
    Aug 22, 2020 9:55 AM
    3358 views | 1 replies
  • merge table from 2 csv files

    Hi, I have two csv files (round1.csv & round2.csv). How can I merge into a new table mergeRound.csv. I was trying to play around with the Last Name,First Name,Number combine should be the same. The rest of the columns should be merge. I was playing around the Tables menu but cannot figure it out before putting it to JSL. Thanks.

    sam_t sam_t
    Discussions |
    Aug 22, 2020 3:42 AM
    3867 views | 3 replies

Latest Discussions

  • 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
    897 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
    1003 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
    1313 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
    1558 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
    1312 views | 0 replies
view all discussions