cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Extract String Representation of an Image

    Is there a better way to get the string from New Image() than converting the expression to a string and extracting?  It just feels sloppy.  Arg() doesn't work with "Picture" objects.   Names Default to Here ( 1 ); g = New Image( Char To Blob( "blahblahblob", "base64compressed" ) ); f = Substr( Char( g ), Contains( Char( g ), "\!"") + 1, Contains( Char( g ), "\!", \!"base64" ) - ( Contains( Char( g...

    mmarchandFSLR mmarchandFSLR
    Discussions |
    Jun 20, 2025 9:55 PM
    426 views | 2 replies
  • How to dynamically assign X or Y variables in Graph Builder using JSL based on conditions?

      Hi JMP Community, I'm trying to build a dynamic Graph Builder report in JSL where the list of X variables is determined by certain conditions (e.g., flags like includeSite, includeWW, etc.). The goal is to flexibly add or remove columns from the X-axis based on runtime logic. I’ve tried several approaches, including using:   X( :ColumnName )
    X( Column("ColumnName") )
    Expr( X(...) )
    Substitute(...) ...

    RA899 RA899
    Discussions |
    Jun 20, 2025 9:36 AM
    643 views | 4 replies
  • How do a split a column at the 5th character?

    I have a column that I want to split.  e.g 18.45>  or 16.45< I want to make 1 column with the no. & 1 column with the < & >.

    lisaash lisaash
    Discussions |
    Jun 20, 2025 5:05 AM
    492 views | 2 replies
  • graph with fill between

    Hi,   how to do to have also the color between the mean in red and the upper line?   regards

    Françoise Françoise
    Discussions |
    Jun 20, 2025 12:48 AM
    319 views | 1 replies
  • Process capability

    I have added the specs for all my resposnses. They are all within spec, but when I do a process capability my capability index plot is  all under 1 (Ppk value).    I do not understand why. Even the Ccp are below 1. Do I need to increase the specs range. Can someone help me? 

    donadristi donadristi
    Discussions |
    Jun 19, 2025 8:39 AM
    1511 views | 7 replies

Latest Discussions

Latest Discussions

  • Remove Crosshair in Profiler

    Hello everyone, I am looking for a solution to remove the crosshair in the Prediction Profiler. Any kind of hack would be helpful, like e.g. changing the transparancy. 

    AnjaW AnjaW
    Discussions |
    Jun 18, 2025 5:15 AM
    367 views | 0 replies
  • How to export a model formula to Excel?

    I want to be able to take the prediction formula that I got from my multiple linear regression and put it in excel. I have multiple Quantitative and Categorical X variables and some are splined. I have also preformed a BoxCox transformation. What are the steps that I need to do to take the formula that is given and have it working in excel. I have no coding experience but am not against learning a...

    DWS DWS
    Discussions |
    Jun 13, 2025 8:33 AM
    395 views | 0 replies
  • Testing slices in JMP Pro Mixed Model?

    Hello, I am doing a 4-way, full factorial ANOVA with one repeated measures factor (time, 3 samplings) and three between-subject factors (species, color, and irrigation; 2 levels of each) using the Mixed Model personality in JMP Pro 18.1.0. I'm using the AR(1) repeated covariance structure, as it provides the best fit based on AICc values. The analysis indicates I have no significant 4- or 3-way in...

    JHS JHS
    Discussions |
    May 7, 2025 7:38 AM
    592 views | 0 replies
  • Help with Multiple Linear Regression

    LogitParrot179 LogitParrot179
    Discussions |
    Apr 23, 2025 7:58 PM
    524 views | 0 replies
  • when does model reduction lead to the problem of multiple comparisons?

    My interest is in identifying the strongest predictors of annual per capita growth rate for three groups of bird species: residents, short-distance migrants and long-distance migrants.  My model has per capita growth rate as the dependent variable, and as predictors bird density during the breeding season, and 13 environmental predictors (various measures of climate, food abundance and nest predat...

    olddabbler olddabbler
    Discussions |
    Apr 21, 2025 5:56 AM
    492 views | 0 replies
view all discussions