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

  • Complex Numbers in JMP

    I'm trying to work on some Electrochemical Impedance Spectroscopy, which uses Complex Numbers and has a response in the form of a Bode or Nyquist plot. I found a plugin for JMP, but I can't find documentation on it: https://community.jmp.com/t5/JMP-Add-Ins/Complex-Numbers/ta-p/22616 I've attached a sample JMP table containing a simple RC circuit with R=500 and C=.001. I want to use JMP to fit the ...

    NG NG
    Discussions |
    Sep 14, 2026 8:27 PM
    2843 views | 3 replies
  • Customize Graph Builder: circle does not align with coordinates

    Dear all,  I try to draw a circle in Graph Builder via customize Graph, and see, that the circle does not align with datapoints. How can I do better, to have the circle at exact same position in the canvas as the data points? Why does it seem to be ok for y, and not for x? Other ways to accomplish? Thanks and best regards, Georg New Table( "Circle Data", Add Rows( 72 ), Compress File When Saved...

    Georg Georg
    Discussions |
    Sep 14, 2026 8:07 AM
    152 views | 2 replies
  • Get selected item from a list box - changed behavior of JSL?

    Currently going through this beautiful instruction video on how to write a JSL script by  @David_Burnham.  Up to 07 minutes and 28 seconds everything works as expected. Starting around 8 minutes and 13 seconds, precisely when the window is converted into a modal window, this code here throws an error:   // doesn't work: lst = {"A", "B", "C"}; New Window("Select", << Modal, Border Box(top(10), b...

    Ressel Ressel
    Discussions |
    Sep 12, 2026 11:07 AM
    205 views | 3 replies
  • How to create an average column with JSL based on random columns

    I want to make a column list based on some selection criteria. Column names would not be known in advance. Then I use that column list to make a formula column that takes the mean (or sd or number) of those columns. Simple example script which takes all numeric columns:   dt = Open( "$SAMPLE_DATA/Cars.jmp" ); ColList = {}; For(i=1, i<=NCols(), i++, If(Column(i)<<GetDataType=="Numeric", InsertInto...

    pauldeen pauldeen
    Discussions |
    Sep 10, 2026 5:16 AM
    339 views | 7 replies
  • FDE + BayesOpt for complex pharma process development

    Hi everyone, We’re developing a highly complex, multi-unit manufacturing process with a large number of CPPs across the various unit operations, together with continuous CQAs such as time-dependent drug release profiles. We’ve built up quite a lot of historical data from previous DoEs, which we’re currently looking at as one combined dataset, and we also have the possibility to generate substantia...

    RicardoCosta RicardoCosta
    Discussions |
    Sep 10, 2026 2:05 AM
    273 views | 5 replies

Latest Discussions

  • Custom test using a estimate that is not included, except in the expanded estimates

    In "Fit Model" Standard Least Squares, I would like to do planned comparisons involving a continuous variable.  The Custom Test would seem to be ideal, except that it does not include all the estimates (so as to not overfit). However, some of my planned comparisons involve the estimate that is not included in the custom test dialog (some do not). While expanded estimates shows the value, it is not...

    ResponseRules56 ResponseRules56
    Discussions |
    Sep 9, 2026 2:23 AM
    134 views | 1 replies
  • how do I obtain main effects and interactions effects on DOE result ?

    Hello,  i m struggling to obtain DOE results interpretation in a user friendly way, which are the main and interactions effects ? i m a former minitab user for years and would like to get support to interprete easily with JMP  DOE results , this is just an example :   The current DOE for which i m requesting support is a simple full factorial design with 3 parameters at 2 levels Would you please ...

    MANCOVAFish5758 MANCOVAFish5758
    Discussions |
    Sep 8, 2026 6:44 AM
    122 views | 2 replies
  • How can I identify an optimal stabilizer combination from a complex formulation stability study

    Dear All, I am looking for advice on the appropriate statistical approach in JMP to evaluate a formulation screening/stability study. I have developed several formulations of an API solution containing different combinations of stabilizing components (A, B, C, D, E). The formulations have been filled into two different container types, so I would like to evaluate both the effect of the stabilizing...

    BHjmp0603 BHjmp0603
    Discussions |
    Sep 8, 2026 6:23 AM
    145 views | 2 replies
  • JMP Discovery Summit

    May I ask is there a template or specific format for poster submission ? Is there a link or document that I can use as reference ?

    XiangCD_MP_User XiangCD_MP_User
    Discussions |
    Sep 8, 2026 1:50 AM
    342 views | 5 replies
  • Merging two files based on the values of one columm

    I have two .csv files which share one column header, which is WELL POSITION, and I would like to merge both files into one. Also, one of the files have two columns in which there are individual values separated by a vertical line (|). I would need to format that .csv file so that I have each of that values in a single row. I send attached the two files I mention.

    Pilarmmt Pilarmmt
    Discussions |
    Sep 7, 2026 7:37 AM
    106 views | 2 replies

Latest Discussions

  • Logistic Regression Diagnostics in Generalized Linear Model with Firth Bias Adjustment

    I am looking for guidance on how to perform diagnostics (model fit, model form, assumptions, outliers) of logistic regression models created using the fit model generalized linear model personality. The generalized linear model personality must be used in this case because the data has small sample sizes and complete separation. The only diagnostic plots available in the generalized linear model p...

    rbreuer rbreuer
    Discussions |
    Aug 19, 2026 1:29 PM
    191 views | 0 replies
  • Mass Production of JSL Code Generation via JMP Python Integration Using NVIDIA's Free API (DeepSeek V4 Pro)

    Hey everyone,
    I wanted to share a highly efficient workflow I've developed that bridges JMP's data manipulation capabilities​ with the power of NVIDIA's latest AI models​ running on their free API platform (NIM).
    The core idea is to automate the generation of executable Python/JSL scripts directly within JMP, effectively creating a "content factory" for data analysis tasks.
    The Technical Workflow:
    Dat...

    lala lala
    Discussions |
    Jul 31, 2026 8:37 PM
    221 views | 0 replies
  • PLS2 NIPALS Root Mean Square PRESS

    1.  How to get PRESS values in JMP when using PLS2 NIPALS and Leave out One data ? 2.  When finding RMS PRESS using hand written code I get matching answers for toy problems using (n-1)*k as averaging factor where n is no. of observations and y is number of responses.   3.  But in large problems like Baltic or Gasoline the RMS PRESS was not matching with handwritten code.   But coefficients of the...

    MarginOfWildcat MarginOfWildcat
    Discussions |
    Jul 16, 2026 8:47 AM
    208 views | 0 replies
  • SPC: Run test 2

    The customised run test2, can be customised from 7 to 11, say you set it to 7 and you have 7 + another 11 points all below the centerline why does the process screen function.  Why does it

    1) Record 11 as the number of alarms, where in fact there is only 1 single stepchange
    2) Surely it shoud just record 1, as there is only 1 stepchange that affect 7+11 points.  You are not goin to ivestigate all 18...

    Gadsdon Gadsdon
    Discussions |
    Jun 17, 2026 7:18 AM
    438 views | 0 replies
  • JMP Live Event Queue Freeze - Jobs Stalling and Event Queue Backlog

    Our company uses JMP Live, version 19.0.2 We make use of JMP Live's event scheduler to automatically refresh reports via SQL queries. Typically our data refresh jobs <1 minute to complete with a handful that take 2-3 minutes at most.  However, at least once a week, our scheduled refresh pool becomes "stuck". Data refreshes and reports which usually take seconds to complete instead stay active in t...

    MetaParrot539 MetaParrot539
    Discussions |
    Jun 9, 2026 7:55 AM
    576 views | 0 replies
view all discussions