printfunctions {MCPAN} | R Documentation |
Print methods for the classes in this package
Description
Print methods for objects of the corresponding classes.
Usage
## S3 method for class 'binomORci'
print(x, ...)
## S3 method for class 'binomRDci'
print(x, digits = 4, ...)
## S3 method for class 'binomRDtest'
print(x, digits = 4, ...)
## S3 method for class 'binomRRci'
print(x, digits = 4, ...)
## S3 method for class 'poly3ci'
print(x, digits = 4, ...)
## S3 method for class 'poly3est'
print(x, digits = 4, ...)
## S3 method for class 'poly3test'
print(x, digits = 4, ...)
## S3 method for class 'Shannonci'
print(x, ...)
## S3 method for class 'Simpsonci'
print(x, ...)
Arguments
x |
an object of the corresponding class |
digits |
the number of digits to be used for rounding |
... |
... |
Value
A print out.
[Package MCPAN version 1.1-21 Index]