ihw_pval_cdf | R Documentation |
Plot empirical CDFs for p-values stratified by the IHW variable.
ihw_pval_cdf(ihw_data, num_strata = nlevels(IHW::groups_factor(ihw_data)))
ihw_data |
An ihwResult object. |
num_strata |
Number of strata into which the independent variable is divided. |
This plot partitions p-values into multiple eCDFs by IHW variable strata. An informative IHW variable will show a strongly increasing area under curve as the stratum ID increases.
A ggplot object.
Other ihw:
ihw_diagnostic_plots()
,
ihw_partitioned_pval_weights()
,
ihw_pval_comparison()
,
ihw_pval_decision_boundary()
,
ihw_pval_ridges()
,
ihw_pval_scatter()
,
ihw_stratified_pval_hist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.