Description Usage Arguments Examples
Fit Linear Regression Model
1 | Fit.LinReg(y, X = NULL, w = NULL, sig = 0.05)
|
y |
Numeric outcome vector. |
X |
Numeric model matrix. Include an intercept. |
w |
Optional vector of known, observation-specific weights. |
sig |
Significance level, for CIs. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.