Learn R Programming

RStanTVA (version 0.3.2)

fixef,stantvafit-method: Fixed effects

Description

Returns the fixed effects for a StanTVA fit object.

Usage

# S4 method for stantvafit
fixef(object)

Value

The fixed effects.

Arguments

object

The StanTVA fit object.

Examples

Run this code
if (FALSE) {
fixed_effects <- fixef(fit)
fixed_effects
}

Run the code above in your browser using DataLab