View source: R/exalStaticFit_methods.R
| plot.exalStaticFit | R Documentation |
exalStaticFit ObjectsPlot fitted conditional quantile summaries from a static AL/exAL regression
fit. The method works for objects returned by exalStaticLDVB
and exalStaticMCMC through their shared
exalStaticFit family class.
## S3 method for class 'exalStaticFit'
plot(x, X = NULL, add = FALSE, col = "purple", cr.percent = 0.95, ...)
x |
A fitted static |
X |
Optional design matrix used to compute fitted quantiles. If omitted,
the method uses |
add |
Logical; add to an existing plot. |
col |
Character vector of length 1 giving color for fitted quantiles. |
cr.percent |
Numeric in |
... |
Additional arguments passed to |
Invisibly returns a list with map.quant, lb.quant, and
ub.quant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.