cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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

  • Controlling the .jmp suffix at end of table names

    Hi.  Does anyone know how to control if the ".jmp" extension appears at the end of your table name when opened?   I've noticed when I open some tables it's there, but on other tables, not.  I do not know why.  I'm writing a script that uses the table name and I need it to be consistent. Is there a preference I can use to control it, or some command?  I have considered just arbitrarily stripping th...

    nikles nikles
    Discussions |
    Nov 18, 2021 11:48 AM
    715 views | 1 replies
  • User Input List for Regression Report with Interactions

    I have an input box where users can select columns to be run in a regression report. This part works great. I then insert the list of columns into a list. I would like to take the list of columns and make different interactions that can be inserted into a regression report. Specifically, I am interested in slightly more complicated interactions (i.e. Column 1 * Column 2 ^2) When I try to put anyth...

    dkraeuter_sunne dkraeuter_sunne
    Discussions |
    Nov 18, 2021 10:51 AM
    1590 views | 5 replies
  • Rotate MAP North South

    Hello, 

    Does JMP have the capability to rotate a map North/South as oppose to simply using Lat Longs? If I have a SHP file within this map would that rotate as well? 

    Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Nov 18, 2021 9:07 AM
    1115 views | 3 replies
  • Passing column name as argument to a function - is concatenating with : needed?

    Below is a function where I am trying to pass a column name for plotting a distribution, but it is not working. I am wondering what is the correct syntax? Names Default To Here (1); getDistChart = Function({ColName}, {dC}, dC = Distribution( Continuous Distribution( Column( :ColName) ) ); return(dC); ); //gt = getDistChart ("MyCol"); to test the function I have already got the data table with My...

    Neo Neo
    Discussions |
    Nov 18, 2021 8:28 AM
    1826 views | 6 replies
  • How to construct a "Variable" V List (or H List)

    Folks,   I use the following expression to populate a PowerPoint slide. Usually it's three rows lined vertically. However, I was looking for a more elegant way to set up a conditional statement to make the items in the V List variable. That is sometimes I will want only one row vs. three. Or maybe more than three rows. I put a commented "If" statement just to visualize what I'm after (obviously th...

    NRW NRW
    Discussions |
    Nov 18, 2021 8:10 AM
    1348 views | 3 replies

Latest Discussions

  • Controlling the .jmp suffix at end of table names

    Hi.  Does anyone know how to control if the ".jmp" extension appears at the end of your table name when opened?   I've noticed when I open some tables it's there, but on other tables, not.  I do not know why.  I'm writing a script that uses the table name and I need it to be consistent. Is there a preference I can use to control it, or some command?  I have considered just arbitrarily stripping th...

    nikles nikles
    Discussions |
    Nov 18, 2021 11:48 AM
    715 views | 1 replies
  • Rotate MAP North South

    Hello, 

    Does JMP have the capability to rotate a map North/South as oppose to simply using Lat Longs? If I have a SHP file within this map would that rotate as well? 

    Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Nov 18, 2021 9:07 AM
    1115 views | 3 replies
  • How to remove quotation marks from the result of Concat command

    Hi all,    I am trying to concatenate the content of the row with the parsed characters of its previous rows: Word( 1, :Col1[Row() - 1] || "-" || Words( :Col1, "-" )[2] )   Col1 has the following two rows: ABCD123-1 ABCD123-2   It results the following: "ABCD123-1-2"   How can I remove the quotation marks sow it shows the following ABCD123-1-2    

    ardavanz ardavanz
    Discussions |
    Nov 17, 2021 1:29 PM
    1084 views | 1 replies
  • Importing CSV makes an empty table

    Hi- I'm following the import steps described here  https://www.stat.purdue.edu/~lfindsen/stat511/01_importing_text_files.pdf and for some reason my tables are empty except for column names. I've tried different character sets (best guess, ASCII-US, macintosh) but the data fields are always empty.  I import files often, usually excel, but I'm at a loss as to why this is happening. 

    TC2 TC2
    Discussions |
    Nov 17, 2021 10:51 AM
    872 views | 1 replies
  • Axis Setting in %

    Hi,   Great day. I imported data from Excel, however the data in percentage auto-converted to number in decimal places. I wonder how I can present them in % in the graph. My axis setting (Fig 1) is different from what is shown in the Help page (Fig 2). How could I get there/ how to change them into better axis?   Thanks a lot!   Fig 1:  Axis setting in my computer   Fig 2: Axis setting in Help Pa...

    Shinyi Shinyi
    Discussions |
    Nov 17, 2021 8:00 AM
    810 views | 2 replies

Latest Discussions

  • Can I share dashboard with specific person in JMP Public?

    Hi, I would like to share my dashboard in JMP Public. However, there are only two choices: "only share with me" and "share with everyone". Is there anyway to share with specific persons? Thanks.

    lujc07 lujc07
    Discussions |
    Nov 9, 2021 7:41 AM
    529 views | 0 replies
  • Changing axis scale with superscripts

    I'm wondering how to change my axis scale with superscripts. I am using unicode font to write the superscripts but I am having trouble applying the superscripts to my axis. I want the minimun to be 10⁻¹⁰ and maximum to be 10⁻³. I have attached scrrenshots below of what I'm stuck on. I'm thinking I need to use a custom format but I can't figure it out. Y axis scale needs to be LOG.   

    hannahmcnamara hannahmcnamara
    Discussions |
    Nov 7, 2021 1:02 PM
    485 views | 0 replies
  • Predictive Modeling Using JMP Pro is Scheduled!

    The Predictive Modeling Using JMP Pro course is scheduled in the Live Web classroom 1:00 pm to 4:30 pm EDT, Monday-Thursday, 11-14APR2022. Learn how to build and understand predictive models such as generalized regression models, support vector machines, naive Bayes, decision trees, and neural networks. We'll also compare complex models and score new data in JMP. Click here for the course page and...

    KathyKiraly KathyKiraly
    Discussions |
    Nov 5, 2021 6:50 AM
    573 views | 0 replies
  • Variability Chart Platform Factor Re-Insert Positions (Not Swapping)

    Hello JMP Community, I understand dragging between any two factors swaps the location pairs in the Variability Chart platform. Is there a way to drag to specifically re-insert the factors instead? For example, can I drag "Layout" between "Horizontal" and "Wafer ID" in the attached screenshot instead of performing multiple drags to have the intended result? I am aware I can do this reordering with ...

    Technician Technician
    Discussions |
    Oct 26, 2021 11:04 AM
    799 views | 0 replies
  • how can I use structural equation model to make predictions?

    Hi, I built a structural equation model and it works well. I would like use the model to make some predictions. Basically, what I want to do is to change the value of a variable and then JMP can calculate the values of other variables. Is there any way i can output the model equation so that I can use it to predict? Thanks.

    lujc07 lujc07
    Discussions |
    Oct 22, 2021 11:54 AM
    548 views | 0 replies
view all discussions