posteriordraws {marginaleffects} | R Documentation |
posteriordraws()
is an alias to posterior_draws()
Description
This alias is kept for backward compatibility and because some users may prefer that name.
Usage
posteriordraws(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.22.0 Index]