Description Usage Arguments Value Examples
Gets the fitted linear regression model results
1 | linearFit(X, Y)
|
X |
input indicator variable matrix, not including intercept 1 |
Y |
input response variable vector |
a list $coefficient: the coefficient of each indicator variable and corresponding; $test: single variable t-statistics and corresponding p-value $CI: 95 $MSE, $df.res
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.