Description Usage Arguments Value
This function implements the linear regression models. It can work for both univariate linear regression, as well as multivariate linear regression.
1 |
Y |
A vector or a single column matrix response variable. |
X |
A vector for univariate or matrix for multivariate of predictors. |
has_b0 |
A binary variable indicates whether an intercept is included. |
A list of attributes from the regression model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.