posterior_draws {marginaleffects} | R Documentation |
Extract Posterior Draws or Bootstrap Resamples from marginaleffects
Objects
Description
Extract Posterior Draws or Bootstrap Resamples from marginaleffects
Objects
Usage
posterior_draws(x, shape = "long")
Arguments
x |
An object produced by a |
shape |
string indicating the shape of the output format:
|
Value
A data.frame with drawid
and draw
columns.
[Package marginaleffects version 0.21.0 Index]