This documentation is compiled for the latest release of Mathos Core Library
Top
The LinearModelsLinearRegressionResults type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | B |
Regression coefficient
|
![]() | Intercept |
Intercept for the linear regression model
|
![]() | R |
R value for this model
|
![]() | R2 |
R-square value for this model
|
See Also