print: Internal print functions

printR Documentation

Internal print functions

Description

Internal print functions

Usage

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

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.

Value

No return value, called for side effects

Author(s)

John Kloke, Joseph McKean


kloke/npsm documentation built on Nov. 11, 2023, 4:27 a.m.