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

  • Uninstall JMP PRO 16 silently

    Hi,I want to uninstall JMP PRO 16 silently, i have tried with the below command but it is not working, looks like this stuck because of below pop up message    "C:\Program Files (x86)\InstallShield Installation Information\{61DF41B1-9877-4906-80C4-09941A05BD77}\setup.exe" -runfromtemp -l0x0409 -removeonly /s

    Aki Aki
    Discussions |
    Jul 8, 2022 12:57 AM
    4065 views | 2 replies
  • Custom Date Format in JSL Script (For Query Builder)

    Overall Goal: Create a query in Query Builder that filters on a date time column only pulling data from the last 7 days of the current time. I am trying to use a custom expression in Query Builder to do this. Ideally it would just be the following in the custom expression filter but it results in no data pulled. t1.TimeCol >= format((Today() - InDays(7)), "m/d/y h:m:s") It appears Query Builder ta...

    bittnere bittnere
    Discussions |
    Jul 7, 2022 11:13 PM
    2799 views | 2 replies
  • Wild card for Match function

    Hi Everyone,I had a variable "medium" and l needed a grouping variable so i created another variable for the grouping "EMEM Medium" and below if the code i used to populate the new variable.Match( :Medium, "Standard", "Standard", "Standard 1", "Standard", "Standard 2", "Standard", "Standard 3", "Standard", "Standard 4", "Standard", "Standard 5", "Standard", "Standard 6", "Standard", "Sigma...

    Mickyboy Mickyboy
    Discussions |
    Jul 7, 2022 4:28 PM
    2036 views | 3 replies
  • Remove "" from the list

    Hi @txnelson ,I am trying to remove quotation mark "" from the list. The sitenum should have following results = {1, 2} no quotation mark. Any suggestions? new window("", modal, ht = checkbox({"1","2"}), Buttonbox("Ok", get = ht << get selected(); ) ); sitenum ={}; Insert Into( sitenum, get);  

    Jackie_ Jackie_
    Discussions |
    Jul 7, 2022 11:31 AM
    2161 views | 4 replies
  • Presenting Data in JMP

    I have created a script which will generate several data tables and graphs. At the moment they open as several windows all over the place. I was wondering if I can stop them opening everywhere and instead open some kind of summary report which will show the tables and graphs I need, in the order I need, ideally allowing me to caption each table and graph.

    Jemster Jemster
    Discussions |
    Jul 7, 2022 7:39 AM
    990 views | 1 replies

Latest Discussions

  • Uninstall JMP PRO 16 silently

    Hi,I want to uninstall JMP PRO 16 silently, i have tried with the below command but it is not working, looks like this stuck because of below pop up message    "C:\Program Files (x86)\InstallShield Installation Information\{61DF41B1-9877-4906-80C4-09941A05BD77}\setup.exe" -runfromtemp -l0x0409 -removeonly /s

    Aki Aki
    Discussions |
    Jul 8, 2022 12:57 AM
    4065 views | 2 replies
  • Custom Date Format in JSL Script (For Query Builder)

    Overall Goal: Create a query in Query Builder that filters on a date time column only pulling data from the last 7 days of the current time. I am trying to use a custom expression in Query Builder to do this. Ideally it would just be the following in the custom expression filter but it results in no data pulled. t1.TimeCol >= format((Today() - InDays(7)), "m/d/y h:m:s") It appears Query Builder ta...

    bittnere bittnere
    Discussions |
    Jul 7, 2022 11:13 PM
    2799 views | 2 replies
  • Remove "" from the list

    Hi @txnelson ,I am trying to remove quotation mark "" from the list. The sitenum should have following results = {1, 2} no quotation mark. Any suggestions? new window("", modal, ht = checkbox({"1","2"}), Buttonbox("Ok", get = ht << get selected(); ) ); sitenum ={}; Insert Into( sitenum, get);  

    Jackie_ Jackie_
    Discussions |
    Jul 7, 2022 11:31 AM
    2161 views | 4 replies
  • Multiple Logistic Regression Interpretation for Dependent Variables with Multiple Levels

    I am trying to run a multivariate logistic regression. The dependent variable has two categories, and the first independent variable has five groups, and the second independent variable has two groups.  Once I run the model (use Fit Model), the parameter estimates section reports the coefficient/beta value for four of the five groups for the first independent variable and one of the two groups for...

    KoalaPorcupine KoalaPorcupine
    Discussions |
    Jul 6, 2022 6:16 PM
    6358 views | 13 replies
  • How to compare the similarity of different data curves using JSL?

    Hello!
    Hopefully that's what JMP is good at, too.
    For example, using THE JMP example, we get 4 curves. How do we compare their similarity?
    With "PNP1" as the standard, the other three groups of curves are compared with it and the one most similar to "PNP1" is obtained.
    It is possible that different methods of comparison will lead to different results.
    I think it's based on the similarity between the hi...

    lala lala
    Discussions |
    Jul 6, 2022 1:26 PM
    2591 views | 4 replies

Latest Discussions

  • 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
    782 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
    630 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
    774 views | 0 replies
  • Friedman post hoc analysis

    Hello, I am trying to do a matched sample analysis across three different factors. I wanted to:1. Confirm that my sample would be what I pick for 'Block" when I do Fit Y by X when running Friedman's test2. Is there a post hoc analysis in JMP that I can use? I dont see Nemenyi or Conover as an optionThanks for your time.  

    pnakashe pnakashe
    Discussions |
    May 5, 2022 12:02 PM
    995 views | 0 replies
  • JMP script: Script Alarm Control chart- Table with atypical batch number and values

    Hello everyone,I am trying to make a table with the OOT (out of Trend) batches with their respective "atypical" values.I used for that the "script alarm" function as I could found some exemples on the JMP community. Here is my script:  z_KSigmaZ =1.4; // Création de la Carte de controle si N catégories > 5 Names Default To Here( 1 ); If(N Items(Associative Array(:"RNS/NS tordu (srg)")) > 5, Gr...

    Sebastienlg Sebastienlg
    Discussions |
    Apr 29, 2022 6:29 AM
    701 views | 0 replies
view all discussions