plot.bootstrapped_pvalue_matrix function

To plot the results obtained from bootstrapped_difference_pvalues function

To plot the results obtained from bootstrapped_difference_pvalues function

## S3 method for class 'bootstrapped_pvalue_matrix' plot(x, ...)

Arguments

  • x: A matrix of p-values obtained from bootstrapped_difference_pvalues function
  • ...: Further arguments are ignored.

Returns

No return value, called for side effects. The plot shows p-values between 0 and 1 corresponding to each sample size.

Examples

data(elk_network_2010) mean_pvalue_matrix <- bootstrapped_difference_pvalues(elk_network_2010, n_versions = 100) plot(mean_pvalue_matrix)
  • Maintainer: Prabhleen Kaur
  • License: MIT + file LICENSE
  • Last published: 2024-03-25

Useful links