plot_lambdas {dynamite}R Documentation

Plot Factor Loadings of a Dynamite Model

Description

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.

See Also

Drawing plots plot.dynamitefit(), plot_betas(), plot_deltas(), plot_nus(), plot_psis()


[Package dynamite version 1.4.9 Index]