cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

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 export a formula to excel?

    Hello, I have a master prediction formula that consists of 4 different prediction formulas. To develop prediction formulas I used Boosted trees and Boosted forest. So once I combined them together to get the master prediction formula I ended up having a complex and complicated formula. As the next step, I want to export the master prediction formula to excel. I was wondering is there any way that ...

    Dm1229 Dm1229
    Discussions |
    Jul 3, 2021 6:18 PM
    1303 views | 1 replies
  • Take value from specific cell to create a column

    Hello, In JSL, I want to use a specific cell value to create a column. how can I do it?From this:ID 1122 NameAgeJohan23David34Jack27to This: IDNameAge1122Johan231122David341122Jack27

    ileshem ileshem
    Discussions |
    Jul 3, 2021 4:13 AM
    2043 views | 2 replies
  • [JSL Bug] Got problem when try to concatenate two tables from different directory

    Hi All,I'm a new user in JMP scripting and need help to find bugs in my code. What I'm trying to do here is to concatenate already opened data files (dt1 and dt2). I found that the script did not concatenate the two tables. line 41 and so on was not executed plus with no error messageCan anyone help me with it? Thanks  

    achid03 achid03
    Discussions |
    Jul 3, 2021 3:22 AM
    2385 views | 6 replies
  • Using MFI across for multiple folders

    Hi, I'm trying to concatenate files using MFI but across different folders in the same main path but due to the massive number of files in the main path, I would like to direct it to specific folders using user input. However, it seems like MFI is only able to select a single folder as the path. Another workaround I was thinking of is to search and copy the files with specific keywords in the file...

    deliaaa deliaaa
    Discussions |
    Jul 2, 2021 3:13 PM
    2507 views | 6 replies
  • GLM poisson plotting

    I have been trying to generate an interaction plot after GLM poission regression on JMP 14.0, but I can not do it there. I have an experimental data with three way interaction, and want to present the value in plot. Any suggestions or ideas?  

    Sam_UT Sam_UT
    Discussions |
    Jul 2, 2021 9:29 AM
    842 views | 1 replies

Latest Discussions

  • How to export a formula to excel?

    Hello, I have a master prediction formula that consists of 4 different prediction formulas. To develop prediction formulas I used Boosted trees and Boosted forest. So once I combined them together to get the master prediction formula I ended up having a complex and complicated formula. As the next step, I want to export the master prediction formula to excel. I was wondering is there any way that ...

    Dm1229 Dm1229
    Discussions |
    Jul 3, 2021 6:18 PM
    1303 views | 1 replies
  • Take value from specific cell to create a column

    Hello, In JSL, I want to use a specific cell value to create a column. how can I do it?From this:ID 1122 NameAgeJohan23David34Jack27to This: IDNameAge1122Johan231122David341122Jack27

    ileshem ileshem
    Discussions |
    Jul 3, 2021 4:13 AM
    2043 views | 2 replies
  • GLM poisson plotting

    I have been trying to generate an interaction plot after GLM poission regression on JMP 14.0, but I can not do it there. I have an experimental data with three way interaction, and want to present the value in plot. Any suggestions or ideas?  

    Sam_UT Sam_UT
    Discussions |
    Jul 2, 2021 9:29 AM
    842 views | 1 replies
  • FDE model selection and fit. A 'Knotty' problem...

    Hi All, I'm currently trying to explore some analytical data where the response changes over time using FDE. The context is that this is an analytical method where the response of the same sample(s) are changing over time. We used a surface-response DoE design in an attempt to capture the effect of the 2 main factors and identify what is causing this change.For each experiment in the design, we ad...

    Jon_Armer Jon_Armer
    Discussions |
    Jul 2, 2021 7:26 AM
    2198 views | 3 replies
  • How to force a new best guess a column (modeling type and data type)

    I am initiating a column as character containing empty values. Later on, this column will be populated with data from a data base that can be any type. By having characters no transformation is done by JMP. How can I force a new best guess via JSL?   

    FN FN
    Discussions |
    Jul 2, 2021 7:24 AM
    1750 views | 3 replies

Latest Discussions

  • Section 508 compliance

    Is there any guidance on how to make JMP graphs section 508 compliant (ADA issue for government documents)?  I found a post on how to remove the gray background, but is there any 508 specific guidance or other preference settings that would be helpful?  Maybe this is a wish list item?

    GGfGA GGfGA
    Discussions |
    Jun 30, 2021 10:03 AM
    853 views | 0 replies
  • Multi File Import of network folder slower in latest JMP version

    Hello, In JMP 14, Multi File Import of a network folder was relatively fast. For example, it takes ~11 seconds to load the below folder. With JMP 16 on the same computer/folder/network, it will first spend almost 3 minutes while "discovering files", before proceeding with the above "loading file names" step. Are there any settings or options that I could change to skip the "discovering files" step...

    jach jach
    Discussions |
    Jun 22, 2021 11:06 AM
    707 views | 0 replies
  • ODBC Hive connection, change container size in the script?

    Wondering if anyone can help here. I am trying to write some JMP scripts that SQL query data from a hive table. I need to change the container size and am told that I should just "do it in the connection settings". I was told that in python, you just add a configuration={"hive.tez.container.size":'10240'} parameter to the hive.connect call. How would I do this through JMP? I already have the Cloud...

    aliegner1 aliegner1
    Discussions |
    Jun 17, 2021 3:43 PM
    949 views | 0 replies
  • Using a List to Filter in Custom Query Builder - Question

    Hello, I would like to use a list to filter within a continuous column in Query Builder. Range and then join does not work as my data set from my database will be tens of millions of lines, so I would like my list to be the only thing queried. I would like to use a list (I have a separate data sheet with the column) of about 40 or so unique numerical values and use that in the filter for a custom ...

    Benjamin_S Benjamin_S
    Discussions |
    Jun 3, 2021 7:59 AM
    1256 views | 0 replies
  • Can I control text size in a word cloud inside a dashboard container?

    Hi all,I have a dashboard with a data filter, a map, and a word cloud that looks like image 1 below. I have two formatting issues with the word cloud I'd like to fix. First, by design, when I make different selections using the data filter, the subset of records that are shown in the map changes and the word cloud applies only to that selection. However, when I change the data filter selection, th...

    caseylott caseylott
    Discussions |
    Apr 28, 2021 12:03 PM
    1242 views | 0 replies
view all discussions