Internal print functions
# 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),...)
No return value, called for side effects
Object to be printed.
Number of digits to present. Passed to print function.
Additional arguments.
not currently implemented.
not currently implemented.
John Kloke, Joseph McKean