get_rif_mean {rifreg}R Documentation

Estimate RIF at the Mean

Description

Function to estimate the recentered influence function (RIF) at the mean of a weighted distribution of a dependent variable.

Usage

get_rif_mean(dep_var)

Arguments

dep_var

dependent variable of a distributional function. Discrete or continuous numeric vector.

Value

A data frame with one column of length(dep_var) containing the RIF at the mean.

Examples


dep_var <- c(1, 3, 9, 16, 3, 7, 4, 9)
get_rif_mean(dep_var)


[Package rifreg version 0.1.0 Index]