View source: R/exalStaticDiagnostics.R
| plot.exalStaticDiagnostic | R Documentation |
exalStaticDiagnostic ObjectsPlot Method for exalStaticDiagnostic Objects
## S3 method for class 'exalStaticDiagnostic'
plot(
x,
cols = c("red", "blue"),
type = c("quantile", "coefficients"),
beta.ref = NULL,
include.intercept = TRUE,
coef.names = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
legend.labels = NULL,
beta.ref.label = "reference",
legend = TRUE,
...
)
x |
An |
cols |
Character vector of length 1 or 2 giving color(s) used to plot diagnostics. |
type |
Character string; |
beta.ref |
Optional coefficient reference vector for
|
include.intercept |
Logical; if |
coef.names |
Optional names for coefficients in
|
xlab, ylab |
Optional axis labels. |
ylim |
Optional y-axis limits. |
legend.labels |
Optional labels for the first and second model
intervals in |
beta.ref.label |
Label for the optional |
legend |
Logical; if |
... |
Additional arguments passed to plotting functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.