Skip to contents

Get model coefficients

Usage

get_coefs(
  fit,
  var = "area",
  normalise = TRUE,
  hurdle = FALSE,
  transform = FALSE
)

Arguments

fit

An object of class brmsfit.

var

The variable to obtain.

normalise

Normalise to have a mean of zero.

hurdle

If a hurdle model then use the hurdle.

transform

if the coefficients should be transformed using the link function.

Value

A data.frame.