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

  • Pareto Plot Functionality

    Is there a maximum number of causes, or data points a pareto plot can run with? I have a pareto plot that has a little over 5000 causes. When I try to combine the last ~5000 causes, the plot is not interactive anymore. I know it will probably lag a good amount, but I am not getting any interaction. 

    JMewborn JMewborn
    Discussions |
    Jul 21, 2022 9:49 AM
    810 views | 3 replies
  • WHY Support Vector Regression (SVR) considers EXCLUDED ROWS during analysis?

    I am trying to predict continuous response on the basis of continuous inputs. However, during analysis, I've observed that SVR is considering excluded rows, which I want to use for model validation. Furthermore, the regression results couldn't be duplicated in Scikit-Learn library.Please help on this issue!

    iXmkXm iXmkXm
    Discussions |
    Jul 21, 2022 7:35 AM
    1167 views | 2 replies
  • Structural Equation Modeling

    @LauraCS  Laura, I have a simple (hopefully) question. I have two variables (x and y) that predict an outcome variable Z The trouble is I think y depends on x I'd like to set up a path analysis that shows me whether y has independent contribution to Z or is just serving as a proxy for x. When I do it the way I think I should, I don't get the answer I like  Thanks you so much for your guidance -  T...

    robertstpl robertstpl
    Discussions |
    Jul 21, 2022 7:25 AM
    3125 views | 11 replies
  • Save file out of jmp 16.2 project

    How do you save a useful table out of a jmp project for use in other analysis?  I have a feeling the answer is going to be similar to finding the sunglasses I'm looking for are already on my head...

    SuperfluousGnu SuperfluousGnu
    Discussions |
    Jul 21, 2022 5:25 AM
    937 views | 2 replies
  • Evaluating slope of each cycle/season in a time series

    I am trying to figure out the slope for each cycle in a time series and was wondering what could be done next to evaluate this.  The slope of the highlighted section in blue is to be found 

    AlphaPanda86751 AlphaPanda86751
    Discussions |
    Jul 21, 2022 3:52 AM
    2499 views | 8 replies

Latest Discussions

  • Pareto Plot Functionality

    Is there a maximum number of causes, or data points a pareto plot can run with? I have a pareto plot that has a little over 5000 causes. When I try to combine the last ~5000 causes, the plot is not interactive anymore. I know it will probably lag a good amount, but I am not getting any interaction. 

    JMewborn JMewborn
    Discussions |
    Jul 21, 2022 9:49 AM
    810 views | 3 replies
  • Structural Equation Modeling

    @LauraCS  Laura, I have a simple (hopefully) question. I have two variables (x and y) that predict an outcome variable Z The trouble is I think y depends on x I'd like to set up a path analysis that shows me whether y has independent contribution to Z or is just serving as a proxy for x. When I do it the way I think I should, I don't get the answer I like  Thanks you so much for your guidance -  T...

    robertstpl robertstpl
    Discussions |
    Jul 21, 2022 7:25 AM
    3125 views | 11 replies
  • Save file out of jmp 16.2 project

    How do you save a useful table out of a jmp project for use in other analysis?  I have a feeling the answer is going to be similar to finding the sunglasses I'm looking for are already on my head...

    SuperfluousGnu SuperfluousGnu
    Discussions |
    Jul 21, 2022 5:25 AM
    937 views | 2 replies
  • How do extract parts of a binary file and evaluate them separately?

    Hello! For example this file with this script can get the first data is a date.
    How do I use a script to extract this "A2 3F 32 01"
    and use a script to calculate its corresponding decimal value= 20070306 Thanks! 

    lala lala
    Discussions |
    Jul 21, 2022 1:30 AM
    2400 views | 8 replies
  • Is there any way to create a multi-layer array?

    Hi, 1) I'm trying to create a multilayer array where one key, gets multiple layers. Is there any way to do this. For example, my jsl should look like: EX = Associative Array( {"Blue", "Green", "Red"}, {1, 2, 3}, {"Bear", "Gecko", "Rabbit"} );I'm trying to get it so that if I select "Blue", I get both 1 and "Bear". 2) Is there any way for an array to map for a function. For example, EX = Associativ...

    PowerOx327 PowerOx327
    Discussions |
    Jul 19, 2022 10:10 PM
    816 views | 2 replies

Latest Discussions

  • Choice model platform and marginal effects?

    Hi everyone,I have used the choice model platform to design and analyse choice experiments. However, at the analysis step, there are some parts of JMP platform output that are not clear, and I wonder if you can provide an answer:It is not clear how marginal effects are calculated in JMP.More specifically, how do we obtain marginal probabilities from marginal utilities since neither the utility fun...

    gav2013 gav2013
    Discussions |
    Jul 18, 2022 7:14 AM
    810 views | 0 replies
  • July/August classes from JMP Education

    JMP Education is offering upcoming classes with a live instructor. Links go to the page in the course catalog with more information and a link to register. July 26-29: JMP: Reliability Analysis for Non-Repairable Systems August 9-12: JMP Pro: Analyzing Curves and Profiles Using the Functional Data Explorer August 16-19: JMP: Statistical Decisions Using ANOVA and Regression August 29-September 1: J...

    Di_Michelson Di_Michelson
    Discussions |
    Jul 11, 2022 8:50 AM
    482 views | 0 replies
  • Urgent: covariance parameter estimates are all zero (i.e. estimate, Std error, confidence interval)

    Dear All,I have been analysing a two factorial (3*4) RCBD repeated measures design by using the mixed model approach in JMP. Above is a section of the report I got. Why are the estimates zero. Other information include about the analysis include:1. 14 continuous variables measured four times at unequal time periods2. All the three covariance structures I tried (AR1, Toeplizt and spatial power) had...

    MomentMonster90 MomentMonster90
    Discussions |
    Jun 13, 2022 5:53 AM
    618 views | 0 replies
  • Validate column values (make sure all values in column follow a specific pattern)

    Is there a better way rather than iteration of all the rows to validate values in column? Let's say before making something with the column I want to make sure that all values in column match specific Regex. Like so:!IsMissing(Regex(Column(myColumn)[1], "^\w+(\d{3})\w+$", "\1"))I can iterate through each row to make sure that all of them match, but maybe there is a better way?  

    miguello miguello
    Discussions |
    May 6, 2022 11:09 AM
    484 views | 0 replies
  • SUR (Seemingly Unrelated Regressions)

    HI, How to find estimators of FGNLS and NLS (Seemingly Unrelated Regressions) Using JmpPro.# Note that it is present in SAS in the proc syslin
    and it is in stat in the nlsur command Regards

    Raaed Raaed
    Discussions |
    May 5, 2022 4:45 PM
    625 views | 0 replies
view all discussions