ols using methods taken from
print.lm and summary.lm. Prints R-squared, adjusted R-squared,
parameter estimates,
standard errors, and t-statistics (Z statistics if penalized estimation was used).
For penalized
estimation, prints the maximum penalized likelihood estimate of the residual
standard deviation (Sigma) instead of the usual root mean squared error.## S3 method for class 'ols':
print(x, digits=4, long=FALSE, coefs=TRUE, latex=FALSE,
title="Linear Regression Model", \dots)TRUE to print the correlation matrix of
parameter estimatescoefs=FALSE to suppress printing the table
of model coefficients, standard errors, etc. Specify coefs=n
to print only the first n regression coefficients in the
model.prModFitprint or formatols, lm,prModFit