Fit a multivariate multiple linear regression model via the least squares method
Mlm(y, z, constant=TRUE, output=TRUE)
data matrix of dependent variable. Each column contains one variable.
data matrix of the explanatory variables. Each column contains one variable.
A logical switch for including the constant term
A logical switch to print the output
coefficient matrix
standard errors of the coefficient matrix
The residual series
Residual covariance matrix