cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP will suspend normal business operations for our Winter Holiday beginning on Wednesday, Dec. 24, 2025, at 5:00 p.m. ET (2:00 p.m. ET for JMP Accounts Receivable).
    Regular business hours will resume at 9:00 a.m. EST on Friday, Jan. 2, 2026.
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Pie Chart Labels same as the legend

    Hi,I am trying to have the label on the pie chart which is more descriptive not just the %. The label description is part of the legend. Something like this ? Is there a way to go in jsl ? I would appreciate any inputs. Thanks in advance.     

    Nexgent3 Nexgent3
    Discussions |
    May 26, 2020 5:38 AM
    2350 views | 2 replies
  • Create control chart without missing row

    Hi,  I would like to create several control charts from a data set that I have. I made an example so far that includes all information, categorize it and create a new table based on the function I've applied.  From there, I need to create a control chart but without the empty cells.  I've made an example data set of what I've done so far, but I still can't figure out how to create a control chart ...

    ninanoc ninanoc
    Discussions |
    May 26, 2020 12:19 AM
    2047 views | 2 replies
  • How to automatically extract the column name used by the formula in the JSL code?

    How to use JSL to automatically extract from a JSL formula the column names used by the formula, and group them into a combination.
    For example, in the image of 1, automatically extract the column name to get a combination of 2.Thanks!dt = Current Data Table(); dt << New Column( "text", formula( :K36 >= 71.93 & :XA >= -32.3 & :a1 >= -43.67 & :A56 < 18.9 ) ); dt << run formulas; Column( "text" ) << ...

    lwx228 lwx228
    Discussions |
    May 25, 2020 8:25 AM
    2689 views | 2 replies
  • Fit Model - Limiting Model Response to Only Positive Values

    Hello, I have recently created a standard least squares model using the Fit Model tool. I want to use the Simulator tool to simulate about 5000 sample runs of my model. I'm assuming it takes the generated regression equation from my model and just inputs 5000 combinations of my model variables. My original data is unique in the sense that all of my input variables and the response will never be ne...

    mbdahl mbdahl
    Discussions |
    May 25, 2020 7:40 AM
    2774 views | 1 replies
  • Validation column

    I am working on a logistic regression in jmp pro. Using validation column option the data set is split in a fixed training and validation part (I used no test set); I understand that holdback vallidation is used? Is there also a possibility to chose cross-validation?

    frankderuyck frankderuyck
    Discussions |
    May 25, 2020 7:34 AM
    4240 views | 5 replies

Latest Discussions

  • Pie Chart Labels same as the legend

    Hi,I am trying to have the label on the pie chart which is more descriptive not just the %. The label description is part of the legend. Something like this ? Is there a way to go in jsl ? I would appreciate any inputs. Thanks in advance.     

    Nexgent3 Nexgent3
    Discussions |
    May 26, 2020 5:38 AM
    2350 views | 2 replies
  • Create control chart without missing row

    Hi,  I would like to create several control charts from a data set that I have. I made an example so far that includes all information, categorize it and create a new table based on the function I've applied.  From there, I need to create a control chart but without the empty cells.  I've made an example data set of what I've done so far, but I still can't figure out how to create a control chart ...

    ninanoc ninanoc
    Discussions |
    May 26, 2020 12:19 AM
    2047 views | 2 replies
  • Fit Model - Limiting Model Response to Only Positive Values

    Hello, I have recently created a standard least squares model using the Fit Model tool. I want to use the Simulator tool to simulate about 5000 sample runs of my model. I'm assuming it takes the generated regression equation from my model and just inputs 5000 combinations of my model variables. My original data is unique in the sense that all of my input variables and the response will never be ne...

    mbdahl mbdahl
    Discussions |
    May 25, 2020 7:40 AM
    2774 views | 1 replies
  • Best way to create a control chart dashboard

    Hello everyone,I have to manage several control charts, each of them is made by a datatable with a script to be run to create the control charts, currently the control chart itself it's not saved after review, just the datatable.I'm looking for a simple solution to create a sort of dashboard where I can review all charts together, ideally it should be a script picking up the data from all datatabl...

    js1985 js1985
    Discussions |
    May 25, 2020 6:16 AM
    2020 views | 2 replies
  • Extract numbers from strings of unequal sizes

    I have a column of strings with embedded numbers. I know how to determine if these strings contains the correct text I am looking for, but not how to extract the values that come after each of these. If the string sizes were equal, I could just use the munger function based on the location, but this cannot be done since string size is not consistent. E.g "The fix in is abcde +0.2, there is more te...

    dcietek dcietek
    Discussions |
    May 22, 2020 1:27 PM
    3544 views | 3 replies

Latest Discussions

  • How do I have two different chart types in a single graph using two axis?

    While doing some research to answer this question, I found this article on the JMP community that helped me get started. How do I do a combination bar and line plot using Overlay Plot?    Using the big class sample data example of height and weight I was able to create a bar chart for weight and a line plot for height on the same chart using the Overlay Plot.     To do this, first clear the row s...

    Bass_Masri Bass_Masri
    Discussions |
    Apr 28, 2020 4:28 PM
    4658 views | 0 replies
  • How do I calculate z-scores at different aggregation levels?

    Hello,  How do I use JSL to calculate Z-scores at different levels of aggregation? I am working with cancer mortality data (1999 - 2015) at the county-level. I need to calculate Z-scores to compare each county to the others within a state and all counties within the country. I cannot simply use the standardize function because it automatically takes an average of rates--which is invalid unless the...

    Jmsouch Jmsouch
    Discussions |
    Feb 26, 2020 7:04 AM
    2213 views | 0 replies
  • Calling Windows API ImageViewer.dll to display JPG files.

    I am working with a very large database of image files and want to be able to display the file for the user for visual inspection from a script. I have been able to get the following code to load the DLL but get an error requesting a signature argument. Does anyone know how to get a signature string from the system to pass to the DLL.   ERROR MESSAGE FORM LOG: Second argument to CallDLL must be a ...

    DMeakin1 DMeakin1
    Discussions |
    Jan 17, 2020 10:19 AM
    2020 views | 0 replies
  • Running script from command line on MAC

    Not a mac person.  Does anyone know how to run a jsl script from command line on a mac?  I specifically mean WITHOUT "//!" at the top of it.     I have this but it only opens the file unless I have the "//!" open -g -W -a /Applications/JMP\ Pro\ 15.app/ $(pwd)/myscript.jsl

    vince_faller vince_faller
    Discussions |
    Jan 10, 2020 2:26 PM
    1667 views | 0 replies
  • how to add confounding variable

    I am working with a multi level data. Data is attached.In this dataset, I have 8- X variable: cumulative risk (continuous), all other risk (dichotomous). 3- Y variables: insurance and practice (dichotomous) and time (continuous)I have one confounding variable Age (continuous). I will have to add random effect to X variable. But I am confused how to add confounding variable to this analysis. Can an...

    billi billi
    Discussions |
    Jan 6, 2020 9:39 AM
    1603 views | 0 replies
view all discussions