ihw_partitioned_pval_weights | R Documentation |
Plot p-value weights for each strata partitioned by fold.
ihw_partitioned_pval_weights( ihw_data, scale = covariate_type(ihw_data), point_size = 2, line_size = 1.5, alpha = 1 )
ihw_data |
An ihwResult object. |
scale |
Scale of the IHW variable. Either 'nominal' or 'ordinal'. |
point_size |
Point size for ordinal plot. |
line_size |
Line size for ordinal plot. |
alpha |
Plot colors alpha value. |
Produces either a barplot or line plot depending on if the IHW variable is nominal or ordinal. A stable p-value weighting scheme is expected to show consistent weights across folds within a stratum and increasing weights with increasing stratum ID.
A ggplot object.
Other ihw:
ihw_diagnostic_plots()
,
ihw_pval_cdf()
,
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.