coef,stantvafit-method {RStanTVA}R Documentation

Model coefficients

Description

Returns the model coefficients (sum of fixed + random effects, grouped by random factor) for a StanTVA fit object.

Usage

## S4 method for signature 'stantvafit'
coef(object)

Arguments

object

The StanTVA fit object.

Value

The model coefficients, grouped by random factors.

Examples


fixef <- coef(fit)
fixef


[Package RStanTVA version 0.3.0 Index]