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

  • Need help troubleshooting graphics script: "Graphic script reported errors in log"

    I need help understanding how to reference framebox's axis from within graphics script. Here's what I have now: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); ob_group = Outline Box( "Testing Handles: " || (dt << Get Name) ); nw = New Window( (dt << get name), ob_group ); GB_wHandle = Function( {dt, X_parameter, Y_Parameter, groupByColumnString}, groupByColumn = Column( ...

    miguello miguello
    Discussions |
    Apr 17, 2026 9:57 PM
    586 views | 10 replies
  • Expression Not Evaluating.

    Always mystified by how to use Eval Expr correctly.  I have this pop up that asks for a wildcard column name selection and assigns it as "Divider" nw = New Window( "Does the Data Contain Experimental Cells?", <<Modal, V List Box( Align( "right" ), H List Box( Panel Box( "Dividing Column", clb = Filter Col Selector( dt, all ) ), Panel Box( "Select Cell Identification Column", Lineup...

    SpannerHead SpannerHead
    Discussions |
    Apr 17, 2026 12:51 PM
    288 views | 4 replies
  • Graph Builder: How to plot median(Rch) vs median(Cov) by group (LOT_WF)?

    Hi I’m trying to create a scatter plot in Graph Builder with: X = RchY = CovGroup = LOT_WF What I want is: For each LOT_WF, a single point representing
    (median(Rch), median(Cov)) So the final plot should have one point per LOT_WF, not raw data. What I tried Added Points element and changed Summary Statistic → MedianUsed Overlay = LOT_WF But the result still shows scatter points or only partially a...

    bumkim bumkim
    Discussions |
    Apr 17, 2026 1:10 AM
    271 views | 4 replies
  • 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
    143 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
    473 views | 8 replies

Latest Discussions

  • Graph Builder: How to plot median(Rch) vs median(Cov) by group (LOT_WF)?

    Hi I’m trying to create a scatter plot in Graph Builder with: X = RchY = CovGroup = LOT_WF What I want is: For each LOT_WF, a single point representing
    (median(Rch), median(Cov)) So the final plot should have one point per LOT_WF, not raw data. What I tried Added Points element and changed Summary Statistic → MedianUsed Overlay = LOT_WF But the result still shows scatter points or only partially a...

    bumkim bumkim
    Discussions |
    Apr 17, 2026 1:10 AM
    271 views | 4 replies
  • 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
    143 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
    216 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
    239 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
    328 views | 0 replies

Latest Discussions

view all discussions