Print linear regression
scidoe_regressprint(fullstats)
a struct, the statistics, see below for details.
This function prints the statistics of a linear model with
n independent variables x1, x2, ..., xn
which best fit the data in the least squares sense.
The fullstats
data structure is the output of the
scidoe_regress or scidoe_multilinreg functions.
"Introduction to probability and statistics for engineers and scientists.", Third Edition, Sheldon Ross, Elsevier Academic Press, 2004
http://en.wikipedia.org/wiki/Linear_regression
Octave's regress, William Poetra Yoga Hadisoeseno