Fhat_df_: Weighted empirical cumulative distribution function (data...

View source: R/Fhat_conditional.R

Fhat_df_R Documentation

Weighted empirical cumulative distribution function (data frame version)

Description

Weighted empirical cumulative distribution function (data frame version)

Usage

Fhat_df_(.data, x, weights)

Arguments

.data

a data frame

x

name of the numeric column (as character)

weights

name of the weight column (as character)

Value

a data frame with columns: x, wcum and Fhat

Examples

data(invented_wages)
Fhat_df_(invented_wages, "wage", "sample_weights")

gibonet/distrr documentation built on Sept. 7, 2024, 1:25 a.m.