fixef,stantvafit-method {RStanTVA}R Documentation

Fixed effects

Description

Returns the fixed effects for a StanTVA fit object.

Usage

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

Arguments

object

The StanTVA fit object.

Value

The fixed effects.

Examples


fixed_effects <- fixef(fit)
fixed_effects


[Package RStanTVA version 0.3.0 Index]