Usage
## S3 method for class 'summary.cond':
print(x, all = x$all, Coef = x$cf, int = x$int, test = x$hyp,
digits = if(!is.null(x$digits)) x$digits else max(3, getOption("digits")-3),
...)
## S3 method for class 'summary.cond':
print(x, all, Coef, int, test, digits, \dots)Arguments
x
a summary.cond object. This is assumed to be the result
returned by the summary.cond function.
all
if TRUE all the information stored in the
summary.cond object is printed, else only a subset of it.
The default is FALSE.
Coef
if TRUE, the unconditional and conditional parameter
estimates are printed. The default is TRUE.
int
if TRUE, confidence intervals are printed. The default is
TRUE.
test
if TRUE, tests statistics and tail probabilities are
printed. The default is FALSE.
digits
number of significant digits to be printed. The default
depends on the value of digits set by options.