Description Usage Arguments Details Value Note Examples
View source: R/F_plotApproxCovar.R
Plot an approximatio of the correlation structure of the test statistics
1 2 3 4 5 6 7 8 9 10 11 | plotApproxCovar(
reconsiFit,
col = colorRampPalette(c("yellow", "blue"))(12),
x = seq(-4.2, 4.2, 0.1),
y = seq(-4.2, 4.2, 0.1),
xlab = "Z-values",
ylab = "Z-values",
nBins = 82L,
binEdges = c(-4.1, 4.1),
...
)
|
reconsiFit |
The reconsi fit |
col, x, y, xlab, ylab, ... |
A list of arguments for the image() function. |
nBins, binEdges |
passed on to the getApproxCovar function |
By default, yellow indicates negative correlaton between bin counts, blue positive correlation
invisible()
This is not the covariance matrix of the p test statistic, nor of the data! It is an approximate covariance matrix of binned test statistics for visualization purposes.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.