cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

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 can simulate mouse operation through JSL?

    For example, I want to simulate mouse operation through JSL:
    1. Simulate moving cursor: move the cursor to the specified position: for example, x=180;Y = 380;
    2. Left click: Left click and click the "Go" button. Thanks! 

    lwx228 lwx228
    Discussions |
    Aug 8, 2020 7:33 PM
    3716 views | 10 replies
  • Extract numbers of varying lengths from a string into different columns

    I have  a column named Duration with values which represent number of days,hours, min and sec. The last m denotes seconds.So the typical format would be : (0-365)d(0-24)h(0-60)m(0-60)mHere are some examples.:0d 15h 47m 43m10d 10h 21m 54m0d 04h 07m 32m268d 06h 02m 33m I need to extract the number of days, Hours,minutes, and sec in different columns so that I can perform calculations on it.I tried t...

    SunnyR SunnyR
    Discussions |
    Aug 7, 2020 9:34 AM
    6135 views | 12 replies
  • How to do 2-stage least squares (2SLS) / Instrumental Variable regression / Heckman self-selection model

    Hi there, Is it possible to do a two-stage least squares model or IV regression or Heckman self-selection model in JMP? Is it also possible to get the inverse Mills ratio? Thanks in advance! 

    Heckman123 Heckman123
    Discussions |
    Aug 7, 2020 6:59 AM
    1869 views | 1 replies
  • Lookup tables using JSL

    Hi, I wrote some code to implement a rudimentary lookup table for a voltage/time dataset. But because of the size of my dataset, it is freezing up. Quick background, there might be around 1000 rows (time intervals) for each run and there are around 1500 runs, so 1.5m rows in total. In a nutshell, I am doing the following in my code before I start using the lookup table:- Process dataset- Calculate...

    mtrain mtrain
    Discussions |
    Aug 6, 2020 6:32 PM
    3125 views | 5 replies
  • What is the role of "Freq" in the Partition decision tree model?

    Please consult the experts: Are there any examples of how "Freq" plays a role in the decision tree model of "Partition"? I searched for the script and couldn't find it. Thanks! 

    lwx228 lwx228
    Discussions |
    Aug 6, 2020 4:17 PM
    4201 views | 11 replies

Latest Discussions

  • How to do 2-stage least squares (2SLS) / Instrumental Variable regression / Heckman self-selection model

    Hi there, Is it possible to do a two-stage least squares model or IV regression or Heckman self-selection model in JMP? Is it also possible to get the inverse Mills ratio? Thanks in advance! 

    Heckman123 Heckman123
    Discussions |
    Aug 7, 2020 6:59 AM
    1869 views | 1 replies
  • DOE Question: Contraints on Categorical Factors

    I would appreciate some advice...  I am running a screening experiment with strictly categorical factors and trying to identify the primary source of variation in my response.  The experiment involves material going into a surface process (known significant effect), followed by a bake (which needs to be done in batches to process everything through - any oven run to oven run variation?), followed ...

    amjg amjg
    Discussions |
    Aug 6, 2020 8:38 AM
    1415 views | 2 replies
  • Web map services-2020

    I noticed in JMP 15, there is an option to provide links to Web map servers under the background map option (formerly, you needed to use an add-in: WMS Explorer Add-In ). I like this option because there are some super high resolution maps out there. But it seems like the two biggest WMS, Google Earth and ArcGIS, cannot interface with JMP. What I am trying to figure out is whether I am setting it ...

    abmayfield abmayfield
    Discussions |
    Aug 6, 2020 8:03 AM
    2091 views | 3 replies
  • Why does "Link to original data table" selection remove values in formulated columns in the created subset?

    I have a question about subsetting a data table.  When I created a subset which included some columns with formulas "+", I initially checked off the selection "Link to original data table" for the new subset I was creating.  After this was done, any column from the original data table subsetted into the new data table that had a formula associated with it showed no data at all. However, I went bac...

    ChristinaF ChristinaF
    Discussions |
    Aug 5, 2020 11:40 AM
    1250 views | 1 replies
  • Dynamic chart creator

    Hi,I would like to write a script that helps the user to create some required charts with less mouse clicks.For example, typically when I'm making charts manually, I have to first create X-Y graph, then select legend, then click on Automatic recalc, Unselected faded, group by, and put splines. This turns out to be very tedious.So basically what I want to write is a script that the user would only ...

    Yotam Yotam
    Discussions |
    Aug 5, 2020 5:56 AM
    2600 views | 6 replies

Latest Discussions

  • 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
    975 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
    1269 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
    1122 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
    982 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
    944 views | 0 replies
view all discussions