| plot.wald_lgspline | R Documentation |
Forest-style plot of coefficient estimates with confidence intervals.
## S3 method for class 'wald_lgspline'
plot(
x,
parm = NULL,
which = NULL,
main = "Coefficient Estimates and CIs",
xlab = "Estimate",
...
)
x |
A |
parm |
Integer vector of coefficient indices or character vector of names to plot. Default NULL plots all. |
which |
Integer vector of coefficient indices to plot (alternative to
|
main |
Plot title. Default |
xlab |
x-axis label. Default |
... |
Additional arguments passed to |
Invisibly returns NULL.
wald_univariate, confint.lgspline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.