Learn R Programming

hardhat (version 1.1.0)

is_frequency_weights: Is x a frequency weights vector?

Description

[Experimental]

is_frequency_weights() checks if x inherits from "hardhat_frequency_weights".

Usage

is_frequency_weights(x)

Arguments

x

An object.

Value

A single TRUE or FALSE.

Examples

Run this code
# NOT RUN {
is_frequency_weights(1)
is_frequency_weights(frequency_weights(1))
is_frequency_weights(importance_weights(1))
# }

Run the code above in your browser using DataLab