Description Usage Arguments Value
View source: R/conformal_pdf_approach.R
calculate cumulative comparisons
1 2 3 4 5 | cumulative_comparisons(
individual_df_rich,
group_columns = c("g_id", "g_id2", "g_id3", "cut_off_lower", "cut_off_upper"),
delta_y = NULL
)
|
individual_df_rich |
data.frame that contains information from a single (x) with the following columns:
and also contains conformal grouping structure (identified in
|
group_columns |
tidyverse style column groupings (all columns that identify information about the conformal level groupings) |
delta_y |
difference betwen |
cumulative_df
contains cumulative mass information for the
fit density and true density (currently assumed known...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.