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

  • How to create DOE Scatter Plot and DOE Mean Plot using Graph Builder

    I am reading the DOE guideline from NIST, and wanted to create a DOE Scatter Plot and DOE Mean Plot. Using Graph Builder I am not sure how I can include multiple columns, i.e. X's, on the x-axis? At most, it lets me do 2, but it overlaps the data, so I am wondering if JMP can create graphs like the one below?  ^ DOE Scatter Plot ^ DOE Mean Plot 

    AsymptoticRules AsymptoticRules
    Discussions |
    Nov 9, 2023 10:23 AM
    2856 views | 3 replies
  • LIMS as a data source

    Is it possible to use LIMS as a data source in Jump?

    KaroLina KaroLina
    Discussions |
    Nov 9, 2023 9:50 AM
    866 views | 1 replies
  • How to remove duplicate entries from a list?

    If I have a list likemyList = {"John", "Dan", "Rob", "Rob", "Matt", "Shane", "Matt", "Shane", "John"};How do I get a list with duplicate entries removed ?myList_new= {"John", "Dan", "Rob", "Matt", "Shane"}; 

    Neo Neo
    Discussions |
    Nov 9, 2023 9:33 AM
    2335 views | 2 replies
  • Save summary in control chart

    Hi, 
    I'm using JMP 17. i would like to save a summary in excel file that include product name. 
    is it able to phase twice to get another column which is product name?

    else
    Can advise me how to add another column named product name in the summary?
    dt = PT << Save Summaries;

    Current Summary


    Output that I hope to get is have 3 columns which is Line, Profile Start Time and Product Name 

    Celine1 Celine1
    Discussions |
    Nov 9, 2023 7:58 AM
    751 views | 1 replies
  • colonne égale à 0

    Bonjour à tous, Je cherche à réaliser des manipulations sur les colonnes lorsque la colonne ne contient pas que des valeurs égales à 0.
    J’utilise le script ci-dessous mais j’obtiens une erreur.

    Names Default To Here (1); dt = current data table(); H = Col Sum(:"ATT2"n); //show(H); If(H != 0, dt << Select Where (:"ATT2"n == 1) << Subset (Selected Rows( 1 ), Selected columns only( 0 ) ); Close(dt...

    hcarr01 hcarr01
    Discussions |
    Nov 9, 2023 7:09 AM
    3035 views | 8 replies

Latest Discussions

Latest Discussions

  • Nested Cross-Validation Script?

    Hello, how can I apply nested cross-validation outside of the model screening platform? I would strongly suggest to extend the Make-Validation-Column Section by an option to automate nested cross validation for all predictive models. It would be cool to just select a validation column (or 2 validation columns) for nested cross-validation. In the meantime, could you please provide me with an exampl...

    MarkusJH MarkusJH
    Discussions |
    Nov 2, 2023 3:21 AM
    718 views | 0 replies
  • Functional data in rows-as-functions, but different rows have different step size

    Hello - I have a table with 250+ experiments and thousands of columns, about 100 that are for either raw or transformed data, and then I'm taking output from an xml file with functionally "spectral data" (XRD diffractograms for anyone that is familliar), and just laying that on its side in row form (more explanation if needed in another question I posted here: https://community.jmp.com/t5/Discussi...

    ehchandlerjr ehchandlerjr
    Discussions |
    Oct 28, 2023 12:33 PM
    688 views | 0 replies
  • How to adjust the factor range for specific factors within an ongoing DOE

    Hi, I designed a DOE that has two independent buffers. This DOE will range components in each buffer which will be used in a processing step sequentially. IE, buffer A, followed by buffer B. We already prepared for the DOE, and formulated the A buffers as per the recommended design. For the B buffers, we intended on ranging 2 components but later decided to reduce to ranging one component, and als...

    MetaLizard62080 MetaLizard62080
    Discussions |
    Oct 26, 2023 5:25 PM
    648 views | 0 replies
  • Type 1 MSA for microscope and Offset.

    Hello Everyone,I was looking for someone who could help me with a dilemma I'm facing with respect to an MSA for a microscope. The specific problem is that i do not have tolerance I can input for my type 1 analysis. Resolution used is 5 microns per pixel, the accuracy cannot be below 5 microns. This is the standard resolution for particles starting from 50 microns. I have attached the Linearity stu...

    MSAanalysis MSAanalysis
    Discussions |
    Oct 23, 2023 12:58 AM
    1391 views | 0 replies
  • Is it possible to customize such buttons in the toolbar: a button next to an editor bar?

    The edit bar can fill in characters, click the button to run a JSL, JSL can automatically read the content of the edit bar and write into the variable. Thanks!

    lala lala
    Discussions |
    Oct 19, 2023 11:01 PM
    566 views | 0 replies
view all discussions