| is_case_weights {hardhat} | R Documentation |
Is x a case weights vector?
Description
is_case_weights() checks if x inherits from "hardhat_case_weights".
Usage
is_case_weights(x)
Arguments
x |
An object. |
Value
A single TRUE or FALSE.
Examples
is_case_weights(1)
is_case_weights(frequency_weights(1))
[Package hardhat version 1.4.0 Index]