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

  • Légende sur control chart avec JMP 16

    Bonjour à tous,@eromeu @flo_kussener Comment afficher sur la control chart la légende sur JMP 16?Je parvenais à le faire sur JMP 15 mais cela n'est plus possible sur JMP 16. Il est toujours possible de mettre une couleur ou une forme  via "color or mark by column" mais pas possible d'afficher la légende comme avant. Merci infiniment pour votre aide et mes meilleurs vœux pour cette année 2022

    VéroniqueB VéroniqueB
    Discussions |
    Jan 7, 2022 6:15 AM
    640 views | 1 replies
  • 怎样用脚本实现拖动到表格的最后一行、使它在可见范围

    表格有很多行、如何用脚本实现拖动到表格的最后一行、使它在可见范围?谢谢!dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt << Select Rows( N Row( dt ) ); dt << Go To( Rows( N Row( dt ) ) ); 

    lala lala
    Discussions |
    Jan 7, 2022 5:20 AM
    883 views | 3 replies
  • Add one more column based on condition and grouping on other columns

    Hello All,
    Happy new year, 
    I stuck at another place, have idea/logic but not able to put into correct formula. Please see the attached image for description. Sample data is also attached.

      Any help?
    Many thanks.

    HSS HSS
    Discussions |
    Jan 7, 2022 2:09 AM
    1698 views | 2 replies
  • How to do Fit Y by X if I want to do for factorial Xs

    Hello,I am trying to analyze cell survival in response to multiple drugs to understand synergistic effectsFor example:X1X2X3Y100100105505052520020001010010003020001031000520020010101005800060 Is there way I can do Fit Y by three different drugs X1, X2, and X3 on JMP?Initially I ran Fit Model and did prediction profilers, but the prediction values are very off from the observed values.I applied the...

    joepark joepark
    Discussions |
    Jan 6, 2022 1:33 PM
    1662 views | 5 replies
  • Matched pairs vs Each pair Student's T

    Hello, I am trying to look at the effect of two conditions on my matched paired data. I am confused as to what the pair Student's T test does (Analyze > Fit Y by X > Compare Means > Each Pair, Student's T) vs Analyze > Specialized Modeling > Matched PairsI am trying to understand what the Each Pair, Student's T does and when I should be using that vs Matched Pairs.<JSL> 15.2.1

    pnakashe pnakashe
    Discussions |
    Jan 6, 2022 12:46 PM
    1895 views | 2 replies

Latest Discussions

  • Légende sur control chart avec JMP 16

    Bonjour à tous,@eromeu @flo_kussener Comment afficher sur la control chart la légende sur JMP 16?Je parvenais à le faire sur JMP 15 mais cela n'est plus possible sur JMP 16. Il est toujours possible de mettre une couleur ou une forme  via "color or mark by column" mais pas possible d'afficher la légende comme avant. Merci infiniment pour votre aide et mes meilleurs vœux pour cette année 2022

    VéroniqueB VéroniqueB
    Discussions |
    Jan 7, 2022 6:15 AM
    640 views | 1 replies
  • How to do Fit Y by X if I want to do for factorial Xs

    Hello,I am trying to analyze cell survival in response to multiple drugs to understand synergistic effectsFor example:X1X2X3Y100100105505052520020001010010003020001031000520020010101005800060 Is there way I can do Fit Y by three different drugs X1, X2, and X3 on JMP?Initially I ran Fit Model and did prediction profilers, but the prediction values are very off from the observed values.I applied the...

    joepark joepark
    Discussions |
    Jan 6, 2022 1:33 PM
    1662 views | 5 replies
  • remove batch effect

    I have a data set coming from two independent experiments. I see for some samples there are batch to batch response (final outcome) variation. Please guide me in- how to mitigate this batch effect in JMP.Thanks 

    SIBH SIBH
    Discussions |
    Jan 6, 2022 11:20 AM
    1654 views | 4 replies
  • How can I evaluate a full factorial design with a quadratic regression model?

    Hi there, I'm new to the community and I'm still quite a beginner at JMP. I have the following problem: I did a full factorial 3 ^ 3 plan. The results I got are not linear but increase exponentially. When evaluating the "ordinary least squares" I only get a linear model. Is there a way to do a regression with a higher degree polynomial? If so, how could I do that? Thanks in advance.

    BoostingColt747 BoostingColt747
    Discussions |
    Jan 6, 2022 6:21 AM
    2686 views | 5 replies
  • Leverage values

    How do I calculate leverage values in JMP? Is there a way to get a column of the data?

    ProbitBat360 ProbitBat360
    Discussions |
    Jan 6, 2022 5:34 AM
    828 views | 1 replies

Latest Discussions

  • separating labelled values from graph points

    I have looked in the scripting help section and all over this community and haven't found a solution for my problem so hopefully someone can help. I have a graph containing two trend lines and a bar graph and want to label the values of each point but when I set the labels both values show up on each trend line and I can't figure out how to separate the labels. I tried stacking the labelled column...

    Cdougz Cdougz
    Discussions |
    Dec 31, 2021 7:38 AM
    685 views | 0 replies
  • Expand Contours

    Hi, 

    I understand that the contouring is done based on triangulation to data points, but is there a method for expanding them further to fit a custom SHP file I've imported into JMP? I've already set the alpha and the lowest value so the contour should cover the, 'most', area. Any other methods? Thanks! 

    MikeDereviankin MikeDereviankin
    Discussions |
    Dec 15, 2021 12:49 PM
    553 views | 0 replies
  • Getting all Zeros for the AR(1) estimate/std error in a Repeated Measures Mixed Model Using JMP Pro

    I am fitting a model of a continuous response against 7 fixed effects. When running the Standard Least Squares; my residuals plots/assumptions checks don't look too bad but the Durbin Watson test is suggesting an AR(1) structure in the residuals. This is expected for this particular analysis and is consistent with other data sets looking at the same response/factors. The Time Series platform also ...

    lisa2442 lisa2442
    Discussions |
    Dec 14, 2021 7:32 AM
    671 views | 0 replies
  • Export Functional Data Explorer prediction formula

    Hi,I want to export the prediction formula generated by Functional Data Explorer either to Excel or Python (via Formula Depot), but there is a problem because the formula contains P Spline Coef() interpolation, which I think is not available in Excel or in Python libraries. Do you have any suggestions how to solve this?Best regards

    ruskicar ruskicar
    Discussions |
    Dec 14, 2021 2:11 AM
    663 views | 0 replies
  • Need help with changing separators lines location in a variability graph

    Hello,I need to change the locations of the separators line in the graph.In the attached image, I need the separators lined on the upper row (labeled ISI).I have tried to find how to do that without success.Thanks

    SHRG SHRG
    Discussions |
    Dec 10, 2021 8:59 AM
    858 views | 0 replies
view all discussions