calculate_weights_legend {maicplus} | R Documentation |
Calculate Statistics for Weight Plot Legend
Description
Calculates ESS reduction and median weights which is used to create legend for weights plot
Usage
calculate_weights_legend(weighted_data)
Arguments
weighted_data |
object returned after calculating weights using estimate_weights |
Value
list of ESS, ESS reduction, median value of scaled and unscaled weights, and missing count
Examples
data("weighted_sat")
calculate_weights_legend(weighted_sat)
[Package maicplus version 0.1.2 Index]