R/wrappers.R
coef.brma.Rd
Extract model coefficients (posterior means) from a fitted brma object.
# S3 method for class 'brma' coef(object, ...)
a fitted brma object
additional arguments (currently ignored)
A named numeric vector of posterior mean coefficients.
summary.brma()