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

  • How to properly create a button column and use variables in the button's script

    JMP community expert, I'm from China.
    The following problem description comes from machine translation. Please don't mind that the grammar can be a little strange. I want to create a button column to write some scripts.
    I mainly use the following methods to create button columns:cb = Expr(Col Box("Title")); for each( {v, i}, list, Insert Into( cb, button box("name", Script...) ) );I inevitably u...

    fengzhuansha fengzhuansha
    Discussions |
    Jun 10, 2024 10:36 PM
    1078 views | 2 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
  • Create a new concatenated table based on two existing tables

    Hi, I have input table A that looks like this,   Input Table B looks like this, I want to create an output table C: that should look like this, I can do this manually. Is there a way to script this?   

    AsymptoticCos AsymptoticCos
    Discussions |
    Jun 10, 2024 1:29 PM
    823 views | 1 replies
  • Using a variable for multiple commands

    Hi All, I am looking for a way to use one variable in place of the individual commands in place of the multiple command lines. When I run this the Stacking window opens rather then executing the other commands included in the variable. I've also tried using combinations of EVAL() and PARSE() but with no better results. I apologize if the terminology I've used isn't correct. Thanks for any help!  t...

    Mad_dog_550 Mad_dog_550
    Discussions |
    Jun 10, 2024 12:46 PM
    1599 views | 4 replies
  • How to analyze historical mixture data and maximize desirability for next formulations?

    Hello everyone, I'm relatively new to analyzing mixture formulations across multiple response variables and could use some guidance. Currently, I'm working on a new dataset that incorporates historical data from various formulations within our company. My aim is to leverage JMP for analyzing how different weight percentages of ingredients impact these response variables.Attached is an example data...

    AutoSetMarmoset AutoSetMarmoset
    Discussions |
    Jun 10, 2024 11:26 AM
    1881 views | 3 replies

Latest Discussions

  • 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
  • Time binning - how to change the Tick labels?

    Among other  , the new Time Bin (&Wrap) option is extremely useful:
    Continuous values are binned and represented as ordinal values. [edited]  The only issue:
    The axis and grid look a bit chaotic: I'd prefer a more structured view like this one  - with long divider and lower frame: but the settings for Tick labels and grids:

    ... are  missing in the GUI for Axis with Time Bin settings: Why?

    hogi hogi
    Discussions |
    Jun 8, 2024 6:02 AM
    2492 views | 6 replies
  • 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
    765 views | 0 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
    765 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
    591 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