ibControl | R Documentation |
Auxiliary function for ib
bias correction.
ibControl( tol = 1e-05, maxit = 25, verbose = FALSE, seed = 123L, H = 1L, constraint = TRUE, early_stop = FALSE, cens = FALSE, right = NULL, left = NULL, mis = FALSE, prop = NULL, out = FALSE, eps = NULL, G = NULL, func = function(x) rowMeans(x, na.rm = T), sim = NULL )
tol |
positive convergence tolerance ε.
The |
maxit |
|
verbose |
if |
seed |
|
H |
|
constraint |
if |
early_stop |
if |
cens |
if |
right |
|
left |
|
mis |
if |
prop |
|
out |
if |
eps |
|
G |
a |
func |
a |
sim |
a user-defined function for simulating responses (see 'Details') |
sim
allows the user to provide its own function for generating
responses. Currently it is only supported for generalized linear models with
the prototype 'fun(object, control, extra_param, ...)' (see ib
).
a list with components named as the arguments.
ib
, the iterative procedure for bias correction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.