specify_weight {closeloop} | R Documentation |
Title specify_weight
specify_weight(var, weights)
var |
Variables for which weights can be assigned |
weights |
weights in same sequence as variables |
list
Shubhram Pandey shubhram1992@gmail.com
var = c("Male","Age")
weights = specify_weight(var, weights = c(0.5,0.5))
weights