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 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
    4888 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
    17592 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
    1642 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
    1979 views | 4 replies
  • Learning materials for DOE ?

    I am a statistician and must train myself in DOE for my new role. Since I have no prior knowledge or experience in DOE, I am looking for training materials (books, courses, etc.) to help me quickly fill the gap.Below are my main goals:Know how to choose the most optimal plan given the situationKnow how to ask efficient questions to stakeholders to refine the planAnalyze the resultsKnow how to appl...

    stat_mr_h stat_mr_h
    Discussions |
    Jun 9, 2024 11:15 PM
    2319 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
    4888 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
    1642 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
    2494 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
    903 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
    592 views | 0 replies
  • ordinal logistic regression interaction effects

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