Print out the results in the default format.
The coefficient of determination.
The adjusted coefficient of determination.
The coefficients, one for each range in X. These will be in the order * that the X ranges were passed in.
The lower confidence bounds of the beta terms, at the confidence level * specificied. (Default 0.95).
The P-value for the model as a whole. Based on an F-statistic. The * null here is that the model has no predictive value, the alternative * is that it does.
The P-value for the alternative that the corresponding beta value is * different from zero against the null that it is equal to zero.
The root mean square of the residuals.
The standard error terms of the X ranges passed in.
The upper confidence bounds of the beta terms, at the confidence level * specificied. (Default 0.95).
Struct that holds the results of a linear regression. It's a plain old * data struct.