Learn R Programming

MRCV (version 0.3-3)

print.genloglin: Control Printed Display of MRCV Regression Modeling Objects

Description

Method functions that control the printed display of MRCV regression modeling objects.

Usage

"print"(x, digits = max(3, getOption("digits") - 3), ...) "print"(x, digits = max(3, getOption("digits") - 3), symbolic.cor =  x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...) "print"(x, ...) "print"(x, ...)

Arguments

x
An object of class "genloglin" produced by the genloglin function.
digits
Minimum number of digits; see print.default for additional explanation.
symbolic.cor
A logical value indicating whether correlations should be printed in symbolic form; see the summary method for class "glm" for additional explanation.
signif.stars
A logical value indicating whether significance stars should be printed; see the summary method for class "glm" for additional explanation.
...
Additional arguments passed to or from other methods.

Value

A print out of selected results.

Details

The print.genloglin function is based on the print method for class "glm".

The print.summary.genloglin function is based on the print method for class "summary.glm".