Description Usage Arguments Value Author(s) Examples
iteration.fun.cox3
estimates a one-step for a time-varying Cox regression for each subset. The core used a C function.
1 | iteration.fun.cox3(dat.list, bini, kk.list)
|
dat.list |
list of subsets (after dividing). In each subset, first column = start time, second column = stop time, third time = event (0/1), rest = design matrix |
bini |
initial estimator as starting point |
kk.list |
which subsets of dat.list get one-step update |
a list with b.k a matrix of one-step estimators and with Ahat the negative information matrix
Yan Wang, Tianxi Cai
1 | iteration.fun.cox(dat.list=dat.list,bini=bini,kk.list=2:K,rtn='Score+A+Approx')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.