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 to graph a column chart with error bars calculated in JMP

    Hello all,   I am a new to JMP and am trying to understand or figure out how to plot a column chart and include error bars calculated in JMP. To illustrate my question I have attached a screenshot of the column chart and error bars I would like to generate. The dataset has 4 replicates denoted R1-R4. I would like to calculate the mean of R1&2 and separately calculate the mean of R3&R4. The resulti...

    censoredcactus censoredcactus
    Discussions |
    Jan 18, 2021 11:28 PM
    3949 views | 3 replies
  • Add values to x# of lag rows

    I want to fill the previous 48 rows with the value of row i. I've got a dataset that is a continuous timeseries with a row for every 5 min increment of time. I have an identification column for select periods (e.g. ID#1, 2, 3, ... 1000). Not every row gets an identifier, just select periods of time. Now say row 1200 is the first value of ID # 250. I want the previous 48 rows (so rows 1152-1199), c...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 7:03 PM
    1033 views | 1 replies
  • Add values into X number of lag rows

    I have a continuous dataset with measurements every 5 minutes over many years. Certain time periods have been designated and assigned and ID# (e.g. 1, 2, 3,... 500). For each of these periods of time that received an ID I want to extend the column ID backwards in time for 4 hours (ie 48 rows back). So for example If the period categorized as ID# 200 starts on 1/1/2020 at 12:00PM, then I currently ...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 6:57 PM
    1858 views | 2 replies
  • Any way to change bin size in Oneway Anova?

    Hi all. 
    I'm a little new to JMP but I'm starting to get fairly comfortable. 
    I have a solid dataset, but I am trying to see if there is a way to change my bin size on my histogram in my oneway Anova. The histogram is under the display options, so I'm not sure if JMP gives me a lot of control over it. I've tried changing my "increment" in the axis options and re-display the histogram but no success....

    alexpoles alexpoles
    Discussions |
    Jan 18, 2021 11:40 AM
    1725 views | 2 replies
  • Interpretation of a Factorial Design with binary outcome

    Hello!

    I am struggling with interpretation of factorial design with 4 elements. Before I tried experiments with 2 elements, and results were straightforward.Here in the attachment you can see my jmp dataset file with the experiment. As a result of removing non-significant elements I came to a conclusion that only C and В are significant with negative effect.
    Is my conclusion correct?
    Rsquare value is...

    gustavjung gustavjung
    Discussions |
    Jan 18, 2021 9:40 AM
    6084 views | 8 replies

Latest Discussions

  • Add values to x# of lag rows

    I want to fill the previous 48 rows with the value of row i. I've got a dataset that is a continuous timeseries with a row for every 5 min increment of time. I have an identification column for select periods (e.g. ID#1, 2, 3, ... 1000). Not every row gets an identifier, just select periods of time. Now say row 1200 is the first value of ID # 250. I want the previous 48 rows (so rows 1152-1199), c...

    RVhydrA RVhydrA
    Discussions |
    Jan 18, 2021 7:03 PM
    1033 views | 1 replies
  • Interpretation of a Factorial Design with binary outcome

    Hello!

    I am struggling with interpretation of factorial design with 4 elements. Before I tried experiments with 2 elements, and results were straightforward.Here in the attachment you can see my jmp dataset file with the experiment. As a result of removing non-significant elements I came to a conclusion that only C and В are significant with negative effect.
    Is my conclusion correct?
    Rsquare value is...

    gustavjung gustavjung
    Discussions |
    Jan 18, 2021 9:40 AM
    6084 views | 8 replies
  • How to create a range control chart based on the median range and not the average range

    Is there any easy way to use JMP 13 to create a range chart based on the MEDIAN range and not the average range? (Hence the upper range limit would also be based on the median range as well.)If not I assume one option is to use the run chart and adapt it through scripts. I'd put the range values for all the subgroups into a list, find the median of this list, and then take it from there (i.e. addi...

    scottahindle scottahindle
    Discussions |
    Jan 18, 2021 8:41 AM
    8732 views | 10 replies
  • Shading graph area in multiple graphs simultaneously

    Hi All,In my work, we split the subject into multiple splits and check the variation of certain parameters in each split.Let's say we have 100 parameters which are being measured and 8 splits are there. Through JMP analysis, we get 100 graphs (for 100 parameters) with split on the x-axis.Now i want to shade a certain split in each graph. I checked various options but couldn't do them simultaneousl...

    Anup_Singh Anup_Singh
    Discussions |
    Jan 17, 2021 1:03 PM
    959 views | 1 replies
  • getting specific percentile rows from data

    Hi,I'm trying to figure it out how get top 25th percentile of row values from data. basically subset the original data with top 25th percentile of values. Tried this ; dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); top_25th_perc = dt << Summary( Group( :sex), Quantile( :height, .25 ), Freq( "None" ), Weight( "None" ), Link to original data table( 1 ), output table name( "t...

    joshua joshua
    Discussions |
    Jan 17, 2021 5:57 AM
    2537 views | 3 replies

Latest Discussions

view all discussions