Description Usage Arguments Value Author(s) Examples
iteration.fun.cox
estimates a one-step for a Cox regression for each subset.
1 | iteration.fun.cox(dat.list, bini, kk.list, rtn = "Score+A+Approx")
|
dat.list |
list of subsets (after dividing). In each subset, first column = U, second column = delta (0/1), rest = design matrix |
bini |
initial estimator as starting point |
kk.list |
which subsets of dat.list get one-step update |
rtn |
return score, score+negative information, score+negative information using -SS' approximation |
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.