| lm_gls | R Documentation | 
calculate WLS using eigen similar to the approach in MASS::lm.gls
lm_gls(X, Y, W, neqs, tol = 1e-07, covb = FALSE)
| X | n x m X matrix | 
| Y | n x k matrix | 
| W | n x n | 
| neqs | k | 
| tol | tolerance for qr | 
| covb | if true covb is calculated else theta | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.