Parameter Estimates
# S3 method for varmxid
coef(
object,
mu = TRUE,
alpha = TRUE,
beta = TRUE,
nu = TRUE,
psi = TRUE,
theta = TRUE,
ncores = NULL,
...
)Returns a list of vectors of parameter estimates.
Object of class varmxid.
Logical.
If mu = TRUE,
include estimates of the mu vector, if available.
If mu = FALSE,
exclude estimates of the mu vector.
Logical.
If alpha = TRUE,
include estimates of the alpha vector, if available.
If alpha = FALSE,
exclude estimates of the alpha vector.
Logical.
If beta = TRUE,
include estimates of the beta matrix, if available.
If beta = FALSE,
exclude estimates of the beta matrix.
Logical.
If nu = TRUE,
include estimates of the nu vector, if available.
If nu = FALSE,
exclude estimates of the nu vector.
Logical.
If psi = TRUE,
include estimates of the psi matrix, if available.
If psi = FALSE,
exclude estimates of the psi matrix.
Logical.
If theta = TRUE,
include estimates of the theta matrix, if available.
If theta = FALSE,
exclude estimates of the theta matrix.
Positive integer. Number of cores to use.
additional arguments.
Ivan Jacob Agaloos Pesigan