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

  • Control chart limits as percent of actual mean

    Dear community,   I'm working in pharma industry and I would like to build a control chart according to pharmacopoeia guideline EP 2.9.5.   The test is as follow: - weight 20 tablets - mot more than 2 should deviate more than 7.5% from the observed mean - none should deviate more than 15% from the observed mean   I there a way to set the limit in the control chart to 7.5% of the mean and 15% of th...

    Zeifer Zeifer
    Discussions |
    May 5, 2025 12:44 AM
    3034 views | 6 replies
  • Loop to set a normalization formula for several columns

    Hi community, I'm trying to write a JSL script to set a normalization formula with dynamic column reference.    What's wrong here?
    "Mean(M4_pop)" & "Std Dev(M4_pop)" are fix columns that are to be used for the normalization. 

      dt = Current Data Table(); numCols = dt << Get Column Names( Numeric, "String" ); For( i = 1, i <= N Items( numCols ), i++,      colName = numCols[i];       normColName ...

    David_Hanslian David_Hanslian
    Discussions |
    May 5, 2025 12:28 AM
    2204 views | 3 replies
  • Suspiciously High R^2

    Good afternoon,  I fitted a LMM with fixed effects being strain, concentration, their interaction, experimental day (insufficient days to account it as random) and random effects being replicate nested within 96-well plate and plate nested within day. I ran a LMM using the standard least square platform and attributing the attribute 'random' to my random effects. I am getting an  R^2 of 0.99 which...

    blip555555 blip555555
    Discussions |
    May 4, 2025 11:13 AM
    1820 views | 3 replies
  • How can increase the functionality of the JSL script editor?

    1, in this script range, automatically highlight other content that is the same as the selected content;
    2. How do I change the background color of the selected content when the script editor is in dark mode?   Thanks!

    lala lala
    Discussions |
    May 4, 2025 12:12 AM
    4538 views | 11 replies
  • Using Hex values for the Y-Axis Labels

    In JMP 18, I have a set of data grouped by category.  The X-Axis holds the category (character) and the Y-Axis is the value in hexadecimal. I have three columns of the data: 1) original value as hex       - character nominal       - :mv         - eg. 0x066F 2) :mv converted to a decimal number        - continuous number format        - :mv_number        - eg 1647 3) :mv_number converted back to he...

    steidley steidley
    Discussions |
    May 3, 2025 8:30 AM
    3742 views | 6 replies

Latest Discussions

  • Suspiciously High R^2

    Good afternoon,  I fitted a LMM with fixed effects being strain, concentration, their interaction, experimental day (insufficient days to account it as random) and random effects being replicate nested within 96-well plate and plate nested within day. I ran a LMM using the standard least square platform and attributing the attribute 'random' to my random effects. I am getting an  R^2 of 0.99 which...

    blip555555 blip555555
    Discussions |
    May 4, 2025 11:13 AM
    1820 views | 3 replies
  • How can increase the functionality of the JSL script editor?

    1, in this script range, automatically highlight other content that is the same as the selected content;
    2. How do I change the background color of the selected content when the script editor is in dark mode?   Thanks!

    lala lala
    Discussions |
    May 4, 2025 12:12 AM
    4538 views | 11 replies
  • Using Hex values for the Y-Axis Labels

    In JMP 18, I have a set of data grouped by category.  The X-Axis holds the category (character) and the Y-Axis is the value in hexadecimal. I have three columns of the data: 1) original value as hex       - character nominal       - :mv         - eg. 0x066F 2) :mv converted to a decimal number        - continuous number format        - :mv_number        - eg 1647 3) :mv_number converted back to he...

    steidley steidley
    Discussions |
    May 3, 2025 8:30 AM
    3742 views | 6 replies
  • Add Counter for Unique Cases in Groups

    Hi all,  How can I write an integer value counter to increment unique values in column B within group A, to do this? Here is what I have tried so far:   dt_Table1 = Data Table("Table1"); dt_Table1 << New Column("Dataset", Numeric, "Nominal", Set Selected); Sum1 = dt_Table1 << Summary(Group(:Group, :Date)); Sum2 = Sum1 << Summary(Group(:Group)); :N Rows << Set Name("N Datasets in Group"); dt_Tab...

    StumptownSlash StumptownSlash
    Discussions |
    May 3, 2025 8:01 AM
    7811 views | 11 replies
  • Extract words from String Column

    How do I create an Output1 column to extract all the words starting with "_D" from a column called String1?    String1                                      Output1 PRD_D30405_v1                     D30405 PRD_MH1_D4375                   D4375 FET-D3245_v2_D43453          D43453 BDT_33tr-ge_DT3746_v2       DT3746

    cchueng cchueng
    Discussions |
    May 2, 2025 9:56 PM
    1383 views | 2 replies

Latest Discussions

view all discussions