printStats: Print a Formatted Stats String from LM Object

Description Usage Arguments Details

Description

Print a Formatted Stats String from LM Object

Usage

1
printStats(param, modObj, asCor = F, ...)

Arguments

param

The parameter of interest. The shortcut "int" is recognized.

modObj

The lm or summary.lm object.

asCor

Should the stats be reported as a correlation? Defaults F.

...

Other options.

template

A string specifying which stats to include in this string. See details for how to construct a string. If left as NULL, the default template is used.

Details

The template argument is a string containing a sequence of the following characters, each separated by an underscore:

Note that the same set of ... arguments is passed to every function call. Otherwise, the strings are built with default argument values as normal.

If asCor=T, the reporting is as a correlation. If there is more than 1 slope in the model object, the correlation is reported as partial.


Cmell/ResultsHelper documentation built on April 10, 2020, 9:29 p.m.