new_importance_weights | R Documentation |
new_importance_weights()
is a developer oriented function for constructing
a new importance weights vector. Generally, you should use
importance_weights()
instead.
new_importance_weights(x = double(), ..., class = character())
x |
A double vector. |
... |
Name-value pairs defining attributes |
class |
Name of subclass. |
A new importance weights vector.
new_importance_weights()
new_importance_weights(c(1.5, 2.3, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.