Learn R Programming

npsm (version 2.0.0)

print: Internal print functions

Description

Internal print functions

Usage

# S3 method for hogg.test
print(x, digits = max(5, .Options$digits - 2), ...)
# S3 method for rank.test
print(x,...)
# S3 method for fkk.test
print(x,...)
# S3 method for knn_cv
print(x,...)
# S3 method for npsm.ci
print(x, estimate=FALSE,stderr=FALSE,digits = max(5, .Options$digits - 2),...)

Value

No return value, called for side effects

Arguments

x

Object to be printed.

digits

Number of digits to present. Passed to print function.

...

Additional arguments.

estimate

not currently implemented.

stderr

not currently implemented.

Author

John Kloke, Joseph McKean