cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • 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
    2292 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
    12511 views | 4 replies
  • Stability studies

    Hi, Asking for ideas for analyzing data from a stability study with multiple compounds changing over time at different rates with many different types of samples included in the study.  Each data point is from a separate sample that has been aged for a given point in time.  Suggestions would be appreciated.

    VarianceMink489 VarianceMink489
    Discussions |
    Oct 13, 2024 9:20 AM
    2190 views | 2 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
    46422 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
    750 views | 0 replies

Latest Discussions

  • 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
    46422 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
    750 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
    3527 views | 6 replies
  • Not sure how to use "Weight" in "Analyze"

    I want to do something really simple. For simplicity's sake, assume I have two groups, let's say with N=2,000 in group 1 and N=3,000 in group 2. I'd like to compute an overall mean of a variable Y that is collected for each group. Y's mean in group 1 is 4 and in group 2 is 8. The overall mean here would be the unweighted mean and not the weighted mean–it should be 6. I might have thought that I sh...

    profjmb profjmb
    Discussions |
    Oct 12, 2024 12:39 AM
    9914 views | 10 replies
  • About missing annotations and lines

     Hello, I made a graphic via graphic builder and added some annotations and lines on it.I saved file as jrp and jpeg.However, when I opened this  jrp file again to add something, I saw nothing!All annotations and lines are missing and I couldn't find! Is there any solution to show or bring them back? Thank you

    Climatips Climatips
    Discussions |
    Oct 11, 2024 6:51 AM
    1288 views | 2 replies

Latest Discussions

view all discussions