Contents
How do you explain significant interaction?
A significant interaction effect means that there are significant differences between your groups and over time. In other words, the change in scores over time is different depending on group membership.
What is an interaction effect between two factors?
An interaction effect is the simultaneous effect of two or more independent variables on at least one dependent variable in which their joint effect is significantly greater (or significantly less) than the sum of the parts.
When is interaction term not significant in Cox model?
Now the “X” becomes dichotomous (1/0) and the “D” remains categorical as in Scenario 3. My interpretation: The interaction term is not significant, as in all Scenarios. But the interpretation would be that when X is = 1, the D = 1 and D = 2 are decreasing (compared to D=0) but when X=1 and D=3, the hazard is increasing.
How to find interaction in Cox proportional hazard model?
The Genotype factor has three categorical variables: “Ctrl”, “nKO”, “CRE_Ctrl”. I want to see if there is an interaction, therefore I have done: library (survival) Survival = Surv (time = D$Age, event = D$outcome) #D is my dataframe, Age is time of death, outcome is the column for censored individuals.
What are the variables in a Cox regression?
I have two variables in my Cox regression/survival analysis. One is binary (v1, 0,1), the other is essentially discrete (v2, 1-200, with 1 being least severe and 200 being most severe). Interpreting their individual effects are simple, but their interaction makes no intuitive sense to me.
What are the parameters of the interaction model?
In the main effects model we estimated one hazard ratio for the effect of sex, whereas we are now estimating four hazard ratios (one for each subsite). The interaction model therfore has 3 additional parameters. The likelihood ratio test ( lrtest command) suggests there is some evidence of an interaction (p=0.06).