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

  • Sample size, confounding, bias

    I have doubts. I use data on electricity consumption per capita (per year) from 1960-2014. The sample size in this case is N = 55 for the whole world, as well as for individual regions and countries. However, the annual per capita consumption of electricity for the world covers approximately 7,000,000,000 people, and for Norway, for example, about 5 million, but in both cases for the period from 1...

    lekovic lekovic
    Discussions |
    Aug 9, 2020 5:41 PM
    1766 views | 2 replies
  • Models with weight

    Hi I'm trying to find a correlation between some X predictors and a continuous response variable strongly skewed on the right. The database contains 140 instances only. First of all I transformed the response variable by using the function lnx+1. Then I normalized all the x in the range 0 and 1, reduced the dimensionality with the screening option and then removed the correlated predictors X. At t...

    FR60 FR60
    Discussions |
    Aug 9, 2020 2:10 PM
    2537 views | 3 replies
  • How can I make this polar plot in JMP?

    I have a dataset including wind speed and direction. I would like to show the average wind speed in different wind direction with equal intervals (see attached). I have already binned the wind direction data into equal intervals. I also converted the wind speed and wind direction to components 'u' and 'v' using u = ws * cos(θ) and v = ws * sin(θ). I only need help in making a plot similar to the a...

    shasheminassab shasheminassab
    Discussions |
    Aug 9, 2020 2:18 AM
    7251 views | 10 replies
  • 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
    5090 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
    8163 views | 12 replies

Latest Discussions

  • Sample size, confounding, bias

    I have doubts. I use data on electricity consumption per capita (per year) from 1960-2014. The sample size in this case is N = 55 for the whole world, as well as for individual regions and countries. However, the annual per capita consumption of electricity for the world covers approximately 7,000,000,000 people, and for Norway, for example, about 5 million, but in both cases for the period from 1...

    lekovic lekovic
    Discussions |
    Aug 9, 2020 5:41 PM
    1766 views | 2 replies
  • Models with weight

    Hi I'm trying to find a correlation between some X predictors and a continuous response variable strongly skewed on the right. The database contains 140 instances only. First of all I transformed the response variable by using the function lnx+1. Then I normalized all the x in the range 0 and 1, reduced the dimensionality with the screening option and then removed the correlated predictors X. At t...

    FR60 FR60
    Discussions |
    Aug 9, 2020 2:10 PM
    2537 views | 3 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
    2378 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
    1827 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
    2582 views | 3 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
    1315 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
    1560 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
  • [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
    1190 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
    1171 views | 0 replies
view all discussions