cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.

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

  • extract a particular sting

    Hi,  I want to extract the bin values from the rows and store in the list. For example- BIN = "B" 8 "Bad Bump" -> I want to extract letter "B" from the string  and store in the listBIN = "P" 6153 "PCM"  -> I want to extract letter "P" from the string and store in the list and likewise for all the rows containing bin Here is what I tried so far. It only extracts the row 13Names Default To Here( 1 )...

    Jackie_ Jackie_
    Discussions |
    Aug 1, 2022 10:50 AM
    1730 views | 4 replies
  • How to include another script in current script

    Hello all, I have two scripts A and B. Script A and B both use the same data table. And what script A can do is updating columns for the data table.  I want to open the data table, call script A, and then use the table from script A to do the future analysis. But my code doesn't work.  Below is a part of my script. I think the script A is called successfully, but the script after include function ...

    Anonymous Anonymous
    Discussions |
    Aug 1, 2022 9:48 AM
    6864 views | 2 replies
  • How do I get VIF to display in the parameter estimates column

    Hello,I want to check the VIF scores for a nominal logistic regression. When I right clicked on the parameter estimate table -> column, VIF option is not displayed. Any suggestions on how to add-in VIF as column? I'm using the latest version of JMP pro on windows. 

    CumulativeTiger CumulativeTiger
    Discussions |
    Aug 1, 2022 7:30 AM
    2888 views | 2 replies
  • Can you help me in interpreting this result of GLM normal with log function?

     I am new to GLM, can someone help me in understanding this. Whether the model is fitting or not, acceptable or not.? Thank You 

    BivariateWombat BivariateWombat
    Discussions |
    Aug 1, 2022 7:25 AM
    1560 views | 2 replies
  • How to select a group and delete the columns via JSL ?

    Hi, I am looking for a way in JSL to select an existing group of columns and then delete the columns in this group.Sorry for asking but I am still a beginner in scripting.

    LogitTurtle576 LogitTurtle576
    Discussions |
    Aug 1, 2022 7:20 AM
    1793 views | 2 replies

Latest Discussions

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
    1011 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
    663 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
    784 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
    631 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
    777 views | 0 replies
view all discussions