get_estimates {bain} | R Documentation |
Get estimates from a model object, the way the
bain
function will. This convenience function allows you to see
that coefficients are properly extracted, note how their names will be parsed
by bain, and inspect their values.
get_estimates(x, ...)
x |
A model object for which a |
... |
Parameters passed to and from other functions. |
A named numeric vector.