Description Usage Arguments Value Examples
View source: R/main_functions.R
Forms a matrix that will be used to store regression results of response y on covariates x.
1 | store.xy(XX, yy)
|
XX |
(n by m) matrix of main covariates where m is the number of covariates and n is the sample size. |
yy |
(n by 1) a matrix corresponding to the response variable. |
(m by 1) matrix of zeroes
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.