label_estimates {bain} | R Documentation |
Label estimates from a model object
Description
Label estimates from a model object, before passing it on to the
bain
function.
Usage
label_estimates(x, labels, ...)
Arguments
x |
A model object for which a |
labels |
Character vector. New labels (in order of appearance) for the
model object in |
... |
Parameters passed to and from other functions. |
Value
A model object of the same class as x.
See Also
get_estimates bain
[Package bain version 0.2.11 Index]