print.summary.QF {SIHR} | R Documentation |
'print' method for class 'summary.QF'
## S3 method for class 'summary.QF'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
An object of class 'summary.QF', a result of a call to 'summary.QF' |
digits |
The number of digits to use when printing |
... |
arguments to pass down |
## Not run:
#' ##-- Continuing the QF(.) example:
summary(Est)
## End(Not run)