| potency_weights_from_reference_doses | R Documentation |
Computes outcome-independent weights as the ratio of the index chemical reference dose to each component reference dose:
w_i = \mathrm{RfD}_{\mathrm{index}} / \mathrm{RfD}_i
potency_weights_from_reference_doses(
reference_doses,
chemicals,
reference_index = NULL
)
reference_doses |
Named numeric vector of oral reference doses in
mg/kg/day, with one value per exposure in |
chemicals |
Character vector of exposure identifiers in panel order.
Names must match |
reference_index |
Name of the index chemical. Defaults to the first
entry in |
Lower reference doses (more potent toxicants) receive larger weights.
Named numeric vector of potency weights aligned with chemicals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.