R Documentation |
Internal print functions
## 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),...)
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. |
No return value, called for side effects
John Kloke, Joseph McKean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.