summary method with Greek letters for class "lm".
summary_greek(object, correlation = FALSE, symbolic.cor = FALSE, ...)
The function is like summary.lm but with Greek letters in output.
an object of class "lm"
, usually, a result of a
call to lm
.
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.
Arguments passed on to stats::summary.lm
Kévin Allan Sales Rodrigues.
It is recommended that the font size of the R console be increased for better visualization of the symbols, as some of the symbols are quite small.
See summary.lm
for more details.