Learn R Programming

RStanTVA (version 0.3.2)

ranef,stantvafit-method: Random effects

Description

Returns the random effects for a StanTVA fit object.

Usage

# S4 method for stantvafit
ranef(object)

Value

The fixed effects.

Arguments

object

The StanTVA fit object.

Examples

Run this code
if (FALSE) {
random_effects <- ranef(fit)
random_effects
}

Run the code above in your browser using DataLab