ihw_pval_comparison | R Documentation |
Plot IHW adjusted p-values to raw p-values or adjusted p-values using other methods.
ihw_pval_comparison(ihw_data, p_adjust = NULL, point_size = 1.5, alpha = 1)
ihw_data |
An ihwResult object. |
p_adjust |
A p-value adjustment compatible with the 'method' parameter in 'p.adjust'. If 'NULL' then no p-value adjustment is made. |
point_size |
Point size for plot. |
alpha |
Plot colors alpha value. |
Creates a scatterplot that compares IHW adjusted p-values to p-values adjusted using a different method (or simply the unadjusted p-values).
A ggplot object.
Other ihw:
ihw_diagnostic_plots()
,
ihw_partitioned_pval_weights()
,
ihw_pval_cdf()
,
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.