get_boot_measures {jointVIP} | R Documentation |
Calculate bootstrapped variation additional tool to help calculate the uncertainty of each variable's bias
Description
Calculate bootstrapped variation additional tool to help calculate the uncertainty of each variable's bias
Usage
get_boot_measures(object, smd = "cross-sample", use_abs = TRUE, B = 100)
Arguments
object |
jointVIP object |
smd |
calculate standardized mean difference either using |
use_abs |
TRUE (default) for absolute measures |
B |
100 (default) for the number of times the bootstrap step wished to run |
Value
bootstrapped measures needed for bootstrap-jointVIP
[Package jointVIP version 0.1.2 Index]