Description Usage Arguments Value Functions
Functions for plotting the results of post aggregate testing analyses.
1 2 3 4 5 | plotEstimates(object, true = NULL, offset = 0.12)
plotSolutionPath(object)
plotPvalues(object, threshold = 0.1, adjust = "bonferroni")
|
true |
the true values of the estimated means or regression coefficients. Mostly useful for experiments with simulated data where the true parameter values are known. |
threshold |
a vector of thresholds to be plotted along with the p-values. |
adjust |
method for adjusting the p-values. See |
A ggplot2
figure.
plotEstimates
: plots estimates and confidence intervals.
plotSolutionPath
: plots the solution path of a stochastic
gradient method.
plotPvalues
: plots the selection adjusted p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.