Learn R Programming

RStanTVA (version 0.3.2)

coef,stantvafit-method: 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 stantvafit
coef(object)

Value

The model coefficients, grouped by random factors.

Arguments

object

The StanTVA fit object.

Examples

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

Run the code above in your browser using DataLab