Label estimates from a model object
Label estimates from a model object, before passing it on to the bain
function.
label_estimates(x, labels, ...)
x
: A model object for which a bain
method exists.
labels
: Character vector. New labels (in order of appearance) for the model object in x
. If you are unsure what the estimates in x
are, first run get_estimates
.
...
: Parameters passed to and from other functions.
A model object of the same class as x.
get_estimates bain
Useful links