| update_according_to_ess_value | R Documentation |
This function sums the rows of the weight matrix weight_matrix for which
the effective sample size ESS is below a target size target_size.
update_according_to_ess_value(weight_matrix, ess, target_size, log)
weight_matrix |
The weight_matrix as returned by compute_weight_matrix |
ess |
The effective sample size vector as returned by calculate_ess |
target_size |
A number representing the target size for the sample. |
log |
A logical indicating if the weights are logged. |
Vector containing the row sums of the active columns of the weight matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.