Description Usage Arguments Value Author(s) Examples
iteration.fun estimates a one-step for a logistic regression for each subset.
1 | iteration.fun(dat.list, bini, kk.list)
|
dat.list |
list of subsets (after dividing). In each subset, first column = outcome, 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 estimator and Ahat the negative information matrix
Yan Wang, Tianxi Cai
1 | iteration.fun(dat.list=dat.list,bini=bini,kk.list=2:K)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.