coxphfit+matlab,Cox Proportional Hazards Model

当存在相等事件时间(tied events)时,Cox比例风险模型使用Breslow或Efron方法来近似部分似然函数,而不是计算精确值。Breslow方法对每个相等事件组使用相同的分母,而Efron方法更精确,通过调整相等事件的分母。本文介绍了两种方法的公式,并提供了示例进行说明。
摘要由CSDN通过智能技术生成

Partial Likelihood Function for Tied Events

When you have tied events, coxphfit approximates

the partial likelihood of the model by either Breslow’s method

(default) or Efron’s method, instead of computing the exact

partial likelihood. Computing the exact partial likelihood requires

a large amount of computation, which involves an entire permutation

of the risk sets for the tied event times.

The simplest approximation method is Breslow’s method.

This method uses the same denominator for each tied set.

L=∏i=1d∏j∈DiHR(Xj)∑k∈RiHR(Xk),

where d is

the number of distinct event times, and Di is

the index set of all subjects whose event time is equal to the ith

event time.

Efron’s method is more accurate than Breslow’s

method, yet simple. This method adjusts the denominator of the tied

events as follows:

L=∏i=1d∏j∈DiHR(Xj)∑k∈RiHR(Xk)−j−1di∑k∈DiHR(Xk),

where di is

the number of indexes in Di.

For an example, assume that the first two events are tied, that

is, t1 = t2 and t2

In Breslow’s method, the denominators of the first two terms

are the same:

L=HR(X1)∑j=1nHR(Xj)×HR(X2)∑j=1nHR(Xj)×HR(X3)∑j=3nHR(Xj)×HR(X4)∑j=4nHR(Xj)×⋅⋅⋅×HR(Xn)HR(Xn).

Efron’s method

adjusts the denominator of the second term:

L=HR(X1)∑j=1nHR(Xj)×HR(X2)0.5HR(X1)+0.5HR(X2)+∑j=3nHR(Xj)×HR(X3)∑j=3nHR(Xj)×HR(X4)∑j=4nHR(Xj)×⋅⋅⋅×HR(Xn,tn)HR(Xn,tn).

You can specify an approximation method by using the name-value

pair 'Ties' in coxphfit.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值