Description Usage Arguments Value Examples
View source: R/Fhat_conditional.R
Weighted empirical cumulative distribution function (data frame version)
1 |
.data |
a data frame |
x |
name of the numeric column (as character) |
weights |
name of the weight column (as character) |
a data frame with columns: x, wcum and Fhat
1 2 | data(invented_wages)
Fhat_df_(invented_wages, "wage", "sample_weights")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.