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

  • Invalid Rate Percentage

    1. I have 2 columns for total number of runs (A) and number of failed runs (B). I want to have the % of invalid runs by JMP. When I do it in Excel, I would do sum of column B divided by sum of column A. How can I do that in JMP please? And how to put that number in a report form? Is there a way to put that % in chart form?
    2. There is a column for me to mark either True/False for each row. And I wa...

    BiasedIguana305 BiasedIguana305
    Discussions |
    Jun 12, 2024 1:04 AM
    1310 views | 5 replies
  • File name by week

    Bonjour, Est-il possible d'enregistrer un fichier JMP qui a pour nom la semaine en cours de l'exécution du script. A l'aide d'un script, je construis une table de données JMP, j'aimerais à la fin de l'exécution du script, pouvoir enregistrer le fichier sous le nom suivant "Week24" et la semaine d'après le fichier serait "Week25".... Merci pour vos réponses.Names Default To Here( 1 ); //script... ...

    hcarr01 hcarr01
    Discussions |
    Jun 12, 2024 12:56 AM
    607 views | 1 replies
  • Barchart to show count of unique values in a column by another categorical column - JSL

    Hi all,   I am a newbie here. I was trying to build a barchart where the X- axis (bar categories) is a categorical column in my table and Y-axis (bar height) is the count of unique values in another column. Code for troubleshooting:  // Make data table t = New Table( "test", Add Rows( 5 ), New Column( "Customer", Character, "Nominal", Set Values( {"A", "A", "B", "B", "B", "C", "D", "E","E"} ) ), N...

    DarkHorse DarkHorse
    Discussions |
    Jun 11, 2024 10:32 PM
    10775 views | 8 replies
  • Workflow: run selected step?

    Hi, is there a keyboard short cut in Workflow builder to run the selected step?

    From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click  - right click (menu) - left click:  

    hogi hogi
    Discussions |
    Jun 11, 2024 9:50 PM
    982 views | 4 replies
  • Extracting outputs after maximizing desirability functions

    I am running regression models (JMP15) on a dataset "by-group" - i.e. generating 100+ regression models from the same data table. Then I maximize desirability for all these groups. I would like to extract the variable values corresponding to the "maximized desirability" for each of the 100+ models (the circled values in picture below). Any suggestions on how to do that (either JSL or using the GUI...

    WipulJ WipulJ
    Discussions |
    Jun 11, 2024 8:56 PM
    1053 views | 4 replies

Latest Discussions

  • Invalid Rate Percentage

    1. I have 2 columns for total number of runs (A) and number of failed runs (B). I want to have the % of invalid runs by JMP. When I do it in Excel, I would do sum of column B divided by sum of column A. How can I do that in JMP please? And how to put that number in a report form? Is there a way to put that % in chart form?
    2. There is a column for me to mark either True/False for each row. And I wa...

    BiasedIguana305 BiasedIguana305
    Discussions |
    Jun 12, 2024 1:04 AM
    1310 views | 5 replies
  • Workflow: run selected step?

    Hi, is there a keyboard short cut in Workflow builder to run the selected step?

    From JSL editor I am really used to the comfort of:select + Num-Enter.. such that it feels kind of "complicated" to do it in Workflow Builder via left click  - right click (menu) - left click:  

    hogi hogi
    Discussions |
    Jun 11, 2024 9:50 PM
    982 views | 4 replies
  • Residual analysis DOE

    Dear community, I would like to ask for a bit of support on the interpretation of raw residuals. I analyzed data using 3K factorial with 3 factors and three levels, total runs 27. I got the next raw residuals vs predicted values. I am not pretty sure that the plot is ok, the variance seems quite equal from negative and positive a small pattern in the center I am not sure if there is a big issue. i...

    William29 William29
    Discussions |
    Jun 11, 2024 6:21 AM
    1061 views | 3 replies
  • Transfer JMP Software Administrators- jmp 18

    Hi,Is it possible to transfer the administrator's rights for JMP 18 to another person/email on My JMP or do I have to contact JMP to do it? 

    LoanNguyen LoanNguyen
    Discussions |
    Jun 11, 2024 1:47 AM
    501 views | 1 replies
  • Consolidating Repeated Values

    I have a table like this with an ID number and a value assigned to each. Some ID numbers were tested multiple times and so have multiple values. I've seen codes to remove all rows with duplicate ID numbers, but I'd like a code that deletes all rows with duplicate ID's BUT saves the value from the nth test under a new column (e.g. value 2, value 3, value n)... Any help would be greatly appreciated....

    S_Boilermaker S_Boilermaker
    Discussions |
    Jun 10, 2024 1:46 PM
    537 views | 1 replies

Latest Discussions

  • Formating when saving Journals as PDF

    The formatting that is inherent in a journal displaying a panel box is lost when saving that journal as a pdf.  Is there a way to maintain the thoughtful look and feel of the journal?PanelBox("Bill To", textbox("aaa"))I am still in JMP 14, on Windows 10.

    mann mann
    Discussions |
    Jun 7, 2024 2:38 PM
    521 views | 0 replies
  • Cox PH Survival plot with CI?

    We're trying to run a survival analysis with Cox proportional hazards for time to reinjure knees after surgery for those who return to sport before/after 9 months with covariate of age and level of sports. I'd like to be able to generate the survival plots with 95CI's along with the analyses.
    I've watched the recent tutorial but it didn't address these points.
    Can anyone point me to resources to do ...

    RodWhiteley RodWhiteley
    Discussions |
    Jun 7, 2024 5:05 AM
    419 views | 0 replies
  • ordinal logistic regression variable selection

    I’ve conducted an ordinal logistic regression analysis with 3 independent variables. I then want to ask if adding an interaction to an independent variable is warranted. What is the best approach for determining whether to retain the interaction term or not? Do you base this decision on the p-value of the parameter estimate of the interaction term, p-value of the interaction term in the Wald Test,...

    JudithSS JudithSS
    Discussions |
    Jun 6, 2024 6:19 AM
    404 views | 0 replies
  • ordinal logistic regression interaction effects

    JudithSS JudithSS
    Discussions |
    Jun 5, 2024 9:44 AM
    374 views | 0 replies
  • Statistical methods/details for confidence interval for probit models with an interaction term

    Hello,  I fitted a probit model with an interaction term by using the Fit Model platform and specifying the Effects( A, B, A*B ), where :A is a continuous variable and B is a dichotomous variable. In the parameter estimates section I got the Lower CLs and Upper CIs for the intercept, A, B, A*B. terms, respectively. Could you provide some details about how the confidence intervals are calculated fo...

    Jogger560 Jogger560
    Discussions |
    Jun 3, 2024 9:54 AM
    398 views | 0 replies
view all discussions