Learn R Programming

hardhat (version 1.1.0)

importance_weights: Importance weights

Description

[Experimental]

importance_weights() creates a vector of importance weights which allow you to apply a context dependent weight to your observations. Importance weights are supplied as a non-negative double vector, where fractional values are allowed.

Usage

importance_weights(x)

Arguments

x

A double vector.

Value

A new importance weights vector.

See Also

frequency_weights()

Examples

Run this code
# NOT RUN {
importance_weights(c(1.5, 2.3, 10))
# }

Run the code above in your browser using DataLab