is_importance_weights | R Documentation |
x
an importance weights vector?is_importance_weights()
checks if x
inherits from
"hardhat_importance_weights"
.
is_importance_weights(x)
x |
An object. |
A single TRUE
or FALSE
.
is_importance_weights(1)
is_importance_weights(frequency_weights(1))
is_importance_weights(importance_weights(1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.