Fit Multilevel Vector Autoregressive Model using Mplus
Source:R/fitAutoReg-fit-ml-var-mplus.R
FitMLVARMplus.Rd
This function estimates the parameters of a VAR model
using Mplus
.
Arguments
- data
Numeric matrix. The time series data with dimensions
t
byk
, wheret
is the number of observations andk
is the number of variables.- p
Positive integer. Number of lags.
- mplus_bin
Character string. Path to the Mplus binary.
- iter
Positive integer. Maximum number of iterations for each MCMC chain.
See also
Other Fitting Autoregressive Model Functions:
FitMLVARDynr()
,
FitVARDynr()
,
FitVARLassoSearch()
,
FitVARLasso()
,
FitVARMplus()
,
FitVAROLS()
,
LambdaSeq()
,
ModelVARP1Dynr()
,
ModelVARP2Dynr()
,
OrigScale()
,
PBootVARExoLasso()
,
PBootVARExoOLS()
,
PBootVARLasso()
,
PBootVAROLS()
,
RBootVARExoLasso()
,
RBootVARExoOLS()
,
RBootVARLasso()
,
RBootVAROLS()
,
SearchVARLasso()
,
StdMat()