print.genloglin {MRCV} | R Documentation |
Control Printed Display of MRCV Regression Modeling Objects
Description
Method functions that control the printed display of MRCV regression modeling objects.
Usage
## S3 method for class 'genloglin'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'summary.genloglin'
print(x, digits = max(3, getOption("digits") - 3), symbolic.cor =
x$symbolic.cor, signif.stars = getOption("show.signif.stars"), ...)
## S3 method for class 'anova.genloglin'
print(x, ...)
## S3 method for class 'predict.genloglin'
print(x, ...)
Arguments
x |
An object of class |
digits |
Minimum number of digits; see |
symbolic.cor |
A logical value indicating whether correlations should be printed in symbolic form; see the |
signif.stars |
A logical value indicating whether significance stars should be printed; see the |
... |
Additional arguments passed to or from other methods. |
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"
.
Value
A print out of selected results.