print.icfit {icpack} | R Documentation |
Print method for an object of class 'icfit'
Description
Print method for an object of class 'icfit'
Usage
## S3 method for class 'icfit'
print(x, digits = max(1L, getOption("digits") - 3L), alpha = 0.05, ...)
Arguments
x |
The object of class 'icfit' to be printed |
digits |
Number of digits to be printed |
alpha |
Alpha level to be used of confidence interval ((1-alpha) * 100 percent) |
... |
Further arguments to print |
Value
No return value
[Package icpack version 0.1.0 Index]