alpha
Intercept terms (time-invariant or time-varying).
beta
Time-invariant regression coefficients.
cutpoint
Cutpoints for ordinal regression.
delta
Time-varying regression coefficients.
nu
Group-level random effects.
lambda
Factor loadings.
psi
Latent factors.
tau
Standard deviations of the spline coefficients of delta
.
tau_alpha
Standard deviations of the spline coefficients of
time-varying alpha
.
sigma_nu
Standard deviations of the random effects nu
.
corr_nu
Pairwise within-group correlations of random effects nu
.
Samples of the full correlation matrix can be extracted manually as
rstan::extract(fit$stanfit, pars = "corr_matrix_nu")
if necessary.
sigma_lambda
Standard deviations of the latent factor loadings
lambda
.
corr_psi
Pairwise correlations of the noise terms of the latent
factors. Samples of the full correlation matrix can be extracted
manually as rstan::extract(fit$stanfit, pars = "corr_matrix_psi")
if
necessary.
sigma
Standard deviations of gaussian responses.
corr
Pairwise correlations of multivariate gaussian responses.
phi
Describes various distributional parameters, such as:
Dispersion parameter of the Negative Binomial distribution.
Shape parameter of the Gamma distribution.
Precision parameter of the Beta distribution.
Degrees of freedom of the Student t-distribution.
omega
Spline coefficients of the regression coefficients delta
.
omega_alpha
Spline coefficients of time-varying alpha
.
omega_psi
Spline coefficients of the latent factors psi
. Note that
in case of nonzero_lambda = FALSE
, mean of these are used to flip the
sign of psi
to avoid multimodality due to sign-switching, but
omega_psi
variables are not modified.