matrix, the covariance matrix of the disturbances.
coef
matrix, the coefficients used in the model.
intercept
logical, whether an intercept was included in the model.
Arguments
sigma
covariance matrix of the errors.
If it is an integer value, it specifies the number of equations in the SUR model and covariance matrix is generated randomly.
coef
Coefficients of the model.
If it is an integer value, it specifies the number of exogenous variables in each equation of the SUR model and coefficient matrix is generated randomly.
nObs
Number of observations to generate.
intercept
If TRUE, an intercept is included in the model as the first exogenous variable.