キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
JMP Bar Chart

ようこそ JMP User Communityへ

質問をし、回答を得たり、他のJMPユーザーと交流しましょう

学習のためのリソース

最新のディスカッション

  • 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
    1775 表示 | 3 件の返信
  • 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
    5253 表示 | 3 件の返信
  • [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
    18141 表示 | 4 件の返信
  • 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
    2077 表示 | 4 件の返信
  • 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
    2383 表示 | 4 件の返信

最新のディスカッション

  • 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
    5253 表示 | 3 件の返信
  • 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
    2077 表示 | 4 件の返信
  • 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
    3198 表示 | 6 件の返信
  • 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
    961 表示 | 0 件の返信
  • 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
    1194 表示 | 1 件の返信

最新のディスカッション

  • 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
    961 表示 | 0 件の返信
  • 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
    738 表示 | 0 件の返信
  • 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
    774 表示 | 0 件の返信
  • ordinal logistic regression interaction effects

    JudithSS JudithSS
    Discussions |
    Jun 5, 2024 9:44 AM
    641 表示 | 0 件の返信
  • 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
    741 表示 | 0 件の返信
すべてのディスカッションを表示