coef,stantvafit-method | R Documentation |
Returns the model coefficients (sum of fixed + random effects, grouped by random factor) for a StanTVA fit object.
## S4 method for signature 'stantvafit'
coef(object)
object |
The StanTVA fit object. |
The model coefficients, grouped by random factors.
fixef <- coef(fit)
fixef
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.