Description Usage Arguments Value Examples
View source: R/sparse_linreg.R
Conduct linear regression on sparse matrix
1 | sparse_linreg(X, y)
|
X |
covariate matrix X |
y |
outcome vector y |
This function would return a data frame
Estimate
: the estimated coefficients
SE
: standard errors
T
: T statistics
p_value
: p_value of the corresponding statistics
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.