pplot
Chronological and Ordered p-Plots for Empirical Data
Description
Generates chronological and ordered p-plots for data vectors or vectors of p-values. The p-plot visualizes the evolution of the p-value of a significance test across the sampled data. It allows for assessing the consistency of the observed effects, for detecting the presence of potential moderator variables, and for estimating the influence of outlier values on the observed results. For non-significant findings, it can diagnose patterns indicative of underpowered study designs. The p-plot can thus either back the binary accept-vs-reject decision of common null-hypothesis significance tests, or it can qualify this decision and stimulate additional empirical work to arrive at more robust and replicable statistical inferences.
Downloads
255
Last 30 days
17254th
634
Last 90 days
2.4K
Last year
Trend: +30.8% (30d vs prior 30d)
CRAN Check Status
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (2 non-OK)
examples
Running examples in 'pplot-Ex.R' failed The error most likely occurred in: > ### Name: pplot.t.test > ### Title: Generate p-plot from a series of data points > ### Aliases: pplot.t.test > ### Keywords: utilities > > ### ** Examples > > # Show p-plot for significant test (the simulation > # has a power of > 88% to return a significant > # effect). > testdata <- rnorm(64, mean = 0.4, sd = 1) > pplot.t.test(testdata) Warning in pplot.t.test(testdata) : Package 'MBESS' is not installed but required for computing confidence intervals for effect sizes (for plottype >= 2). Error in pplot.t.test(testdata) : Execution halted
package dependencies
Package suggested but not available for checking: 'MBESS'
Check History
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
package dependencies
Package suggested but not available for checking: 'MBESS'