Skip to contents

Plot Factor Loadings of a Dynamite Model

Usage

plot_lambdas(x, responses = NULL, level = 0.05)

Arguments

x

[dynamitefit]
The model fit object

responses

[character()]
Response(s) for which the coefficients should be drawn. Possible options are elements of unique(x$priors$response), and the default is this whole vector.

level

[numeric(1)]
Level for posterior intervals. Default is 0.05, leading to 90% intervals.

Value

A ggplot object.