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

  • 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
    1810 views | 2 replies
  • Where is transfer function analysis?

    I have two pre-whitened series and I want to do a transfer function analysis on them using JMP 13.  The docs say there is one, but I can't find it.  It's not under analyze > speciailized modeling or the trangle menu for time series.  Where can I find it?

    cormanaz cormanaz
    Discussions |
    Dec 15, 2023 2:14 AM
    7266 views | 4 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
    1037 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
    960 views | 1 replies
  • Loop to find max value for each unique values

    Hi, I am trying to iterate over each values of X and Y and save the max rn value in the MaxValue column.  Here is what I tried but something doesn't seem correct. Any advice?Names Default To Here( 1 ); dt = Current Data Table(); dt << begin data table(); // Loop through rows For( i = 1, i <= N Rows( dt ), i++, currentBarcode = dt:Barcode[i]; // Find the location of the maximum rn value for ...

    Jackie_ Jackie_
    Discussions |
    Dec 14, 2023 10:59 AM
    2708 views | 5 replies

Latest Discussions

  • 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
    1037 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
    960 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
    1174 views | 1 replies
  • How to insert or update datatable into database using script

    Hi, everyone.
    I'm using JMP 17. I want to insert or update the data in datatable into external database ssms.

    Currently, I have a datatable. I want to compare the row of datatable. If the row of datatable is not exist in database then insert into database, else if it is existed in database then update into database.

    I know the SQL have insert or update function but don't know the JMP script can make ...

    Celine1 Celine1
    Discussions |
    Dec 14, 2023 5:30 AM
    1272 views | 1 replies
  • 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
    1024 views | 0 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
    1024 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
    756 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
    876 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
    824 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
    1127 views | 0 replies
view all discussions