plot_coef {countSTAR} | R Documentation |
Plot the estimated regression coefficients and credible intervals
Description
Plot the estimated regression coefficients and credible intervals for the linear effects in up to two models.
Usage
plot_coef(
post_coefficients_1,
post_coefficients_2 = NULL,
alpha = 0.05,
labels = NULL
)
Arguments
post_coefficients_1 |
|
post_coefficients_2 |
|
alpha |
confidence level for the credible intervals |
labels |
|
Value
A plot of regression coefficients and credible intervals for 1-2 models
[Package countSTAR version 1.0.2 Index]