Summary of an object of class 'clpm'
.
# S3 method for clpm
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
The function returns the same object returned by summary.lm.
an object of class "lm"
, usually, a result of a call to clpm.
logical; if TRUE
, the correlation matrix of the estimated parameters is returned and printed.
logical. If TRUE
, print the correlations in a symbolic form (see symnum) rather than as numbers.
further arguments passed to or from other methods.
Andrea Beci andreabeci08@gmail.com, Paolo Frumento paolo.frumento@unipi.it
See summary.lm.