cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Space Filling Design - Fast Flexible Filling

    I applied a couple constraints when running a Space Filling DOE and it performed pretty well. However, the algorithm "Fast Flexible Filling" is a bit cryptic. Where can I find documentation that expounds on the algorithm/methods behind "Fast Flexible Filling"?   JMP Ver.18.0.1

    JeanK JeanK
    Discussions |
    May 5, 2025 9:03 AM
    1397 views | 2 replies
  • JMP Chinese-english comparison

    Does anyone have a Chinese-English comparison of JMP statistical terms?

    MathIguanodon10 MathIguanodon10
    Discussions |
    May 5, 2025 6:37 AM
    1688 views | 3 replies
  • Convert Column to numeric continuous Date - using Format Pattern - Bug?

    Hi, I have the following input data table, attached input_table.jmp, which is treated by my script, see below or attached after_import_analysis_script.jsl. I want to convert col 1 (character, nominal, input format "<DD>/<MM>/<YY> <hh>:<mm>:<ss>") to Date (numeric, continuous, output format "<DD>.<MM>.<YY> <hh>:<mm>:<ss>"). However if I use my script then the conversion is wrong in the rows from 26...

    RobDoubleU RobDoubleU
    Discussions |
    May 5, 2025 5:47 AM
    1880 views | 2 replies
  • 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
    2913 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
    2160 views | 3 replies

Latest Discussions

  • Space Filling Design - Fast Flexible Filling

    I applied a couple constraints when running a Space Filling DOE and it performed pretty well. However, the algorithm "Fast Flexible Filling" is a bit cryptic. Where can I find documentation that expounds on the algorithm/methods behind "Fast Flexible Filling"?   JMP Ver.18.0.1

    JeanK JeanK
    Discussions |
    May 5, 2025 9:03 AM
    1397 views | 2 replies
  • JMP Chinese-english comparison

    Does anyone have a Chinese-English comparison of JMP statistical terms?

    MathIguanodon10 MathIguanodon10
    Discussions |
    May 5, 2025 6:37 AM
    1688 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
    1776 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
    4371 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
    3642 views | 6 replies

Latest Discussions

view all discussions