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 do I get the file names with a specific suffix from a folder?

    I am trying to import some data from a folder, it contains different type of files, and I just want the file with *.s2p suffix, how can I  get all the filename with  .s2p  suffix?  I use files in directory function, but it can only get all the filename.fileNames = Files In Directory( directory );

    Jiaxiang Jiaxiang
    Discussions |
    Dec 31, 2021 3:07 AM
    1318 views | 2 replies
  • 这个数据需要登录网站后才能看到、怎样用脚本下载?已经提供帐号及密码

    大家好!这个数据需要登录网站后才能看到、怎样用脚本下载?https://vip.cfi.cn/ts_exdailytradeinfopage.aspx?caller=1&clid=meoh&ptime=20210824&pdiv=ts_content_caller&visitby_pcclient=False 我抓取了浏览器中相关信息。有帐号、密码。但我不会如何编写脚本来自动下载这些数据。Request URL: https://vip.cfi.cn/ts_exdailytradeinfopage.aspx?caller=1&clid=meoh&ptime=20210824&pdiv=ts_content_caller&visitby_pcclient=False Request Method: POST Status Code: 200 OK Referrer Policy: no-re...

    lala lala
    Discussions |
    Dec 30, 2021 5:44 PM
    1559 views | 6 replies
  • How to use TextEdit box to sent the string to another textEditbox?

    I want to generate one button and two textedit box, when I input the strings to the first textedit box, and then press the button, antoher editbox will show what I entered, but with two additional single quote? I just cannot get anything feedback whatever I entered. nw = New Window( "test", teb1 = Text Edit Box(""), teb2= Text Edit Box(""), btn1=Button Box( "Enter",teb2("'"||char(teb1 << Get)||"...

    Jiaxiang Jiaxiang
    Discussions |
    Dec 30, 2021 5:10 PM
    963 views | 2 replies
  • Surface Plot- Increase the size of the text and numbers separately / change the background grid color

    Hi, everyone,I have a problem with the surface plot. The point is that I want to change the size of the axis labels and the number labels. I know you can change it under "settings" and "text Size", but the size of the lettering and the numbers change together. I would like to have a change in the size of the numbers other than the labeling of the axis. If both sizes are changed together, the propo...

    ConstructWhale5 ConstructWhale5
    Discussions |
    Dec 30, 2021 4:56 PM
    665 views | 1 replies
  • What is an Exponential 3P function?

    Hi,
    It is my first time using the Exponential 3P function (I think it is also called double exponential function, isn’t it?).I don’t know what exactly the scale parameter in the Exponential 3P function means (please check the attached screenshot). Need some help in interpreting the estimated parameters of Exponential 3P.Is it the correct form of the Exponential 3P function ? 

    Kind regards,  

    ukhandurrani ukhandurrani
    Discussions |
    Dec 30, 2021 8:21 AM
    2703 views | 4 replies

Latest Discussions

  • How do I get the file names with a specific suffix from a folder?

    I am trying to import some data from a folder, it contains different type of files, and I just want the file with *.s2p suffix, how can I  get all the filename with  .s2p  suffix?  I use files in directory function, but it can only get all the filename.fileNames = Files In Directory( directory );

    Jiaxiang Jiaxiang
    Discussions |
    Dec 31, 2021 3:07 AM
    1318 views | 2 replies
  • 这个数据需要登录网站后才能看到、怎样用脚本下载?已经提供帐号及密码

    大家好!这个数据需要登录网站后才能看到、怎样用脚本下载?https://vip.cfi.cn/ts_exdailytradeinfopage.aspx?caller=1&clid=meoh&ptime=20210824&pdiv=ts_content_caller&visitby_pcclient=False 我抓取了浏览器中相关信息。有帐号、密码。但我不会如何编写脚本来自动下载这些数据。Request URL: https://vip.cfi.cn/ts_exdailytradeinfopage.aspx?caller=1&clid=meoh&ptime=20210824&pdiv=ts_content_caller&visitby_pcclient=False Request Method: POST Status Code: 200 OK Referrer Policy: no-re...

    lala lala
    Discussions |
    Dec 30, 2021 5:44 PM
    1559 views | 6 replies
  • Surface Plot- Increase the size of the text and numbers separately / change the background grid color

    Hi, everyone,I have a problem with the surface plot. The point is that I want to change the size of the axis labels and the number labels. I know you can change it under "settings" and "text Size", but the size of the lettering and the numbers change together. I would like to have a change in the size of the numbers other than the labeling of the axis. If both sizes are changed together, the propo...

    ConstructWhale5 ConstructWhale5
    Discussions |
    Dec 30, 2021 4:56 PM
    665 views | 1 replies
  • What is an Exponential 3P function?

    Hi,
    It is my first time using the Exponential 3P function (I think it is also called double exponential function, isn’t it?).I don’t know what exactly the scale parameter in the Exponential 3P function means (please check the attached screenshot). Need some help in interpreting the estimated parameters of Exponential 3P.Is it the correct form of the Exponential 3P function ? 

    Kind regards,  

    ukhandurrani ukhandurrani
    Discussions |
    Dec 30, 2021 8:21 AM
    2703 views | 4 replies
  • Removing a part of the same string name for each row in different data tables

    Hello all, I have different data tables that i created from another tables, In each Data Tables, it contains strings of variable length in the format Character in the same column name. I've added some examples below. I am trying to remove the last 4 characters of the string from the column, and keep everything else. The last 4 characters are always "DATA", . I have tried to accomplish if statement...

    PieAardvark840 PieAardvark840
    Discussions |
    Dec 30, 2021 12:30 AM
    1920 views | 1 replies

Latest Discussions

  • Expand Contours

    Hi, 

    I understand that the contouring is done based on triangulation to data points, but is there a method for expanding them further to fit a custom SHP file I've imported into JMP? I've already set the alpha and the lowest value so the contour should cover the, 'most', area. Any other methods? Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Dec 15, 2021 12:49 PM
    551 views | 0 replies
  • Getting all Zeros for the AR(1) estimate/std error in a Repeated Measures Mixed Model Using JMP Pro

    I am fitting a model of a continuous response against 7 fixed effects. When running the Standard Least Squares; my residuals plots/assumptions checks don't look too bad but the Durbin Watson test is suggesting an AR(1) structure in the residuals. This is expected for this particular analysis and is consistent with other data sets looking at the same response/factors. The Time Series platform also ...

    lisa2442 lisa2442
    Discussions |
    Dec 14, 2021 7:32 AM
    670 views | 0 replies
  • Export Functional Data Explorer prediction formula

    Hi,I want to export the prediction formula generated by Functional Data Explorer either to Excel or Python (via Formula Depot), but there is a problem because the formula contains P Spline Coef() interpolation, which I think is not available in Excel or in Python libraries. Do you have any suggestions how to solve this?Best regards

    ruskicar ruskicar
    Discussions |
    Dec 14, 2021 2:11 AM
    661 views | 0 replies
  • Need help with changing separators lines location in a variability graph

    Hello,I need to change the locations of the separators line in the graph.In the attached image, I need the separators lined on the upper row (labeled ISI).I have tried to find how to do that without success.Thanks

    SHRG SHRG
    Discussions |
    Dec 10, 2021 8:59 AM
    857 views | 0 replies
  • Change default setting for scale format in graph builder

    Ive been using JMP on the Mac for a few years and now have to us the PC version (JMP® 16.1.0 (539038)
    Microsoft Windows 10 Pro 64-bit (10.0.19042.0).   I use graph builder a lot and find that the axis (either) "scale format" defaults to "fixed decimal" which does wacky things when trying to use certain increments for the scale.This is with the X axis set at increment of 0.05 with fixed decimal This...

    DMW DMW
    Discussions |
    Dec 9, 2021 4:29 PM
    778 views | 0 replies
view all discussions