View source: R/calculate_offsets.R
calculate_offsets | R Documentation |
Calculates the offsets for the current block
calculate_offsets(
current_missings,
current_observations,
mcontrol,
current_block,
pred,
liste,
X,
blocks,
current_intercept
)
current_missings |
index vector (indices) of current missing observations |
current_observations |
index vector (indices) of current used observations |
mcontrol |
control for missing data handling |
current_block |
index of current block |
pred |
predictions of current block |
liste |
list with offsets |
X |
original data |
blocks |
information which variable belongs to which block |
current_intercept |
the intercept estimated for the current block |
list with offsets, used imputation model and the blocks used for the imputation model (if applicable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.