Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Mlm

Multivariate Linear Model


Description

Fit a multivariate multiple linear regression model via the least squares method

Usage

Mlm(y, z, constant=TRUE, output=TRUE)

Arguments

y

data matrix of dependent variable. Each column contains one variable.

z

data matrix of the explanatory variables. Each column contains one variable.

constant

A logical switch for including the constant term

output

A logical switch to print the output

Value

beta

coefficient matrix

se.beta

standard errors of the coefficient matrix

residuals

The residual series

sigma

Residual covariance matrix

Author(s)

Ruey S. Tsay


MTS

All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

v1.0
Artistic License 2.0
Authors
Ruey S. Tsay and David Wood
Initial release
2018-10-8

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.