get_rif_mean | R Documentation |
Function to estimate the recentered influence function (RIF) at the mean of a weighted distribution of a dependent variable.
get_rif_mean(dep_var)
dep_var |
dependent variable of a distributional function. Discrete or continuous numeric vector. |
A data frame with one column of length(dep_var)
containing the RIF at the mean.
dep_var <- c(1, 3, 9, 16, 3, 7, 4, 9)
get_rif_mean(dep_var)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.