summary.rN_lm: Summary of an lm object created with run_lm() wrapper

View source: R/dplyr_wrappers.R

summary.rN_lmR Documentation

Summary of an lm object created with run_lm() wrapper

Description

Using run_lm creates a very unwieldy call to lm(). This function replaces it by a more legible call in the 'summary()'-output

Usage

## S3 method for class 'rN_lm'
summary(object, ...)

Arguments

object

A model with class 'rN_lm'

...

Arguments passed on to stats::summary.lm

correlation

logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed.

symbolic.cor

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


LukasWallrich/rNuggets documentation built on Aug. 26, 2022, 11:03 a.m.