For example, I put following code;
x = rndn(100,5); y = rndu(100,1); call ols("",y,x);
I got the output as folllows:
// Welcome to GAUSS Valid cases: 100 Dependent variable: Y Missing cases: 0 Deletion method: None Total SS: 8.087 Degrees of freedom: 94 R-squared: 0.093 Rbar-squared: 0.045 Residual SS: 7.333 Std error of est: 0.279 F(5,94): 1.933 Probability of F: 0.096
Standard Prob Standardized Cor with Variable Estimate Error t-value >|t| Estimate Dep Var ------------------------------------------------------------------------------- CONSTANT 0.516893 0.029117 17.752186 0.000 --- --- X1 -0.011915 0.026899 -0.442943 0.659 -0.043840 -0.027780 X2 -0.052825 0.028778 -1.835636 0.070 -0.181472 -0.177952 X3 0.002175 0.028662 0.075886 0.940 0.007534 -0.019908 X4 0.075990 0.030539 2.488294 0.015 0.252106 0.238285 X5 -0.006134 0.031117 -0.197113 0.844 -0.019879 0.010831
Hopefully, it will answer your questions.;