Original Message:
Sent: 8/16/2024 11:20:00 AM
From: Bruce Weaver
Subject: RE: TS016685054:I don't understand the COX regression analysis results -> why the polypharmacy variable does not come up with a hazard ratio.
Aruna Saraswathy wrote:
"Odds ratio is a measure of association between two categorical variables. It's suitable for case-control studies but less informative for survival data."
To be clear, the odds ratio can also be used as a measure of association between a quantitative explanatory variable and a categorical outcome variable. E.g., the following code estimates a binary logistic regression with Age in years as the only explanatory variables, and Exp(B) for Age is an odds ratio.
* Modify path to point to where the "sample" datasets are stored on your computer.
GET FILE='C:\SPSSdata\bankloan.sav'.
LOGISTIC REGRESSION VARIABLES default
/METHOD=ENTER age
/PRINT=CI(95)
/CRITERIA=PIN(0.05) POUT(0.10) ITERATE(20) CUT(0.5).
------------------------------
Bruce Weaver
------------------------------
Original Message:
Sent: Wed August 14, 2024 05:58 AM
From: Aruna Saraswathy
Subject: TS016685054:I don't understand the COX regression analysis results -> why the polypharmacy variable does not come up with a hazard ratio.
Hi,
You're absolutely right to question the discrepancy between odds ratios and hazard ratios.
Odds ratio is a measure of association between two categorical variables. It's suitable for case-control studies but less informative for survival data. Hazard ratio is specific to survival analysis. It measures the instantaneous risk of an event at a specific time, considering time-dependent covariates. The key point is that odds ratios and hazard ratios measure different things. While an odds ratio of greater than 1 suggests an increased risk, a hazard ratio of less than 1 suggests a decreased risk. This difference can lead to seemingly contradictory results.
Can we consider the reported odds ratio as a form of distribution?
No, an odds ratio is a single value, not a distribution. It represents the ratio of odds between two groups.
You're correct in using Kaplan-Meier curves and forest plots for survival data.
Kaplan-Meier curves visualize survival probabilities over time, allowing comparison between groups. Forest plots are excellent for presenting hazard ratios and their confidence intervals from multiple models. Multi-factor Kaplan-Meier calculations are not typically used. Instead, Cox proportional hazards models are employed to analyze the effects of multiple factors on survival. In short, Odds ratios and hazard ratios measure different aspects of the data. Hazard ratios are more appropriate for survival analysis. Kaplan-Meier curves and forest plots are valuable tools for visualizing and interpreting survival data.
------------------------------
Aruna Saraswathy
Statistician
SPSS Statistics
IBM
Original Message:
Sent: Sat August 10, 2024 01:38 AM
From: 恵 泉澤
Subject: TS016685054:I don't understand the COX regression analysis results -> why the polypharmacy variable does not come up with a hazard ratio.
Dear Dr Aruna
Thank you for your guidance.
As for the distribution among categories, I thought I would attempt to confirm this by drawing a scatter plot. However, I cannot see the shape of the distribution because the events are 0, 1 (alive, dead) and polypharmacy (1 with, 0 without).
So I created a forest plot of reported odds ratios with death and each factor.
Here we ran into a problem.
For the factors that Kaplan-Meier found to have significant negative hazard ratios, the reported odds ratio calculations were all positive and significant, the opposite result.
Polypharmacy remained a significant positive factor in the reported odds ratio. Hypertension, however, was a significant negative hazard ratio in Kaplan-Meier .
So the question is.
Q1, Is the reported odds ratio (calculated by χ2 test) not accurate because it confirms the risk ratio only between the two factors?
However, can we consider the reported odds ratio as a form of distribution?
Q2, When considering the outcome of death, is it common to use the multi-factor Kaplan-Meier calculation? Forest plots are also commonly used.
HR values for heart failure and hypertension are negative.
Sorry to keep repeating this, but it doesn't feel right to me that the positive and negative relationship between HR and OR values are reversed.
Sorry to hear back from IBM who will close this thread on the 14th.
However, I would appreciate your guidance as it is necessary to properly understand how to use SPSS.
Thank you in advance for your cooperation
※*Reported odds ratios are attached in the attachment.
Best Regard
M.IZUMISAWA10-AUG-24
------------------------------
恵 泉澤
Original Message:
Sent: Wed August 07, 2024 10:22 AM
From: Aruna Saraswathy
Subject: TS016685054:I don't understand the COX regression analysis results -> why the polypharmacy variable does not come up with a hazard ratio.
Hi @恵 泉澤
A small percentage doesn't automatically mean there's a problem. The critical factor is how these deaths are distributed across the categories of the covariate. Even if the percentage is low, as long as the absolute number (701 deaths) provides enough data in each relevant category, it's generally sufficient. For Cox regression, it's important to look at how events (deaths) are spread across different levels of your covariate (e.g., different levels of polypharmacy). If there are many deaths but they are all concentrated in one category, it might skew results. Review the distribution of deaths across categories of polypharmacy. For example, if the majority of the deaths are in one category, make sure that the other categories also have a sufficient number of events.
------------------------------
Aruna Saraswathy
Statistician
SPSS Statistics
IBM
Original Message:
Sent: Wed July 17, 2024 03:01 AM
From: 恵 泉澤
Subject: TS016685054:I don't understand the COX regression analysis results -> why the polypharmacy variable does not come up with a hazard ratio.
The analysis file is attached. COX regression analysis.
The data are mixed in Japanese, but the frames in the variable view are in English.
1.Survival variables include duration of administration
2.The status variable is outcome (survival, death)
3.Covariates are 17factors
4.Strata:Number of drug( Value labels are 3 categories
※Why is polypharmacy the only case where the odds ratio cannot be calculated and is denoted by a?
The input is the same as for the other variables, with (1) and without (0) inputs.
The following 17 factors,→(3.Covariates are 17factors)
【性別】SeX
【年齢】Age
BW50kg<
【フォレイル18.5】FFlail18.5
polypharmacy
No medicines(医薬品数)
CHADS2【C】
CHADS2【H】
CHADS2【D】
HASBLED【A】腎障害
HASBLED【A】肝障害
HASBLED【S】
HASBLED【B】
ガン(cancer)
認知症(dementia)
透析(Dialysis)
心房細動(Atrial fibrillation)
To perform COX regression analysis,
The survival variable is the duration of treatment._max, outcome as the status variable(1), and 17 factors as covariates (16 categorical variables and non-categorical variable drugs is No.medicines ).
------------------------------
TS016685054
Megumi IZUMIOSAWA(JAPAN)
17-JUL-24
------------------------------