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

  • Save Presentation (pptx): is it possible to modify dynamically (JSL) the slide title?

    Hi JMP Community, When you save a Journal as a PowerPoint presentation (pptx), the export algorithm uses the name of each OutlineBox to populate the title (as editable text) on each slide. Is it possible to reproduce this step in a JSL script where the slide title would be generated dynamically (change the default OutlineBox name)? For example, I have generated a large number of GB plots (script g...

    Thierry_S Thierry_S
    Discussions |
    Mar 22, 2020 2:22 PM
    3381 views | 1 replies
  • RE: how do i Fit a constrained longitudinal data analysis (cLDA) in JMP

    Hi thereHow do i fit a cLDA in JMP (via FIT command say) with the constraint that the group means are assumed to be equal at baseline (hence the “constrained” in cLDA). Hence if we had a model with Time and their interaction Group:Time as predictors theoretically  this model structure would impose that the group means are equal at baseline (i think?). In cLDA baseline means are constrained to be e...

    vincem vincem
    Discussions |
    Mar 22, 2020 11:05 AM
    2878 views | 2 replies
  • Pattern fill of bar charts in JMP

    Hello,

    I made several searches on web and here in forum but couldnt find what I need. I draw a bar chart in JMP 8, bars are colored with different colors. I want to fill the bars with black/white patterns instead of colors. Some JMP books mention of "overlay colors, markers and patterns". Colors and markers are there but no "overlay patterns" in chart options. I thought this info may belong to some...

    Discussions |
    Mar 22, 2020 5:21 AM
    14389 views | 5 replies
  • Save Presentation > H List Box Placement: How to leave some space at the top of each slide (see testing script)?

    Hi JMP Community, I have a apparently simple problem that I have not been able to resolve: I building a simple script to gather plots from different journals into single slides in a PowerPoint presentation. So far, things are working well except that the plots are all stuck at the top of each slide -> what is the best way to include a Spacer in my H List Box or my Lineup Box to avoid this problem?...

    Thierry_S Thierry_S
    Discussions |
    Mar 21, 2020 5:40 PM
    2188 views | 1 replies
  • Browse through images in a data table

    I have a data table with an image column.The 10.000+ images are defect pictures made by ASIS systems on steel surface. In the data tables there are calculated features of the images.I want to make selections in the feature columns and see the corresponding images to see if the correct defects are grouped.Is there a simple way to browse through images or see multiple images?Now I use either the row...

    peter_caenen peter_caenen
    Discussions |
    Mar 21, 2020 12:26 PM
    9204 views | 9 replies

Latest Discussions

  • RE: how do i Fit a constrained longitudinal data analysis (cLDA) in JMP

    Hi thereHow do i fit a cLDA in JMP (via FIT command say) with the constraint that the group means are assumed to be equal at baseline (hence the “constrained” in cLDA). Hence if we had a model with Time and their interaction Group:Time as predictors theoretically  this model structure would impose that the group means are equal at baseline (i think?). In cLDA baseline means are constrained to be e...

    vincem vincem
    Discussions |
    Mar 22, 2020 11:05 AM
    2878 views | 2 replies
  • how to carry out multivariate analysis of variance

    I have several hundred Ss who fall into 1 of 6 groups based on residence (city, suburb, rural) and disability (yes, no). All Ss took a personality test of about 50 items, which are scored to yield 6 traits. Items are intermixed on the test to avoid order effects, but the traits may be intercorrelated. I want to analyze the 6 traits as dependent variables in a 3 (residence location) x 2 (disability...

    OldGugga OldGugga
    Discussions |
    Mar 20, 2020 6:49 PM
    4102 views | 2 replies
  • Logistic Plot interpretation of points

    I am trying to understand the points in the logistic plot. When I use Fit Y by X, with Y nominal and X continuous, I get a logistic curve.  The curve is perfectly understandable, but the points make no sense to me.  JMP help says:  "The logistic probability plot gives a complete picture of what the logistic model is fitting. At each x value, the probability scale in the y direction is divided up (...

    dale_lehman dale_lehman
    Discussions |
    Mar 20, 2020 1:01 PM
    16339 views | 8 replies
  • Partial Least Squares

    Hello all, I am trying to perform a multivariate partial least squares on my dataset in JMP. This dataset consists of 10 rows and 59740 columns (FT-IR data, which has many thousands of "discrete" measurements to create a continuous curve). I get the following error when I try to run the PLS, setting 59738 columns to the X factors and two columns to the Y response. This dataset is structured in the...

    bi0 bi0
    Discussions |
    Mar 20, 2020 9:14 AM
    5827 views | 7 replies
  • Generating ordinal data

    Hello!Does anyone know how I can generate ordinal data in JMP to simulate a sample?I mean I need to simulate a sample including ordinal measurements by generating synthetic ordinal  data. Thank you in advance for your help. 

    Fatemeh_2020 Fatemeh_2020
    Discussions |
    Mar 19, 2020 6:47 AM
    4612 views | 5 replies

Latest Discussions

  • 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
    2216 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
    1668 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
    1604 views | 0 replies
  • Difference between std error in "Parameter Estimates" and "Least Squares Means Table"?

    I am running mixed effects models and have noticed that the standard error for an effect in the "Parameter Estimates" table is different from the standard error reported in the Least Squares Means table for the same effect. How are they calculated differently? Thanks! 

    Ranae Ranae
    Discussions |
    Nov 26, 2019 11:44 AM
    1681 views | 0 replies
view all discussions