compute_smd_parts {smd} | R Documentation |
Compute components of SMD
Description
Computes D
and S
for use within compute_smd.
Usage
compute_smd_parts(.x, .g, .w, .na, .ref, .unwgt, applyFUN = n_mean_var)
Arguments
.x |
a vector of values |
.g |
a vector of groupings to compare |
.w |
a vector of weights (optional) |
.na |
|
.ref |
integer position of the reference group |
.unwgt |
Use unweighted or weighted covariance. |
applyFUN |
the |
[Package smd version 0.8.0 Index]