print.SSN2 {SSN2} | R Documentation |
Print values
Description
Print fitted model objects and summaries.
Usage
## S3 method for class 'ssn_lm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'ssn_glm'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'summary.ssn_lm'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
## S3 method for class 'summary.ssn_glm'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
## S3 method for class 'anova.ssn_lm'
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
## S3 method for class 'anova.ssn_glm'
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
A fitted model object from |
digits |
The number of significant digits to use when printing. |
... |
Other arguments passed to or from other methods. |
signif.stars |
Logical. If |
Value
Printed fitted model objects and summaries with formatting.
[Package SSN2 version 0.2.0 Index]