Description Usage Arguments Value Examples
Fit the L2E Parameters of a Multivariate Linear Model with a Univariate Response
| 1 | l2lm(X, y, init_x, partial = F, init_w = 1, print_level = 0)
 | 
| X | a predictor matrix. | 
| y | a response vector. | 
| init_x | an initial estimate of  | 
| partial | are the residuals modeled by a full density ε ~ N(0, σ^2) or a partial density ε ~ w N(0, σ^2) . | 
| init_w | an initial estimate of  | 
| print_level | value of the argument  | 
The function l2lm returns a list of L2E parameters
the intercept estimate
a vector of estimated coefficients
an estimated standard deviation of the residuals
the weight of the partial L2E fit; it can be greater than 1
the residuals of the model
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.