cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Highlight bins in a distribution based on a column value to highlight bin migration

    I have a set of distributions which contain a population of units. I have used a select where with a containsitem call to select the list items in my dataset matching specific DUT reference ID numbers. This helps to show which bins contain the measurements for the units of interest. I would like use the date of test for each instance of the selection to highlight the bin containing measurements. F...

    bb101 bb101
    Discussions |
    Oct 14, 2024 1:15 PM
    3094 views | 12 replies
  • Problems with downloading JMP student

    I signed up for JMP student access and recevied the license information. On the license information page, when I click on the hyperlink "JMP Subscription Installer Download via MyJMP", I am getting an error message stating the following. How do I resolve this issue as my graduate class starts in 3 days? "Thank you for your interest in accessing My JMP. We apologize for any inconvenience, but we ar...

    MSSJU MSSJU
    Discussions |
    Oct 14, 2024 11:06 AM
    797 views | 1 replies
  • Importing Excel Files Containing Mixed Date Formats into JMP results in missing values

    Hello!

    I am currently facing an issue while importing an Excel file that contains a date column into JMP. This column includes two different formats: "DD/MM/YYYY" and "DD/MM/YYYY hh:mm". The "DD/MM/YYYY" format should be interpreted as midnight, i.e., "DD/MM/YYYY 00:00". However, when I import the file into JMP, whether via script or the GUI, whatever import option used, JMP seems to import missing...

    Florent_M Florent_M
    Discussions |
    Oct 14, 2024 5:08 AM
    1611 views | 4 replies
  • Conditionally colour text of a Data Table Box

    I would like to colour the text of specific cells of a Data Table Box based on a condition. Take as example of what I am trying to do the following: dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Select Where(:Age > 14); :Age << Color Cells( "Red" ); the above gives the output:but then the result in the window is: win3 = New Window( "Combined Report", Data Table Box(dt));There is not any colour....

    Georgios_Tsim Georgios_Tsim
    Discussions |
    Oct 14, 2024 4:08 AM
    1284 views | 4 replies
  • JSL: How can I set the variables for process capability from a list?

    Hello,my list of dataColName contains the column headers that I want to use as variables for process capability. dataColName = dt_data << GetColumnNames( Numeric, String );repWin = New Window( sTableName, container = V List Box() );For( k = 1, k <= N Items( dataColName ), k++,   content = V List Box(  dt_data_sub <<  Process Capability(  //Process Variables( :Assay, :Dissolution, :Weight ),  Proce...

    uwe_hiss uwe_hiss
    Discussions |
    Oct 13, 2024 10:16 AM
    11437 views | 4 replies

Latest Discussions

  • Problems with downloading JMP student

    I signed up for JMP student access and recevied the license information. On the license information page, when I click on the hyperlink "JMP Subscription Installer Download via MyJMP", I am getting an error message stating the following. How do I resolve this issue as my graduate class starts in 3 days? "Thank you for your interest in accessing My JMP. We apologize for any inconvenience, but we ar...

    MSSJU MSSJU
    Discussions |
    Oct 14, 2024 11:06 AM
    797 views | 1 replies
  • Importing Excel Files Containing Mixed Date Formats into JMP results in missing values

    Hello!

    I am currently facing an issue while importing an Excel file that contains a date column into JMP. This column includes two different formats: "DD/MM/YYYY" and "DD/MM/YYYY hh:mm". The "DD/MM/YYYY" format should be interpreted as midnight, i.e., "DD/MM/YYYY 00:00". However, when I import the file into JMP, whether via script or the GUI, whatever import option used, JMP seems to import missing...

    Florent_M Florent_M
    Discussions |
    Oct 14, 2024 5:08 AM
    1611 views | 4 replies
  • Individual Control Chart

    here you find 54 individual data, exponentially distributed.JMP analyses the data and provides a STRANGE Control ChartWhy?See the attached fileFausto Galetto

    faustoG faustoG
    Discussions |
    Oct 12, 2024 9:24 AM
    26748 views | 61 replies
  • PLS

    New to PLS and confused as to the following: when I run the PLS and ask for results  for two factors, I  get two rows for each Y (in this case metabolites). I must  be interpreting the results wrong, as I do not expect two rows for each metabolite, with a total of four different scores, two apparently corresponding to each factor.  

    CarlSchmidt CarlSchmidt
    Discussions |
    Oct 12, 2024 7:49 AM
    463 views | 0 replies
  • Looking for help building a CCD RSM DOE with both blocks and custom axial levels.

    Hello,I'm currently trying to build a response surface model using a central composite design, but I want to add both blocks and custom axial points. My study has 3 continuous factors and will need to be split into 2 blocks of experimenting, and I prefer to set my axial levels to 2.0 instead of 1.0 to explore more of the design space and help correct for non-linearity a little better. I can build ...

    MorganM MorganM
    Discussions |
    Oct 12, 2024 4:23 AM
    1756 views | 6 replies

Latest Discussions

view all discussions