s.metric.from.weight | R Documentation |
This function converts a weight to its metric equivalent.
s.metric.from.weight(value, metricName, minValue = 0)
value |
Numeric value of the weight. |
metricName |
Character string specifying the name of the metric.
See |
minValue |
A minimum value used in exponential weight formula. |
See s.weight.from.metric and get.search.metrics for more details.
Note that the main purpose of exporting this statistics helper method is to show the inner calculations of the package.
A numeric value representing the converted weight.
s.weight.from.metric
weight <- s.weight.from.metric(-3.4, "sic")
metric <- s.metric.from.weight(weight, "sic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.