rms (version 2.0-2)

print.ols: Print ols

Description

formatted printing of an object of class 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.

Usage

## S3 method for class 'ols':
print(x, digits=4, long=FALSE, \dots)

Arguments

x
fit object
digits
number of significant digits to print
long
set to TRUE to print the correlation matrix of parameter estimates
...
other parameters to pass to print or format

See Also

ols, print.lm, summary.lm