get_coefs: Get model coefficients

View source: R/get-coefs.R

get_coefsR Documentation

Get model coefficients

Description

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.


quantifish/influ2 documentation built on Dec. 14, 2024, 5:10 a.m.