Description Usage Arguments Value
Compute the weighted factors based on an input tibble with unweighted economic values and a tibble with weighting factors. The two input tibbles must have the same dimensions. If the first column contains some names this is indicated with the parameter pb_first_col_trait_name and the first column is ignored for the computation x of the weighted factors. In the result the first column is added back in.
1 2 | weight_economic_value(ptbl_economic_value, ptbl_weight,
pb_first_col_trait_name = FALSE)
|
ptbl_economic_value |
tibble with economic values |
ptbl_weight |
tibble containing weights |
pb_first_col_trait_name |
flag indicating wether first column are trait names |
tbl_weighted_result weighted economic factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.