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

  • Concatenate values in a column

    Hello all,I am trying to create a new column that concatenates column A, B and C together. The example and the script is showing bellow. The script doesn't work. could someone help me with it? Thanks, A         B      C dt_summary << new column("Category", string,
    formula(:Name( "Frame Config" ) || "_" ||:Name( "Bar Spacing (mm)" )||"_"||:Name( "Clamping Spacing (mm)" )),
    eval formula);

    Anonymous Anonymous
    Discussions |
    Jul 9, 2018 12:08 PM
    9212 views | 8 replies
  • How to update "fit x by y" analysis with multiple y data

    Hello, I'm new in usin JMP. I've performed "fit x by y" analysis with twenty "y "data. Then, I've changed values for some data in the table. Thus, results of "fit x by y" analysis are exact anymore. I'm now trying to update "fit x by y" analysis for all Y data using few click (a method quicker than clicking on the red Arrow of Y data analysis on by one). Is it possible? thank you very much for you...

    Titanescu Titanescu
    Discussions |
    Jul 9, 2018 12:05 PM
    4604 views | 3 replies
  • Table Functions - Multiple tables

    I have two problems with I guess JMP assigns tables and uses them later. Steps 2 and 3 will be in separate scripts being called in using the Include() function.   // Step 1: Pull in data from server and assign it to dt_testdata_ss   dt_testdata_ss = Open Database( <server string>, <query string> , "dt_testdata_ss" );   // Step 2: creates new table with conditions   dt_testdata_ss_tx = dt_testdata_...

    Yngeinstn Yngeinstn
    Discussions |
    Jul 9, 2018 9:55 AM
    7692 views | 5 replies
  • Formula for polynomial function / Finding Area under the Curve

    So, I would like to find the Area under some curves. Actually quite many of them, so using the Trapezoid method manually won't work, and can't imagine it would be valid enough. There is some kind of function for this for ROC-curves, but is it usable for finding the AUC in curves, measureing blood substances over time (five times)?

    However, if I get a formula for a fitted Curve, I can use it to find...

    JohanJakobsson JohanJakobsson
    Discussions |
    Jul 9, 2018 7:20 AM
    13036 views | 10 replies
  • two-way (or full factorial) repeated measures ANOVA with Block

    Good afternoon,I would like to know if with JMP 14 is it possible to perform the Two-way (or full factorial) repeated measures ANOVA with blocks.When I perform random effects (for blocks) and I perform MANOVA I get error message:" Random effects are not supported by MANOVA".How can I perform this test with JMP 14?
    Thank you for any help you can provide me.

    Laura1 Laura1
    Discussions |
    Jul 9, 2018 6:37 AM
    4674 views | 3 replies

Latest Discussions

  • two-way (or full factorial) repeated measures ANOVA with Block

    Good afternoon,I would like to know if with JMP 14 is it possible to perform the Two-way (or full factorial) repeated measures ANOVA with blocks.When I perform random effects (for blocks) and I perform MANOVA I get error message:" Random effects are not supported by MANOVA".How can I perform this test with JMP 14?
    Thank you for any help you can provide me.

    Laura1 Laura1
    Discussions |
    Jul 9, 2018 6:37 AM
    4674 views | 3 replies
  • generating an equation for a surface

    Hi allI have data where there are two input parameters that yield a factor.  I can make a surface plot of this data.  Is there a way to now see an equation that models this same surface?Maureen

    Maureen Maureen
    Discussions |
    Jul 6, 2018 12:19 PM
    6113 views | 6 replies
  • Lack of Fit in Logistic Rgression Report

    I have performed Logistic Regression analysis on a data set that contains 6 binary factors and 1 continuous factor. Then I repeat the analysis after converting the continuous parameter to binary by thresholding (0 if <= threshold, 1 otherwise).With the first analysis I get the following Lack of Fit table in the reportLack Of FitSourceDF-LogLikelihoodChiSquareLack Of Fit1.85e+74433.76278867.525Satu...

    ranjan_mitre_or ranjan_mitre_or
    Discussions |
    Jul 6, 2018 6:09 AM
    3582 views | 1 replies
  • Trend analysis (evolution & comparison)

    Hi all, I have a data set with continous variable (not linked together). I have, over the year, data on the use of 3 products (expressed in DDD) and their efficacy (expressed in %). Annual value for each of the data.1) I would like to know how to test the evolution of the efficacy/consumption over the years (is it significatively increasing or decreasing and cherry on the cake, when does it become...

    tetsunochin tetsunochin
    Discussions |
    Jul 5, 2018 8:27 AM
    5483 views | 5 replies
  • Goodness of Fit/P-Value in Graph Builder

    When doing regression line in Graph builder is there a way to get Goodness or Fit/P-Value?

    TriciaJF TriciaJF
    Discussions |
    Jul 5, 2018 6:05 AM
    4195 views | 3 replies

Latest Discussions

  • repeated-measures ANCOVA: How to perform the analysis when the parallel slope assumpt. doesn't meet?

    Hi all,I need to perform the ANCOVA for a repeated-measures design. I tried to adapt the Julian's ANCOVA procedure showed on the https://www.youtube.com/watch?v=mApbp1RDy-U to my study case (repeated-measures design). Initially, I did the following actions: 1. In the Fit Y by X dialogue: I selected VAR_Y as "Y, Response" and VAR_X as "X, Factor";2. For "Group by" I selected the variable Timepoint;...

    Reinaldo Reinaldo
    Discussions |
    Jun 18, 2018 6:31 AM
    2956 views | 0 replies
  • Time Series - Prewhiten

    Hello Everyone, My question pertains to understanding what the terminology in JMP's prewhiten platform means.Also, understanding how that helps me determine an appropriate Transfer Function that I can use to test whether x causes y. JMP's prewhiten output shows three different ACF's labeled "Prewhiten Corr", "Noise AutoCorr", & "Noise Partial AutoCorr".
    What is the Prewhiten Corr, Noise AutoCorr, &...

    nopon649 nopon649
    Discussions |
    Jun 7, 2018 11:10 PM
    2078 views | 0 replies
  • Fit Spline By Group: Save Spline Coefficients to Column?

    Hi all--having an issue.  I am using Fit Y by X to fit 5,000 separate regressions.  I hold control, select red drop-down arrow, and Fit->Flexible, Fit->Spline and select, say, 0.1.   This fits a spline to all 5,000 graphs with lambda of 0.1.  I have 28 X values in each of 5,000 graphs, and I understand there are 4 different spline coefficients (A, B, C, D).  I understand if I just had 1 regression...

    M0gAl0g M0gAl0g
    Discussions |
    Jun 5, 2018 3:19 PM
    2569 views | 0 replies
  • Why does Profiler not stop

    All, 
         I have a script I am trying to profile and improve on. When I run the script without the profiler, it runs and ends within 4 minutes. When I try to profile the script, even after a good 5-6 minutes, it does not stop. Wondering why this is happening and if there is a way to use profiler and not run into this.      I am using JMP 13.   

    uday_guntupalli uday_guntupalli
    Discussions |
    Apr 27, 2018 7:12 AM
    1566 views | 0 replies
  • P value, L-R Chi Square, Prob Chi Square in Choice results

    Hello everybodyI am going to undrestand the P value, L-R Chi Square, Prob Chi Square in Choice results. But different interpretations of these values can be found in the web. It seems that the true interpretation is related to null hypothesis and confidence intervel.The results of the study are as the attached pictures.Could any body inform me what exactly these statistics are saying and base on w...

    aryasohrabi aryasohrabi
    Discussions |
    Mar 17, 2018 2:22 AM
    3564 views | 0 replies
view all discussions