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 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
  • Recding in JSL while keeping most initial values

    Hi,I have a column with probablities. Mostly these are just numbers between 0 and 1. However, for a probablity of 100% I got 100 instead of 1. My idea to fis the issue was simply to ues the recoding function and then replace all occurences of "100" by "1".The code scnipped I'm using is:dt << Recode Column ( :"probability"n, {IF( _rcNOW == 100, 1)}, Target Column (:"probability"n) );This works p...

    matthias_bruchh matthias_bruchh
    Discussions |
    Jun 7, 2024 11:48 AM
    1296 views | 3 replies
  • What is the statistical method used in response screening for means difference test?

    Dear expert, I'm using JMP 17.2.0. I am analyzing a RNAseq gene expression data. The data has control samples and treated samples, each sample has 3000 genes. I used Response Screening to look for differential gene expression between control and treated samples, I got p-values and FDR p-values in Means Difference table, but I'm wondering what is the statistical method used to test the means differ...

    xliu xliu
    Discussions |
    Jun 7, 2024 11:21 AM
    1737 views | 4 replies
  • Automatic Scaling Matching X and Y Axes

    Solved: Re: Automatically plot associated columns - JMP User Community As a follow on to the discussion above, I would like to automate the scaling of some plots to be symmetric about the zero value on both the X and Y axes. I'd like to have thisautomatically output as this.The code that got me here is included in the link above Slán SpannerHead

    SpannerHead SpannerHead
    Discussions |
    Jun 7, 2024 9:51 AM
    2782 views | 8 replies
  • Westgard rules 2s and 3s

    Hi JMPusers,

    Using the control chart builder and Westgard rules (JMP16), the chart displays a 2s warning when a data point has a 3s violation. When I remove the 2s rule, the chart displays the 3s violation for the data point. This order seems not logical to me; when there is a 3s violation it is automatically also a 2s violation but when I see the 2s violation displayed it is not clear if it is als...

    eddyruijter eddyruijter
    Discussions |
    Jun 7, 2024 6:42 AM
    822 views | 1 replies

Latest Discussions

  • 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
  • Westgard rules 2s and 3s

    Hi JMPusers,

    Using the control chart builder and Westgard rules (JMP16), the chart displays a 2s warning when a data point has a 3s violation. When I remove the 2s rule, the chart displays the 3s violation for the data point. This order seems not logical to me; when there is a 3s violation it is automatically also a 2s violation but when I see the 2s violation displayed it is not clear if it is als...

    eddyruijter eddyruijter
    Discussions |
    Jun 7, 2024 6:42 AM
    822 views | 1 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
  • Experimental values are close but are not equal to the factor values in outlined in the DoE.

    In my class, students use custom design to plan their experiment. They conduct trials targeting the factor values recommended by JMP. In practice, the conditions of the experiment are a little different for a variety of reasons. I recommend they input the "actual/measured" values when analyzing the results? Am I correct? How does this affect their analyses as the conditions may not be orthogonal a...

    Raghavan Raghavan
    Discussions |
    Jun 6, 2024 11:15 PM
    1209 views | 3 replies
  • Column Formula to convert Unicode to symbol

    I want to make JMP table that will have a column with the unicode shortcut for a symbol and then have JMP display the symbol (wiht a formula) in another column.  In the screen shot below, I would like the column Displayed to have formula that uses the column Unicode as an input and that shows the displayed symbol result. The table below was created by manually typing the Alt+Code. I can't figure o...

    MathStatChem MathStatChem
    Discussions |
    Jun 6, 2024 7:45 PM
    6527 views | 15 replies

Latest Discussions

  • 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
  • Trying to make an advanced graph builder but not sure if my tables are correct

    Hello, This is a somewhat complicated request, so I hope I am clear with what I need and have.  I currently have this graphic: but it is confusing and I need to add more to clarify it.  I need it to include the total number of all the centers (like it currently is on the right y-axis). But I also need to include the number of centers (along with the percent) labelled in the bar for the left y-axis...

    patriciafm811 patriciafm811
    Discussions |
    Jun 3, 2024 5:02 AM
    620 views | 0 replies
view all discussions