cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.

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 use prediction profiler to achieve a combination of target conditions?

    I have a 5 column data. Variation of input parameters/conditions in rows of the first three column results in (measured) values in column 4 and 5. How to use prediction profiler to predict a combination of input parameters/conditions to achieve a target combination (in my case a target concentration and depth)?I would prefer a graphical way but I can also handle JSL.  

    Neo Neo
    Discussions |
    Dec 18, 2023 9:31 AM
    1738 views | 5 replies
  • Definitive Screening Design question

    Should you only run a Definitive Screening Design if you know or think you're very close to the process optimum? What happens if you run a DSD, but you're outside the optimum factor space? Would you have wasted your time, and have been better off doing a fractional-factorial 1st to screen items, then doing the full factorial to get curvature afterward? 

    mjz5448 mjz5448
    Discussions |
    Dec 18, 2023 4:01 AM
    2489 views | 8 replies
  • Can Substitute implement the function of regular substitution?

    For example, replace the column name [20231216] to show that this 20231216 is a variable 8-digit number:  Col1[20231216]、Col2[20231219]For( i = 2, i <= N Col( dt ), i++, ca = Column( i ) << Get Name; cc = Substitute( ca, "[(.{8,})]", "" );//?? Column( dt, i ) << set name( cc ); );Thanks!

    lala lala
    Discussions |
    Dec 17, 2023 5:09 AM
    1167 views | 3 replies
  • How to import tab-separated text directly into tabular data with the "Import Multiple Files" function?

    I have set this up, but the imported data still cannot be directly tabular.Thanks!Multiple File Import( <<Set Folder( "C:\7\" ), <<Set Show Hidden( 0 ), <<Set Subfolders( 0 ), <<Set Name Filter( "*.*;" ), <<Set Name Enable( 0 ), <<Set Size Filter( {1491, 2610} ), <<Set Size Enable( 0 ), <<Set Date Filter( {3785240875.633, 3785241343.586} ), <<Set Date Enable( 0 ), <<Set Add File Name Col...

    lala lala
    Discussions |
    Dec 17, 2023 4:53 AM
    1359 views | 4 replies
  • JSL to create formula column with variable column names

    Hi,I need to create a new formula column via script using variables for column names and constant.Tried various combinations of Expr, Eval, Parse, Eval Insert for no avail.See sample.Thanksrow = 11; col = "foo"; for (i = 1, i <= ncols(dt), i++, dt << New Column( "ratio " || char(i), numeric, formula(( column(col) - column(col)[row] ) / (Col Max(col) - Col Min(col)))); );

    RonB RonB
    Discussions |
    Dec 17, 2023 12:18 AM
    1270 views | 2 replies

Latest Discussions

  • How to use prediction profiler to achieve a combination of target conditions?

    I have a 5 column data. Variation of input parameters/conditions in rows of the first three column results in (measured) values in column 4 and 5. How to use prediction profiler to predict a combination of input parameters/conditions to achieve a target combination (in my case a target concentration and depth)?I would prefer a graphical way but I can also handle JSL.  

    Neo Neo
    Discussions |
    Dec 18, 2023 9:31 AM
    1738 views | 5 replies
  • Definitive Screening Design question

    Should you only run a Definitive Screening Design if you know or think you're very close to the process optimum? What happens if you run a DSD, but you're outside the optimum factor space? Would you have wasted your time, and have been better off doing a fractional-factorial 1st to screen items, then doing the full factorial to get curvature afterward? 

    mjz5448 mjz5448
    Discussions |
    Dec 18, 2023 4:01 AM
    2489 views | 8 replies
  • How to update the graph in Journal if the data changed ?

    hello, I am new to JMP journal. I have a simple question as below when I start to use journal. an example data and graph, Next, the data is changed, and I want this graph in journal could be changed accordingly. How to make it happen in a easy way?  

    ChernoffTurtle7 ChernoffTurtle7
    Discussions |
    Dec 14, 2023 8:45 PM
    812 views | 1 replies
  • Importing summary statistics from excel to jmp

    Hi, Is there a way of importing and plotting a set of observations that already has the summary statistics? I do not have the independent experiments values, just the summary of statistics.
    I could from the standard deviation values obtain the range and add more rows for each treatment but I wonder if there is a way to avoid that. Thanks!  

    CountableFawn37 CountableFawn37
    Discussions |
    Dec 14, 2023 2:50 PM
    752 views | 1 replies
  • Measurement System Analysis

    Hi, I have to conduct a Measurement System Analysis on a machine that takes 24 parts every time at fixed positions. The position inside the machine would be my operator.If I want to conduct a full crossed Gauge R&R with 3 repetitions, I have to run the machine 72 times (24*3).Is there a way to design an MSA that reduces the number of measurements?I have tried the MSA design, but I don't know how t...

    bbenny7 bbenny7
    Discussions |
    Dec 14, 2023 9:41 AM
    864 views | 1 replies

Latest Discussions

  • Sphericity test not performed due to insufficient error degrees of freedom

    Hi,I have Heart rates from 3 different groups collected at 7 times differents points. I would like to perform a repeated measures ANOVA. To do so, I would like to check sphericity assumption. I found online that you have to split your data and then Analyze > fit model, I add my 7 times in "Y" then Group in "Construct model effects", then Personality "Manova", Run. I checked “Univariate Tests Also”...

    ClassMegalodon6 ClassMegalodon6
    Discussions |
    Dec 14, 2023 2:54 AM
    755 views | 0 replies
  • Survival analysis

    What is the rationale of using three different types of log-rank equivalent tests (Mantel-Cox, Breslow, and Tarone-Ware). How can I examine the confounding effects of other factors when running the survival analysis? 

    fgaochori fgaochori
    Discussions |
    Dec 13, 2023 11:31 AM
    591 views | 0 replies
  • Select ALL matching cells

    very useful!
    it selects the matching cells in all open datasets (e.g. select a specific wafer and get it highlighted in the other datasets)
    Working with Rows  ... but a little hard to find

    note to mysef: not here - or here: but here: Thankyou, @Jasean for showing me the way ...

    hogi hogi
    Discussions |
    Dec 9, 2023 3:12 AM
    664 views | 0 replies
  • Vector Modeling and Related Analysis Capabilities

    hello JMP team ,  I am curious to learn more on the vector data type modeling and any associated analysis on that . Are there examples of sample vector datasets ? Once such dataset exists, could clustering techniques work on them and how would they work specifically ?I assume they would at the very least extract statistical aggregation from each vector and use these for clustering. Is there any mo...

    altug_bayram altug_bayram
    Discussions |
    Dec 1, 2023 2:30 PM
    612 views | 0 replies
  • Dendrograms in JMP: show scale, show categories without the categories dendrogram and setup UPGMA+dice as statistics.

    HiDoes anybody know how to get the scale of the dendrograms? Scale can be setup in different ways, but it is not shown by default in the output.Does anybody know how to get the categories labels shown without performing the categories dendrogram?Does anybody know how to perform Dice+UPGMA dendrograms? Those are basics statistics, and I can’t find them.Thank you very much if someone helps JMP 17.2....

    JRTormo JRTormo
    Discussions |
    Nov 29, 2023 2:41 AM
    836 views | 0 replies
view all discussions