Learn R Programming

psychmeta (version 1.0.2)

print.summary.lm_mat: Print method for objects of the class "summary.lm_mat"

Description

Print method for objects of the class "summary.lm_mat"

Usage

# S3 method for summary.lm_mat
print(x, digits = max(3L, getOption("digits") - 3L),
  symbolic.cor = x$symbolic.cor,
  signif.stars = getOption("show.signif.stars"), ...)

Arguments

x

an object of class "summary.lm_mat", usually, a result of a call to summary.lm_mat.

digits

Number of digits to which result should be rounded

symbolic.cor

logical. If TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.

signif.stars

logical. If TRUE, <U+2018>significance stars<U+2019> are printed for each coefficient.

...

Additional arguments

Value

Regression results printed in console