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

  • Exclude Time Data

    Hello, I have a column that is in Date-Time format.  I would like to exclude rows where the time includes 04:00:00, but my script isn't working.  Any help is appreciated. Script in the Exclude column:If( Contains( Format(:DT, "hh:mm:ss"), "04:00:00"), 1, 0 ) 

    texas_stats texas_stats
    Discussions |
    Jun 10, 2024 3:23 AM
    1444 views | 3 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
  • [Jsl] How can i stop a script with a button ?

    Hello ! I have a problem (again !) I would like to close my window thanks to a button box and stop my script.I used this : nw = New Window( "Window",[...]  V List Box(
            Button Box("Fermer",
            nw << Close Window;       Stop();
                        )               )     );[...]The window is closed but my script runs ...Where is my error ?Thanks for your help !

    antoinesofradir antoinesofradir
    Discussions |
    Jun 10, 2024 2:02 AM
    17584 views | 4 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
  • How do I add ref lines to multiple Y in scatterplot Matrix?

    I have a question about adding ref lines to multiple Y in Scatterplot Matrix. I succeed to get ref line values.but, I don't know how to add. I want to know add ScaleBox to every "Y"s. For exaple,  //sel_colnames = {"SPK_VOS_TrimCode_Dec", "SPK_RCV_VOS_TrimCode_Dec", "SPK_RCV_VOS_Post_0p5W"}; upper_limit = {10, 1, 15, 0.75};
    lower_limit = {-10, 0.5, -15, -0.75}; I want to add upper_limit & lower_lim...

    NagneTE1 NagneTE1
    Discussions |
    Jun 10, 2024 12:41 AM
    1976 views | 4 replies

Latest Discussions

  • 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
  • How can I make the data filter work properly in the dashboard?

    Purpose: I want to add a filter to the dashboard as a first-level project to control the data in other projects
    Problem encountered: I added a data filter to the dashboard and used it as a first-level project - see pic1
    But when I click on the item in the data filter, the data in the second-level project will not change - see pic 2 If a filter is added to the control panel in the second-level projec...

    eric_min1993 eric_min1993
    Discussions |
    Jun 7, 2024 11:51 AM
    900 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
    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