LinRegChol | R Documentation |
Do linear regression of form solve(X^T O X + P, X^T y) where O is omega, P is precision.
LinRegChol(X, omega, prior_precision, y, save_chol = TRUE)
X |
Design Matrix |
omega |
Polya-Gamma weights |
prior_precision |
Prior Precision for Regression |
y |
Outcome |
save_chol |
Save cholesky factor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.