View source: R/matching_preprocessing.R
| suggest_scaling | R Documentation |
Analyzes variable distributions and suggests appropriate scaling methods.
suggest_scaling(left, right, vars)
left |
Data frame of left units |
right |
Data frame of right units |
vars |
Character vector of variable names |
A character string with the suggested scaling method: "standardize", "range", "robust", or "none"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.