specify_weight {closeloop} | R Documentation |
Title specify_weight
Description
Title specify_weight
Usage
specify_weight(var, weights)
Arguments
var |
Variables for which weights can be assigned |
weights |
weights in same sequence as variables |
Value
list
Author(s)
Shubhram Pandey shubhram1992@gmail.com
Examples
var = c("Male","Age")
weights = specify_weight(var, weights = c(0.5,0.5))
weights
[Package closeloop version 0.1.0 Index]