Semi-parametric Survival Modelling Flashcards
What is the cox-proportional hazard model?
h(t, x) = h0(t) * ψ(x ; B)
What are the three choices for ψ?
exp( - B^(T) * x ) = log linear
1 +B^(T) * x = linear
ln( 1 + exp( - B^(T) * x ) ) = logisitic
How do you find the joint probability function?
product [ ψ(ij) / sum(k in R(tj)) ψ(k) ]
R(tj) is the risk set at time tj
Given two groups, what is ψ(x) given by?
1 if individual is in group 1
exp(β) if individual is in group 2
Give the likelihood for β given two groups
product ( exp( βxi ) / sum(k in R(tj) exp(βxj) )
Formula for time dependent covariates?
h(t) = h0(t) * exp( β * x(t) )
Formula for time dependent coefficients?
β(t) = ax + blog(t) * x
What is the difference between time dependent coefficients and covariates?
Coefficient means β’s change with time, covariates mean x’s change with time