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

  • Fishbone/Hierarchical Graph via Graph Builder?

    The Diagram function in the analyze / Quality and process menu is very helpful.
    One can generate fishbown, hierarchical and nested diagrams.
    Digging up Bones: Fisbone Diagrams 

    On the other hand, compared with the Graph Builder functionality in JMP18, it feels "outdated":

    - no color dropzone [colors have to be applied manually, step by step for each entry] - no Overlay dropzone - which could be used t...

    hogi hogi
    Discussions |
    Jun 26, 2025 6:13 AM
    962 views | 6 replies
  • How to reference stat columns language independent or how to force English stat column names?

    Hi all,

    I am trying to write a scripts that has to work in different language settings of JMP. Parts of my script use the Summary function: Summary( Group( :SomeColumnX, :SomeColumnY, :SomeColumnZ ), // number of grouping columns different each time N( :Result ), Mean( :Result ), Std Dev( :Result ), CV( :Result ), Freq( "None" ), Weight( "None" ), statistics column name format( "stat" ) ); ...

    Robbb Robbb
    Discussions |
    Jun 26, 2025 4:29 AM
    230 views | 1 replies
  • Help using "get format" for making a PDF from a data table

    Hello everyone, I have a script where I am trying to get the format of a column and then apply that to a textbox that is in a table box. I tried using this  col_for=col<< Get Format; but I can't use what it returns in this loop For Each({col_name}, column_names, col = Column(dty, col_name); col_for=(col<< Get Format); insertinto(col_format_text,col_for); insertinto(col_width,col<< Get Displ...

    shampton82 shampton82
    Discussions |
    Jun 25, 2025 9:59 PM
    776 views | 6 replies
  • Calculate the angle between two planes

    Hi folks,   I have 30 discrete points in X, Y, Z defining plane 1, and 30 other points in X, Y, Z defining plane 2, I need to calculate the angle between plane 1 and plane 2. The ChatGPT provides the following JSL script, but it stuck at row #33. Could any of you help check the two attachments (*.jmp and *.jsl) to get this script going? Thanks a lot.     // Use current data table dt = Current Data...

    TDK_Long TDK_Long
    Discussions |
    Jun 25, 2025 5:37 PM
    475 views | 2 replies

Latest Discussions

  • Fishbone/Hierarchical Graph via Graph Builder?

    The Diagram function in the analyze / Quality and process menu is very helpful.
    One can generate fishbown, hierarchical and nested diagrams.
    Digging up Bones: Fisbone Diagrams 

    On the other hand, compared with the Graph Builder functionality in JMP18, it feels "outdated":

    - no color dropzone [colors have to be applied manually, step by step for each entry] - no Overlay dropzone - which could be used t...

    hogi hogi
    Discussions |
    Jun 26, 2025 6:13 AM
    962 views | 6 replies
  • How to reference stat columns language independent or how to force English stat column names?

    Hi all,

    I am trying to write a scripts that has to work in different language settings of JMP. Parts of my script use the Summary function: Summary( Group( :SomeColumnX, :SomeColumnY, :SomeColumnZ ), // number of grouping columns different each time N( :Result ), Mean( :Result ), Std Dev( :Result ), CV( :Result ), Freq( "None" ), Weight( "None" ), statistics column name format( "stat" ) ); ...

    Robbb Robbb
    Discussions |
    Jun 26, 2025 4:29 AM
    230 views | 1 replies
  • Calculate the angle between two planes

    Hi folks,   I have 30 discrete points in X, Y, Z defining plane 1, and 30 other points in X, Y, Z defining plane 2, I need to calculate the angle between plane 1 and plane 2. The ChatGPT provides the following JSL script, but it stuck at row #33. Could any of you help check the two attachments (*.jmp and *.jsl) to get this script going? Thanks a lot.     // Use current data table dt = Current Data...

    TDK_Long TDK_Long
    Discussions |
    Jun 25, 2025 5:37 PM
    475 views | 2 replies
  • How to account for tank to tank variability: Whole-plot factor, covariate, blocking?

    I want to run a screening DOE to ID factors important for yield in a batch process. I have 4 tanks (call them A, B, C, D) to do it in, and want to investigate 5 continuous factors impact on my 1 response. However, I discovered that there is significant variability between the 4 tanks - with 1 tank consistently having significantly lower yield than 1 other tank (highest producing tank), while the o...

    mjz5448 mjz5448
    Discussions |
    Jun 25, 2025 3:18 PM
    777 views | 6 replies

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
    361 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
    391 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
    590 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
    487 views | 0 replies
view all discussions