ranef,stantvafit-method {RStanTVA}R Documentation

Random effects

Description

Returns the random effects for a StanTVA fit object.

Usage

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

Arguments

object

The StanTVA fit object.

Value

The fixed effects.

Examples


random_effects <- ranef(fit)
random_effects


[Package RStanTVA version 0.3.0 Index]