plot.psatGLM: Plot results for glmQuadratic Objects

Description Usage Arguments Details Value See Also

Description

An interface for plotting the results of a post-selection analysis following an aggregate test. At the moment, methods for plotting estimates and confidence intervals, p-values and the stochastic gradient solution paths are implemented.

Usage

1
2
3
## S3 method for class 'psatGLM'
plot(x, type = c("estimates", "solution_path", "p-values"),
  ...)

Arguments

type

the type of plot to be generated.

...

additional arguments to be passed to plotting function.

object

and object of class mvnQuadratic or glmQuadratic.

Details

This function serves as an interface for plotting the results of post aggregatet testing inference. The function calls the plotEstimates function for type "estimates", the plotSolutionPath method for type "solutionPath" and plotPvalues for type "p-values". See the documentation of these functions for details regarding additional optional parameters.

Value

a ggplot2 figure.

See Also

mvnQuadratic, glmQuadratic, plotEstimates, plotSolutionPath, plotPvalues


ammeir2/PSAT documentation built on May 27, 2019, 7:40 a.m.