View source: R/fun_weight_evo.R
get_weights_prop | R Documentation |
generation
output.A function to return scaled weight proportion data from weight values
returned by the generation
function. Returns a data.table
with columns weight_id
, weight_value
(-1 – +1), and
weight_prop
.
get_weights_prop(gen_data, digits = 2)
gen_data |
A list object produced by |
digits |
Rounding digits when scaling preferences. |
Returns a data.table
with columns weight_id
, weight_value
(-1 – +1), and
weight_prop
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.