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

  • How does JMP bias the rate of count when calculating the probability of Partition platform with categorical responses?

    For categorical responses Partition has the response rates that are slightly biased away from zero to avoid having attributed probabilities of zero. I would like to know how to calcurate the biased probabilities.

    Takashi Takashi
    Discussions |
    Apr 16, 2026 8:41 PM
    142 views | 0 replies
  • Trying to avoid Transposition

    I have a script that works but applies transposition for that to happen.  Wondering if there's a less clunky way to achieve the goal?  I have 3 columns, one contains a quadratic coefficient(a), the second contains a linear coefficient(b), and the third contains a constant(c).  When multiplied by an input variable x, I get an arc.  Is there a way to form that arc without transposing the data to do ...

    SpannerHead SpannerHead
    Discussions |
    Apr 16, 2026 7:51 AM
    460 views | 8 replies
  • Anyone seeing severe sluggishness in JMP v19.1?

    I wanted to check whether anyone else is seeing performance issues with JMP v19 (specifically v19.1).  I'm on an Intel Mac at the moment.   A few times now, I’ve managed to get JMP into a state where it becomes extremely sluggish. Most UI interactions take on the order of 3 - 5 seconds to respond to clicks, which is clearly an issue. The machine has plenty of RAM, and I've been working with relati...

    BHarris BHarris
    Discussions |
    Apr 16, 2026 5:54 AM
    209 views | 1 replies
  • Query Builder - Issue Clipping Large Text Strings

    I've been using Query Builder and File->Connect To->ODBC->Open Database Table to get data from a PostgreSQL data base. The table I am getting from the database contains a column with large text strings. My text strings are getting clipped when they exceed a length of 524,587. (2^19 -1) Is there a setting in JMP and/or JSL that I can change to enable querying larger string values?     Motivating Si...

    ngambles ngambles
    Discussions |
    Apr 15, 2026 12:40 PM
    422 views | 7 replies
  • Getting derivatives of a kernel smoother function

    Hi again, I am using the kernel smoother to estimate some values and sane the prediction formula in a new column. It works very well for my purpose . <JSL>  obj = dt_clean << Bivariate( Y( :temperature ), X( :Z_res ) ,by (:date),invisible); obj << Kernel Smoother( 1, 1, .2, 0 ); obj << (curve[2] << Save Prediction Formula); Now I need the derivative of this function at each point of the X variable...

    yvesprairie yvesprairie
    Discussions |
    Apr 14, 2026 10:19 PM
    220 views | 3 replies

Latest Discussions

  • How does JMP bias the rate of count when calculating the probability of Partition platform with categorical responses?

    For categorical responses Partition has the response rates that are slightly biased away from zero to avoid having attributed probabilities of zero. I would like to know how to calcurate the biased probabilities.

    Takashi Takashi
    Discussions |
    Apr 16, 2026 8:41 PM
    142 views | 0 replies
  • Anyone seeing severe sluggishness in JMP v19.1?

    I wanted to check whether anyone else is seeing performance issues with JMP v19 (specifically v19.1).  I'm on an Intel Mac at the moment.   A few times now, I’ve managed to get JMP into a state where it becomes extremely sluggish. Most UI interactions take on the order of 3 - 5 seconds to respond to clicks, which is clearly an issue. The machine has plenty of RAM, and I've been working with relati...

    BHarris BHarris
    Discussions |
    Apr 16, 2026 5:54 AM
    209 views | 1 replies
  • Getting derivatives of a kernel smoother function

    Hi again, I am using the kernel smoother to estimate some values and sane the prediction formula in a new column. It works very well for my purpose . <JSL>  obj = dt_clean << Bivariate( Y( :temperature ), X( :Z_res ) ,by (:date),invisible); obj << Kernel Smoother( 1, 1, .2, 0 ); obj << (curve[2] << Save Prediction Formula); Now I need the derivative of this function at each point of the X variable...

    yvesprairie yvesprairie
    Discussions |
    Apr 14, 2026 10:19 PM
    220 views | 3 replies
  • Nested Two Way Anova Help?

    Hi, I am trying to analyze calcium transient data from cardiomyocytes. I moved to JMP because Prism cannot do a two way ANOVA on nested data but I cannot figure out how to run this analysis. I have 4 experimental groups (WT SHAM, KO SHAM, WT OVX, KO OVX) across two factors (genotype (WT/KO) and surgery (SHAM/OVX)) but I don't know how to add these variables prior to running analyses. For each anim...

    ClusterSeal6941 ClusterSeal6941
    Discussions |
    Apr 14, 2026 12:36 PM
    322 views | 0 replies
  • kernel smoothing in JSL

    Hell everyone,   Is there a way to fit a kernel smoothing within JSL without resorting to the bivariate platform and save its predictor formula for reuse? Many thanks, Yves P.

    yvesprairie yvesprairie
    Discussions |
    Apr 14, 2026 11:57 AM
    153 views | 1 replies

Latest Discussions

view all discussions