This is a function to extract parameter estimates from the output from do_bms. If model is not specified, estimates for the MAP model is returned.

get_est(fit, model = NULL)

Arguments

fit

A list obtained from the do_bms.

model

A character string or integer specifying the model.

Value

A named vector of parameter estimates.