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

  • 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
    1605 views | 4 replies
  • How to avoid error when using the row change handler?

    go_down_expr = Expr( cur_row = (dt << get selected rows()); If( N Items( cur_row ) == 0, New Window( "Alert", <<size( 300, 100 ), Border Box( top( 10 ), bottom( 10 ), Left( 10 ), Right( 10 ), Text Box( "No selection" ) ) ), N Items( Loc( crows > cur_row[1] ) ) == 0, dt << gotorow( crows[1] ), dt << go to row( crows[(Loc( crows > cur_row[1] ))[1]] ) ); ); f = Function( {a = [1]}, ...

    lehaofeng lehaofeng
    Discussions |
    Jun 11, 2024 6:06 PM
    1025 views | 2 replies
  • How to Process Continuous Alarm Data Using a JMP Script

    I want to count the number of times an alarm occurs in the process. The data comes in every second. When an alarm occurs, the data shows 1, and if the worker doesn’t turn off the alarm, the number 1 continues to appear.

    The problem is, if the alarm is not turned off within 10 seconds, it actually counts as one alarm but appears as 10 alarms in the data.

    I want to leave only one row and delete the re...

    Ronaldo Ronaldo
    Discussions |
    Jun 11, 2024 3:25 PM
    1133 views | 2 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
    1610 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
    722 views | 1 replies

Latest Discussions

  • 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
    1610 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
    722 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
    790 views | 1 replies
  • How to match spline line color=marker color?

    Using a bivariate, is there any easy way to match the spline line color to that of the marker color?  In this way my example "widget1" has a green marker, but its spline line color is red. So I thought I'd just read in the "widget1" marker color then assign it as the spline line color. (to try and match the two)  But its marker color (green/light green) gives me a large negative number like -37809...

    djhanson djhanson
    Discussions |
    Jun 10, 2024 3:08 AM
    4887 views | 3 replies
  • Show labels for selected rows only

    In Graph Builder, I want to show a data label (not a hover label) for selected rows only. As a demo, I tried the following code: Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); Try( Show( dt:Selected Name ), dt << New Column( "Selected Name", Character, Set Formula( If( Selected( Row State( Row() ) ) == 1, :name ) ) ) ); dt:Name << Label( 0 ); dt << Clear Row States <...

    matth1 matth1
    Discussions |
    Jun 10, 2024 1:36 AM
    1639 views | 4 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
    764 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
    587 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
    590 views | 0 replies
  • ordinal logistic regression interaction effects

    JudithSS JudithSS
    Discussions |
    Jun 5, 2024 9:44 AM
    533 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
    581 views | 0 replies
view all discussions