Calculates the estimates for an MCMC object.

# S3 method for class 'mb_analysis'
estimates(x, param_type = "fixed", ...)

Arguments

x

An object.

param_type

A string indicating the type of terms to get the names for.

...

Other arguments passed to methods.

Value

A list of uniquely named numeric objects.

See also

Other MCMC manipulations: bind_chains(), bind_iterations(), collapse_chains(), split_chains()