get_estimates {bain}R Documentation

Get estimates from a model object

Description

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.

Usage

get_estimates(x, ...)

Arguments

x

A model object for which a bain method exists.

...

Parameters passed to and from other functions.

Value

A named numeric vector.


[Package bain version 0.2.1 Index]