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

  • Stack columns into a multiple new columns, based on the name/properties/data type of original column

    Hello, I need help in stacking script. I have a table which has 80 columns and morethan 100k rows. I want to make a new table, which should have 6 columns in a pair like "data" and "label" in stack table. My stacked column is based on the colum name, so say in 80 columns, 30 has one type of information, 15 has another type of information and rest 35 have 3rd type of information. I want to stack th...

    HSS HSS
    Discussions |
    May 15, 2020 7:29 AM
    2770 views | 1 replies
  • Does Box Cox transforming my regression model display the transformed or untransformed data?

    Simple question (I Believe). I had to perform a Box-Cox transformation to obtain a better regression fit. Does the prediction profiler transform back to the untransformed values (e.g. the original) without me having to manual transfer back myself? Thanks!

    zjuv007 zjuv007
    Discussions |
    May 15, 2020 6:51 AM
    3748 views | 3 replies
  • Filter table columns based on a list

    Hi all,I've been using JMP Pro for sometime, although I've never run scripts with it. I am also exploring JMP Genomics, since I do use a fair amount of 'omics' analyses using various platforms. For now, I'm in the JMP Pro world and I am trying to figure out how to filter data tables. One thing I cannot figure out is how to filter (or create a new table) a table based on a list (containing column n...

    Shiz Shiz
    Discussions |
    May 15, 2020 6:36 AM
    5467 views | 8 replies
  • JSL > Graph Builder > CAPTION BOX: Is it possible to dynamically assign user defined specific text to GB Caption Box?

    Hi JMP Team, Is it possible to dynamically assign custom text to Graph Builder Caption Box using JSL script? I have been creating JSL scripts that create GB plots with dynamically assigned text using Y-axis scale text positioning (see below). This has worked relatively well but I'm still experiencing some issues with the placement. Hence, I would like to explore the possibility of using GB Caption...

    Thierry_S Thierry_S
    Discussions |
    May 15, 2020 4:17 AM
    4915 views | 5 replies
  • Coloring boxplot graph in graph builder

    I am working on building several graphs for a report and need to color the boxplot boxes inside and also need to outline the boxes. I know I can do each one individualy but would like to be able to color all at once. I have attached a jrp for your review. Once I get this I would like to script this graph and coloring to use on other graphs.  

    mallen810 mallen810
    Discussions |
    May 15, 2020 3:54 AM
    14459 views | 5 replies

Latest Discussions

  • How do I reference a column value as a reference line on a control chart?

    Hi, I'm trying to create a script which generates control charts which plots net yields by WO that references a planned yield entry in the %Planned Yield. Since I'd like to create a chart for each product in my data table, and there is a different planned yield for each product, I need to create a reference to the %Planned Yield Column. I have created a script so that the control chart will genera...

    ayuan6 ayuan6
    Discussions |
    May 14, 2020 9:33 AM
    1702 views | 1 replies
  • Need help with modeling

    I have a 2 part mixture model with 1 process variable and i need help analyzing it please. See attached:FM% and SM% are 2 parts that = 100%The process variable is Combined GTResponse is Gloss 60Any help is greatly appreciated, is there any association here?

    Ghosted Ghosted
    Discussions |
    May 14, 2020 8:46 AM
    1617 views | 1 replies
  • Compositional data analysis

    Hello All,1 - Are there any good examples or any option in JMP Pro to run compositional data analysis before I run PCA and modeling with the compositional data to predict some responses? Let's say I have 20 variables (powder oxides found by X-ray fluorescence, some of which can be zero that need to be imputed, if I use, for example, R, before centered log-ratio transformation), and the summation o...

    Amir_H Amir_H
    Discussions |
    May 13, 2020 10:08 PM
    2463 views | 2 replies
  • Retrospective Power Analysis

    Hi,I've just performed a t-test that was inconclusive, so I was using the retrospective power option to get a feel for whether it's worth performing additional tests.So, I select Power from the One Way Analysis red triangle and get the retrospective power options.The table has the alpha, sigma and N direct from the existing data.  But the table shows a delta of half the difference in means observe...

    jfs jfs
    Discussions |
    May 13, 2020 9:32 AM
    3267 views | 3 replies
  • Interpreting PLS regression coefficients for a binary categorical variable

    I used Fit Model with the Partial Least Squares personality to create a model for a continuous dependent variable. Explanatory variables include several continuous variables and a categorical variable with two options, A or B. I understand that option A and B are treated as separate dummy variables. When I run the fitting, the regression coefficient for option A is about -0.4 and the regression co...

    blumarble blumarble
    Discussions |
    May 13, 2020 8:41 AM
    3116 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
    4677 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
    2222 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
    2034 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
    1673 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
    1608 views | 0 replies
view all discussions